Multi Page Form Won't Submit

nick2600 09 Dec, 2014
I've just finished building a monster of a multi-page form, 7 pages and a boat load of questions. The multi-page aspect appears to work just fine, however, when I get to the last page where the submit button lies, clicking on it displays a blank page on our template with the chronoforms tagline.

My last page has a standard submit button, still has the submit action in place. On my setup page, the very last event "page7" the render form is set to "Submit event: submit" The "submit" event has multi page, email, display message, and customer code. Email is fully configured, multi page is set to no but none of this event seems to be firing.

For troubleshooting I dropped a Debugger item in the on submit event, no debug info was displayed upon submitting. I then moved the debugger to my page7 event (the last page). When I clicked submit i then got debug info, but no issues indicated. This tells me when I click submit, all its doing is reloading the last event or something but its not firing the render event. I don't know what's going on. I replicated the configs from the multi page demo form.

Here's the link to it if you want to test it: http://www.ecalliance.org/index.php?option=com_chronoforms5&chronoform=provider_update

Any help would be greatly appreciated.
GreyHead 10 Dec, 2014
Answer
1 Likes
Hi nick2600,

I think that the page numbering has got mixed up somewhere.

The last page of your form (Page 7 in the header) has the URL
index.php?option=com_chronoforms5&chronoform=provider_update&event=page6
and submits to
index.php?option=com_chronoforms5&chronoform=provider_update&event=page7
which I suspect may not exist. It needs to submit to
index.php?option=com_chronoforms5&chronoform=provider_update&event=submit
from your description.

Bob
nick2600 10 Dec, 2014
Holy smokes, I can't believe I overlooked that. I suppose that form was so massive that I lost track of my place and put the wrong number in. You were absolutely right, page 6 was loading page 7 and submitting to page 7.

Thank you for screwing my head on straight.
This topic is locked and no more replies can be posted.