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.
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.
Hello nick2600,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
I get a blank page when my form submits?
How can I create a multi-page form?
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:
I get a blank page when my form submits?
How can I create a multi-page form?
P.S: I'm just an automated service😉
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
Bob
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
This topic is locked and no more replies can be posted.