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:
Chris Hill-Scott
2017-05-16 16:12:32 +01:00
parent 3106ea0e15
commit 7169a7fbf8

View File

@@ -26,7 +26,7 @@
{% endif %}
</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(
form.placeholder_value,
hint='Optional' if optional_placeholder else None