I have a problem with a manually made multipage form used for a signup to a convention type event. On the last page where the user presses submit, the form does every action twice(except maybe the thanks message). I have three actions in On Submit, 1) DB Save, 2) Email and 3) Show thanks message. It does duplicate entries to database and sends two identical emails. The thanks message shows only once though.
To check that it wasn't a problem with DB Save or Email actions I entered a Load JS event before DB Save that contained only a line containing alert('See me?'); and got the alert box twice too. I'm using Joomla 2.5.8 and Chronoforms V4 RC3.0 with the plugin.
Any help regarding this issue would be greatly appreciated.
To check that it wasn't a problem with DB Save or Email actions I entered a Load JS event before DB Save that contained only a line containing alert('See me?'); and got the alert box twice too. I'm using Joomla 2.5.8 and Chronoforms V4 RC3.0 with the plugin.
Any help regarding this issue would be greatly appreciated.
Hi stingu,
Check the logic of your form and the sequence of events through carefully. ChronoForms is pretty good at doing things once so it's mot likely that you are looping through that On Submit event twice.
Bob
Check the logic of your form and the sequence of events through carefully. ChronoForms is pretty good at doing things once so it's mot likely that you are looping through that On Submit event twice.
Bob
One thing that has struck me as odd is the fact that on every page when viewing the page source in a browser the custom JS code displayed in the head element I use for various things appears twice. Could this doubling be indicative of something else gone wrong?
Hi stingu,
Probably the same thing - there's a loop somewhere - or the form appears twice on the page?
Bob
Probably the same thing - there's a loop somewhere - or the form appears twice on the page?
Bob
This topic is locked and no more replies can be posted.