Dear all, I have a problem with my forms, as the thanks message always appears already in the confirmation page. It happens for both forms I have already made, and I cannot really understand why.
In my action box the show thanks is correctly within the "in submit" but after the confirmation page box (that contains on show (empty), on confirm (db save and email) and on back (show html)), it sounds stupid, i know, but i really can figure out what i m doing wrong!
does anybody have a clue?
thanks!!!
Glu
In my action box the show thanks is correctly within the "in submit" but after the confirmation page box (that contains on show (empty), on confirm (db save and email) and on back (show html)), it sounds stupid, i know, but i really can figure out what i m doing wrong!
does anybody have a clue?
thanks!!!
Glu
Hi Glu,
You have &event=submit in that URL which loads the On Submit event. If you use this URL then the Thank message isn't shown:
Bob
You have &event=submit in that URL which loads the On Submit event. If you use this URL then the Thank message isn't shown:
http://www.same13.eu/index.php?option=com_chronoforms&chronoform=Registration-SAME
Bob
Hey Bob, thanks a lot, actually it was a different problem, I found out the way to reshape the actions, and now it works perfectly.
I have actually another problem: I would like to skip potential spam from connections that access directly my confirmation page, and from that one send an email (it happenend). I think the best way to skip it would be to insert a capcha in the confirmation page, but I was not able to do it without make a big mess, do you know if it is the best way and in case how to insert it?
thanks
Glu
I have actually another problem: I would like to skip potential spam from connections that access directly my confirmation page, and from that one send an email (it happenend). I think the best way to skip it would be to insert a capcha in the confirmation page, but I was not able to do it without make a big mess, do you know if it is the best way and in case how to insert it?
thanks
Glu
Hi Glu,
I wouldn't add a Captcha there, it's an unlikely place for a deliberate spammer to hit. More likely that a bot found the page while indexing the site. I'd be inclined to add a simple check at the in the On Submit event after the Confirmation Page action to check that the data looks OK.
Bob
I wouldn't add a Captcha there, it's an unlikely place for a deliberate spammer to hit. More likely that a bot found the page while indexing the site. I'd be inclined to add a simple check at the in the On Submit event after the Confirmation Page action to check that the data looks OK.
Bob
This topic is locked and no more replies can be posted.