Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOIA-389: More tweaks to FBI form. #553

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions config/default/webform.webform.doj_fbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ elements: |-
required:
':input[name="fbi_requester_type"]':
value: organization
visible:
':input[name="fbi_requester_type"]':
value: organization
email:
'#type': email
'#title': 'Email address'
Expand Down Expand Up @@ -97,10 +94,10 @@ elements: |-
'no': 'No'
'#states':
required:
':input[name="fbi_requester_type"]':
':input[name="fbi_request_subject"]':
value: myself
visible:
':input[name="fbi_requester_type"]':
':input[name="fbi_request_subject"]':
value: myself
request_category:
'#type': select
Expand Down Expand Up @@ -171,16 +168,17 @@ elements: |-
'#multiple': true
'#help': |-
<ul>
<li>If you are including multiple files, please zip them into a single file.</li>
<li>If you are seeking records about yourself, additional documentation is required to verify your identity. <a href="https://www.ecfr.gov/cgi-bin/text-idx?SID=0793c853161160d5e01f0ff18c51b96a&amp;mc=true&amp;node=sp28.1.16.a&amp;rgn=div6#se28.1.16_13">28&nbsp;C.F.R. &sect; 16.3(a)(3).</a>&nbsp;You can use this&nbsp;<a href="https://www.justice.gov/sites/default/files/oip/legacy/2014/07/23/cert_ind.pdf">form</a>&nbsp;to verify your identity.</li>
<li>Acceptable formats: pdf, doc, docx, png, gif, jpg, jpeg. Max file size: 10MB</li>
<li>If you are seeking records about yourself, additional documentation is required to verify your identity. <a href="https://www.ecfr.gov/cgi-bin/text-idx?SID=0793c853161160d5e01f0ff18c51b96a&amp;mc=true&amp;node=sp28.1.16.a&amp;rgn=div6#se28.1.16_13">28 C.F.R. &sect; 16.3(a)(3)</a>. &nbsp;If you are a U.S. citizen and sign the below Penalty of Perjury section additional documentation is not required or you can use this <a href="https://www.justice.gov/sites/default/files/oip/legacy/2014/07/23/cert_ind.pdf">form</a> to verify your identity.</li>
<li>If you are requesting records on yourself and need to authorize release of information to another person, please use this <a href="https://www.justice.gov/sites/default/files/oip/legacy/2014/07/23/cert_ind.pdf">form</a>.&nbsp;</li>
<li>If the subject of your request is a deceased individual, you can include proof-of-death documentation.</li>
</ul>
'#states':
required:
':input[name="fbi_requester_type"]':
value: myself
'#max_filesize': '10'
'#file_extensions': 'gif jpg png txt pdf doc docx odf zip'
'#file_extensions': 'pdf doc docx png gif jpg jpeg'
'#sanitize': true
deceased_name_first:
'#type': textfield
Expand Down