I have a form like this
[attachment=0]Schermafbeelding 2014-10-07 om 17.55.36.png[/attachment]
After submitting the form and the payment is canceled the form sends two emails.
It sends the email for OnFail and the email for when everything is allright.
But it has to send just one, because i have a show stopper on OnFail.
What can be wrong?
Hi Leenders,
The form set up looks OK to me. Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Here the backup file of my form.
Hi Leenders,
Everything looks OK with the form - I suspect a bug somewhere in the ChronoForms code with the ShowStopper behaviour but I can't find it :-(
For the moment I suggest that you re-test with a ReDirect action or an Event Loop and see if that resolves the double email.
You can use the redirect to go to any page; or the Event Loop to either ReLoad the form or to go to another New Event which will display a message to the user.
Bob
I change it, but it keeps sending two emails.
It looks like something is not working within "Mollie Submit [GH]"
Hi Leenders,
I don't think so. The code there looks OK. It is checking for a failed payment and triggering the On Fail event if that is found. All that seems to be happening correctly from what you say,
What is not working is that the Show Stopper isn't stopping the remaining actions from working.
Or have I misunderstood the problem?
Bob
No, you understand it right.