Add phone ext

This commit is contained in:
leigh-mil
2018-10-29 14:01:16 -04:00
parent 9992ed44b6
commit 6bc157b2b3
16 changed files with 82 additions and 5 deletions

View File

@@ -27,7 +27,12 @@
<div class='form-row'>
<div class='form-col form-col--half'>{{ TextInput(f.email_request, placeholder='e.g. jane@mail.mil', validation='email') }}</div>
<div class='form-col form-col--half'>{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}</div>
<div class='form-col form-col--third'>
{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}
</div>
<div class='form-col form-col--sixth'>
{{ TextInput(f.phone_ext)}}
</div>
</div>
<p>We want to collect the following information from you for security auditing and determining priviledged user access.</p>