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-22 10:51:13 +01:00
parent 3106ea0e15
commit 7169a7fbf8
+1 -1
View File
@@ -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