Add phone ext
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user