Reply To: Recaptcha 3 revisited

#10034857
Support
Keymaster

Hello Pericles,

Please try removing this part of code:

And add these new success and error messages below just after/inside the contact form. For example:

...
.....
..........
<form class="contact-form-recaptcha-v3 custom-form-style" action="php/newsletter-subscribe.php" method="POST">
	<div class="contact-form-success alert alert-success d-none mt-4">
		<strong>Success!</strong> You've been added to our email list.
	</div>

	<div class="contact-form-error alert alert-danger d-none mt-4">
		<strong>Error!</strong> We not been able to add you to our email list.
		<span class="mail-error-message text-1 d-block"></span>
	</div>
	....
	......
	..........

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.