Remove action
This commit is contained in:
parent
d7450e1436
commit
5817ee2268
|
@ -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 />
|
||||
|
|
Reference in a new issue