mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user