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.
Hello ich_dd,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I use Google NoCaptcha?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How can I use Google NoCaptcha?
P.S: I'm just an automated service😉
Hi ich_dd,
I'm sorry but I can't work out what you need to do here?
Is the problem that you have the ChronoForms ReDirect action before the Email action? They are run in the order that they are shown in the event so that would prevent the Email being sent.
Bob
I'm sorry but I can't work out what you need to do here?
Is the problem that you have the ChronoForms ReDirect action before the Email action? They are run in the order that they are shown in the event so that would prevent the Email being sent.
Bob
Hi GreyHead,
thanks for your answer. I've used a Redirect on success. The redirect works fine, but I don't receive any mail. Only if I used the cutom code at the last position in the setup, I get an email. Is it wrong to use the redirect in the on success - section?
Best regards
Uwe
thanks for your answer. I've used a Redirect on success. The redirect works fine, but I don't receive any mail. Only if I used the cutom code at the last position in the setup, I get an email. Is it wrong to use the redirect in the on success - section?
Best regards
Uwe
Hi Uwe,
You can use ReDirect in the On Success section but nothing after that will work as ChronoForms lose control when the user is redirected. So your Email action needs to be before the ReDirect.
But why are you using a ReDirect when the Captcha succeeds? What is that supposed to do?
Bob
You can use ReDirect in the On Success section but nothing after that will work as ChronoForms lose control when the user is redirected. So your Email action needs to be before the ReDirect.
But why are you using a ReDirect when the Captcha succeeds? What is that supposed to do?
Bob
This topic is locked and no more replies can be posted.
