This commit is contained in:
Erick Ruiz de Chavez 2021-02-08 07:46:45 -05:00
parent 4eceaec44a
commit 0e4824f6aa

View file

@ -7,7 +7,7 @@ title: Contact
<input type="hidden" name="id" value="921ccf38-4b10-4ea2-be56-4910d226155f"> <input type="hidden" name="id" value="921ccf38-4b10-4ea2-be56-4910d226155f">
<input type="hidden" name="redirect" value=""> <input type="hidden" name="redirect" value="">
<script> document.querySelector('input[name="redirect"]').value = `${location.protocol}//${location.host}${location.pathname}thanks.html` </script> <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> <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"> <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">