Update tooltips, placehoders, and field info

This commit is contained in:
luis cielak
2018-08-14 11:30:18 -04:00
committed by luisgov
parent 56291526da
commit 483d606cf0
5 changed files with 111 additions and 20 deletions

View File

@@ -26,7 +26,7 @@
<p>We want to collect the following information from you for security auditing and determining priviledged user access.</p>
{{ TextInput(f.service_branch,placeholder='e.g. US Air Force, US Army, US Navy, Marine Corps, Defense Media Agency') }}
{{ OptionsInput(f.service_branch) }}
{{ OptionsInput(f.citizenship) }}
{{ OptionsInput(f.designation) }}
{{ TextInput(f.date_latest_training,tooltip="When was the last time you completed the IA training? <br> Information Assurance (IA) training is an important step in cyber awareness.",placeholder="MM / DD / YYYY", validation="date") }}