Add placeholder text to fields
This commit is contained in:
parent
f3a45d02c7
commit
a58546fd99
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
<h2>General</h2>
|
<h2>General</h2>
|
||||||
{% module TextInput(f.dod_component) %}
|
{% module TextInput(f.dod_component) %}
|
||||||
{% module TextInput(f.jedi_usage) %}
|
{% module TextInput(f.jedi_usage,placeholder="e.g. We are migrating XYZ application to the cloud so that...") %}
|
||||||
|
|
||||||
<h2>Cloud Readiness</h2>
|
<h2>Cloud Readiness</h2>
|
||||||
{% module TextInput(f.num_software_systems) %}
|
{% module TextInput(f.num_software_systems,placeholder="Number of systems") %}
|
||||||
{% module OptionsInput(f.jedi_migration) %}
|
{% module OptionsInput(f.jedi_migration) %}
|
||||||
{% module OptionsInput(f.rationalization_software_systems) %}
|
{% module OptionsInput(f.rationalization_software_systems) %}
|
||||||
{% module OptionsInput(f.technical_support_team) %}
|
{% module OptionsInput(f.technical_support_team) %}
|
||||||
|
@ -13,14 +13,14 @@
|
|||||||
|
|
||||||
<p class="usa-font-lead">Please tell us more about you.</p>
|
<p class="usa-font-lead">Please tell us more about you.</p>
|
||||||
|
|
||||||
{% module TextInput(f.fname_request) %}
|
{% module TextInput(f.fname_request,placeholder='First Name') %}
|
||||||
{% module TextInput(f.lname_request) %}
|
{% module TextInput(f.lname_request,placeholder='Last Name') %}
|
||||||
{% module TextInput(f.email_request) %}
|
{% module TextInput(f.email_request,placeholder='jane@mail.mil') %}
|
||||||
{% module TextInput(f.phone_number) %}
|
{% module TextInput(f.phone_number,placeholder='(123) 456-7890') %}
|
||||||
|
|
||||||
<p>We want to collect the following information from you for security auditing and determining priviledged user access</p>
|
<p>We want to collect the following information from you for security auditing and determining priviledged user access</p>
|
||||||
|
|
||||||
{% module TextInput(f.service_branch) %}
|
{% module TextInput(f.service_branch,placeholder='e.g. US Air Force, US Army, US Navy, Marine Corps, Defense Media Agency') %}
|
||||||
{% module OptionsInput(f.citizenship) %}
|
{% module OptionsInput(f.citizenship) %}
|
||||||
{% module OptionsInput(f.designation) %}
|
{% module OptionsInput(f.designation) %}
|
||||||
{% module TextInput(f.date_latest_training) %}
|
{% module TextInput(f.date_latest_training) %}
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
<em>This POC may be you.</em>
|
<em>This POC may be you.</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% module TextInput(f.fname_poc) %}
|
{% module TextInput(f.fname_poc,placeholder='First Name') %}
|
||||||
{% module TextInput(f.lname_poc) %}
|
{% module TextInput(f.lname_poc,placeholder='Last Name') %}
|
||||||
{% module TextInput(f.email_poc) %}
|
{% module TextInput(f.email_poc,placeholder='jane@mail.mil') %}
|
||||||
{% module TextInput(f.dodid_poc) %}
|
{% module TextInput(f.dodid_poc,placeholder='10-digit number on the back of the CAC') %}
|
||||||
|
|
||||||
{% end %}
|
{% end %}
|
Loading…
x
Reference in New Issue
Block a user