Hi,
is it possible, to use chronoforms redirection after submit with Google NoCaptcha? I've tested it, but I don't receive any mail from the form. If I use custom code
everything works fine, but with chronoforms redirection only the redirection-site is shown, but no email is received.
is it possible, to use chronoforms redirection after submit with Google NoCaptcha? I've tested it, but I don't receive any mail from the form. If I use custom code
<?php
$jdoc = \JFactory::getDocument();
$jdoc->setMetaData('refresh', '5;url=http://example.com/index.php', true);
?>
everything works fine, but with chronoforms redirection only the redirection-site is shown, but no email is received.