mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Focus form field on send yourself a test
People are going to hammer through this form _fast_, so not making them click into the form field on every page load is a nice enhancement. Reuses the code written to do this on the page where you enter your verification code.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<form method="post" class="js-stick-at-top-when-scrolling">
|
<form method="post" class="js-stick-at-top-when-scrolling" data-module="autofocus">
|
||||||
{{ textbox(
|
{{ textbox(
|
||||||
form.placeholder_value,
|
form.placeholder_value,
|
||||||
hint='Optional' if optional_placeholder else None
|
hint='Optional' if optional_placeholder else None
|
||||||
|
|||||||
Reference in New Issue
Block a user