Skip to content

Commit

Permalink
Merge pull request #625 from brockfanning/foia-481-fda-maxlength
Browse files Browse the repository at this point in the history
FOIA-481: Apply maxlength to FDA state/province field.
  • Loading branch information
brockfanning authored Jun 11, 2024
2 parents 091225e + 1394665 commit 80b2673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/default/webform.webform.hhs_fda_form.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ elements: |-
address_state_province:
'#type': textfield
'#title': 'State or province'
'#maxlength': 25
'#required': true
address_zip_postal_code:
'#type': textfield
Expand Down Expand Up @@ -98,7 +99,7 @@ elements: |-
request_description:
'#type': textarea
'#title': 'Your request'
'#help': 'A brief and clear description of the information you''d like to receive. Please be as specific as possible.'
'#help': "A brief and clear description of the information you'd like to receive. Please be as specific as possible."
'#maxlength': 4000
'#required': true
fee_waiver:
Expand Down
2 changes: 1 addition & 1 deletion config/default/webform_template.webform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ hhs_os_form: 1
hhs_acl_form: 1
hhs_cdc_form: 1
hhs_cms_form: 1
hhs_fda_form: 1
hhs_fda_form: 0
hhs_hrsa_form: 1
hhs_ihs_form: 1
hhs_nih_form: 1
Expand Down

0 comments on commit 80b2673

Please sign in to comment.