Remove action

This commit is contained in:
Oliver Davies 2019-04-23 22:34:55 +01:00
parent d7450e1436
commit 5817ee2268

View file

@ -8,7 +8,7 @@ use: [posts]
<p>To send me an email, complete the form below.</p>
</div>
<form name="contact" method="POST" action="/contact/thanks" data-netlify-recaptcha="true" data-netlify="true" class="spaced-y-4">
<form name="contact" method="POST" data-netlify-recaptcha="true" data-netlify="true" class="spaced-y-4">
<div class="spaced-y-1">
<label for="name" class="block">Name</label>
<input type="text" class="w-full p-2 border border--grey" id="name" name="name" required />