Don’t trigger HTML5 validation on go live request

We should probably have a reusable thing for this…
This commit is contained in:
Chris Hill-Scott
2018-09-19 11:34:20 +01:00
committed by GitHub
parent e7aa8caf97
commit 5ab876aeab

View File

@@ -13,7 +13,7 @@
<h1 class="heading-large">Request to go live</h1>
<form method="post">
<form method="post" autocomplete="off" novalidate>
<div class="form-group">
{{ textbox(form.volume_email, width='1-2', hint='For example, 1,000,000') }}
{{ textbox(form.volume_sms, width='1-2', hint='For example, 500,000') }}