Fix typo
This commit is contained in:
parent
4eceaec44a
commit
0e4824f6aa
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ title: Contact
|
|||
<input type="hidden" name="id" value="921ccf38-4b10-4ea2-be56-4910d226155f">
|
||||
<input type="hidden" name="redirect" value="">
|
||||
<script> document.querySelector('input[name="redirect"]').value = `${location.protocol}//${location.host}${location.pathname}thanks.html` </script>
|
||||
<input type="hidden" name="subject" value="ERCH Conact Form">
|
||||
<input type="hidden" name="subject" value="ERCH Contact Form">
|
||||
|
||||
<label for="name" class="mt-4">Your name:</label>
|
||||
<input type="text" required id="name" name="name" class="p-2 dark:bg-gray-700 dark:text-gray-200 valid:border-2 valid:border-green-600">
|
||||
|
|
Loading…
Reference in a new issue