@@ -270,7 +270,7 @@ <h5 id="entity_header_{{ent_no}}_{{r.reg_id}}">Entity {{ ent_no }}</h5>
270
270
< div class ="field-wrapper textinput ">
271
271
< div class ="field-errors " style ="display: none "> </ div >
272
272
273
- < label for ="fein_{{ent_no}}_{{r.reg_id}} "> FEIN< sup > 5 </ sup > </ label >
273
+ < label for ="fein_{{ent_no}}_{{r.reg_id}} "> FEIN< sup > 2 </ sup > </ label >
274
274
275
275
< input
276
276
type ="text "
@@ -313,7 +313,7 @@ <h5 id="entity_header_{{ent_no}}_{{r.reg_id}}">Entity {{ ent_no }}</h5>
313
313
< div class ="field-wrapper textinput ">
314
314
< div class ="field-errors " style ="display: none "> </ div >
315
315
316
- < label for ="naic_company_code_{{ent_no}}_{{r.reg_id}} "> NAIC< sup > 6 </ sup > Company Code </ label >
316
+ < label for ="naic_company_code_{{ent_no}}_{{r.reg_id}} "> NAIC< sup > 3 </ sup > Company Code </ label >
317
317
318
318
< input
319
319
type ="number "
450
450
< div class ="field-errors " style ="display: none "> </ div >
451
451
452
452
< label for ="total_claims_value_{{ent_no}}_{{r.reg_id}} ">
453
- Total Claims Value (USD< sup > 7 </ sup > )< span class ="asterisk "> *</ span >
453
+ Total Claims Value (USD< sup > 4 </ sup > )< span class ="asterisk "> *</ span >
454
454
</ label >
455
455
456
456
< span class ="s-affixed-input-wrapper__prefix "> $</ span >
517
517
< div class ="field-wrapper textinput ">
518
518
< div class ="field-errors " style ="display: none "> </ div >
519
519
520
- < label for ="fein_1 "> FEIN< sup > 5 </ sup > </ label >
520
+ < label for ="fein_1 "> FEIN< sup > 2 </ sup > </ label >
521
521
522
522
< input
523
523
type ="text "
560
560
< div class ="field-wrapper textinput ">
561
561
< div class ="field-errors " style ="display: none "> </ div >
562
562
563
- < label for ="naic_company_code_1 "> NAIC< sup > 6 </ sup > Company Code </ label >
563
+ < label for ="naic_company_code_1 "> NAIC< sup > 3 </ sup > Company Code </ label >
564
564
565
565
< input
566
566
type ="number "
737
737
< div class ="field-errors " style ="display: none "> </ div >
738
738
739
739
< label for ="total_claims_value_1 ">
740
- Total Claims Value (USD< sup > 7 </ sup > )< span class ="asterisk "> *</ span >
740
+ Total Claims Value (USD< sup > 4 </ sup > )< span class ="asterisk "> *</ span >
741
741
</ label >
742
742
743
743
< span class ="s-affixed-input-wrapper__prefix "> $</ span >
@@ -815,7 +815,7 @@ <h5 id="contact_header_{{ forloop.counter }}_{{r.reg_id}}">Contact {{ forloop.co
815
815
class ="telephoneinput "
816
816
id ="contact_phone_{{forloop.counter}}_{{r.reg_id}} "
817
817
inputmode ="tel "
818
- pattern ="^(\+0?1\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$ "
818
+ pattern ="^(\+0?1\s)?\(?\d{3}\)?[\s.\ -]\d{3}[\s.\ -]\d{4}$ "
819
819
value ="{{ contact.phone }} "
820
820
/>
821
821
@@ -853,7 +853,7 @@ <h5 id="contact_header_{{ forloop.counter }}_{{r.reg_id}}">Contact {{ forloop.co
853
853
required
854
854
class ="emailinput "
855
855
id ="contact_email_{{forloop.counter}}_{{r.reg_id}} "
856
- pattern ="^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[a-z]{2,4}$ "
856
+ pattern ="^[A-Za-z0-9._%+\ -]+@[A-Za-z0-9.\ -]+\.[a-z]{2,4}$ "
857
857
value ="{{ contact.email }} "
858
858
/>
859
859
</ div >
@@ -932,7 +932,7 @@ <h4 id="contact_header_1">Contact Information</h4>
932
932
class ="telephoneinput "
933
933
id ="contact_phone "
934
934
inputmode ="tel "
935
- pattern ="^(\+0?1\s)?\(?\d{3}\)?[\s.-]\d{3}[\s.-]\d{4}$ "
935
+ pattern ="^(\+0?1\s)?\(?\d{3}\)?[\s.\ -]\d{3}[\s.\ -]\d{4}$ "
936
936
/>
937
937
938
938
< div id ="help-text-contact_phone " class ="help-text ">
@@ -969,7 +969,7 @@ <h4 id="contact_header_1">Contact Information</h4>
969
969
required
970
970
class ="emailinput "
971
971
id ="contact_email "
972
- pattern ="^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[a-z]{2,4}$ "
972
+ pattern ="^[A-Za-z0-9._%+\ -]+@[A-Za-z0-9.\ -]+\.[a-z]{2,4}$ "
973
973
/>
974
974
</ div >
975
975
< div class ="field-wrapper checkboxinput ">
0 commit comments