diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 905e0c92..c43942ef 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -139,7 +139,7 @@
-
{{ TextInput(f.email_co,validation='email') }}
+
{{ TextInput(f.email_co,validation='email', placeholder='e.g. jane@mail.mil') }}
{{ TextInput(f.office_co,placeholder="e.g.: WHS") }}
@@ -152,7 +152,7 @@
-
{{ TextInput(f.email_cor,validation='email') }}
+
{{ TextInput(f.email_cor,validation='email', placeholder='e.g. jane@mail.mil') }}
{{ TextInput(f.office_cor,placeholder="e.g.: WHS") }}
diff --git a/templates/requests/screen-2.html b/templates/requests/screen-2.html index 281296ea..52395767 100644 --- a/templates/requests/screen-2.html +++ b/templates/requests/screen-2.html @@ -26,8 +26,8 @@
-
{{ TextInput(f.email_request, placeholder='jane@mail.mil', validation='email') }}
-
{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}
+
{{ TextInput(f.email_request, placeholder='e.g. jane@mail.mil', validation='email') }}
+
{{ TextInput(f.phone_number, placeholder='e.g. (123) 456-7890', validation='usPhone') }}

We want to collect the following information from you for security auditing and determining priviledged user access.

diff --git a/templates/requests/screen-3.html b/templates/requests/screen-3.html index 1232d1fa..61b370d3 100644 --- a/templates/requests/screen-3.html +++ b/templates/requests/screen-3.html @@ -43,8 +43,8 @@
-
{{ TextInput(f.email_poc, validation='email') }}
-
{{ TextInput(f.dodid_poc, validation='dodId') }}
+
{{ TextInput(f.email_poc, validation='email', placeholder='e.g. jane@mail.mil') }}
+
{{ TextInput(f.dodid_poc, validation='dodId', placeholder='10-digit number on back of CAC') }}