Skip to content

Commit

Permalink
Merge pull request #621 from usdoj/develop
Browse files Browse the repository at this point in the history
Latest from develop
  • Loading branch information
brockfanning authored Apr 10, 2024
2 parents 965a319 + 611aa05 commit a0ccd5d
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 a0ccd5d

Please sign in to comment.