Resolved issue with clearing the form, forcing use of hcaptcha, and avigating to success screen after successful submission of email

This commit is contained in:
its-michaelroy
2024-07-26 15:00:17 -03:00
parent 3bbcf71c95
commit 7fee0c8fc0
2 changed files with 21 additions and 32 deletions

View File

@@ -224,6 +224,7 @@
method="POST"
action="https://api.web3forms.com/submit"
class="row gtr-uniform gtr-50"
id="contactForm"
>
<input
type="hidden"
@@ -258,7 +259,11 @@
></textarea>
</div>
<div class="col-12">
<div class="h-captcha" data-captcha="true"></div>
<div
class="h-captcha"
data-captcha="true"
data-callback="onVerify"
></div>
</div>
<!-- Honeypot Spam Protection -->
<input