Skip to content

Commit

Permalink
Merge pull request #620 from brockfanning/foia-441-fbi-tweaks-take-2
Browse files Browse the repository at this point in the history
FOIA-441: Tweak middle name and tweak max length.
  • Loading branch information
brockfanning authored Apr 10, 2024
2 parents 9400df3 + 70e9700 commit 611aa05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default/webform.webform.doj_fbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elements: |-
'#required': true
'#pattern': '^[a-zA-Z ]+$'
'#pattern_error': 'Please use only alphabetical characters.'
name_middle:
name_middle_initial_middle:
'#type': textfield
'#title': 'Middle name'
'#maxlength': 30
Expand Down Expand Up @@ -304,7 +304,7 @@ elements: |-
fbi_citizen_place_of_birth:
'#type': textfield
'#title': 'Place of birth'
'#maxlength': 4000
'#maxlength': 100
'#states':
required:
':input[name="fbi_request_subject"]':
Expand Down

0 comments on commit 611aa05

Please sign in to comment.