Skip to content

Commit 4f136be

Browse files
authored
Merge pull request #755 from usdoj/develop
Latest from develop
2 parents 012f17f + a4edefe commit 4f136be

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

config/default/webform.webform.hhs_fda_form.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ elements: |-
117117
fee_amount_willing:
118118
'#type': textfield
119119
'#title': 'The amount of money you’re willing to pay in fees, if any'
120-
'#help': 'There is no initial fee required to submit a FOIA request, but the FOIA does allow people requesting records to be charged certain types of fees in some instances.'
121-
'#pattern': '^(?=.)([+\-\$]?([0-9]*)(\.([0-9]+))?)$'
120+
'#help': '<p>There is no initial fee required to submit a FOIA request, but the FOIA does allow people requesting records to be charged certain types of fees in some instances.</p>'
121+
'#pattern': '^(?=(?:\D*\d){1,6}\D*$)[+\-\$]?([0-9]*)(\.([0-9]+))?$'
122+
'#pattern_error': 'Please enter a number between 0 and 999999.'
122123
'#counter_type': word
123124
'#counter_maximum': 1
124125
expedited_processing:

0 commit comments

Comments
 (0)