HellO!
I am not sure what happened, but when I upgraded to Joomla v3.2, my original form crashed badly. I decided to rewrite the form. I just have the shell of the multi-page form built now (5 pages). I am not sure why, but my form is crashing each time I try to use the back arrow or the the back button to go from page 3 to page 2 for example. I have the Multi-page action at the top of every page and based on the debugger, I can see the session data being maintained. I have "Load keep alive" set to "Yes". This worked fine before in Joomla 3.1. Is it a form setting or something to do with the upgrade in Joomla versions? Please help.
Thanks!
Erik
I am not sure what happened, but when I upgraded to Joomla v3.2, my original form crashed badly. I decided to rewrite the form. I just have the shell of the multi-page form built now (5 pages). I am not sure why, but my form is crashing each time I try to use the back arrow or the the back button to go from page 3 to page 2 for example. I have the Multi-page action at the top of every page and based on the debugger, I can see the session data being maintained. I have "Load keep alive" set to "Yes". This worked fine before in Joomla 3.1. Is it a form setting or something to do with the upgrade in Joomla versions? Please help.
Thanks!
Erik
I just tried setting the Keep Session alive option in the SHOW HTML action to No. That didn't help. The browser just says that the page timed out. If you refresh the browser you get the page you tried to go back to, but it used to just go back to that page. Let me know if anyone has any ideas. Thanks!
Erik
Erik
Hi Erik,
Instead of a regular back button, you may just need to use a link to the previous page, because browsers sometimes report error when you try to press back after a form submission, even using the browser's back button, let us know if you don't know how to build the link href
Regards,
Max
Instead of a regular back button, you may just need to use a link to the previous page, because browsers sometimes report error when you try to press back after a form submission, even using the browser's back button, let us know if you don't know how to build the link href
Regards,
Max
Thanks for the reply!
Yes, please post some instructions on building a back reference link. It will have to include the session ID, correct?
Erik
Yes, please post some instructions on building a back reference link. It will have to include the session ID, correct?
Erik
Hi Erik,
The link is basically in this format:
There is a forum post here with a demo multi page form.
Regards,
Max
The link is basically in this format:
DEFAULT_FORM_LINK&event=STEP_EVENT&cf_sid=<?php echo $form->data("cf_sid"); ?>
There is a forum post here with a demo multi page form.
Regards,
Max
Hi Max,
Can you explain how to implement the sample link that you suggest on the top? I am new to this. I have Joomla 3.2, CFV4 with multi page form. My issue is when I click to page 2, then click back to page 1, it worked. But when I click from page 2 to page 3, then click back to page 2, I receive "confirm form resubmission". I am hoping edit the link like you suggest may fix this issue, but I do not know how to do this.
Thank you,
Nilubon
Can you explain how to implement the sample link that you suggest on the top? I am new to this. I have Joomla 3.2, CFV4 with multi page form. My issue is when I click to page 2, then click back to page 1, it worked. But when I click from page 2 to page 3, then click back to page 2, I receive "confirm form resubmission". I am hoping edit the link like you suggest may fix this issue, but I do not know how to do this.
Thank you,
Nilubon
This topic is locked and no more replies can be posted.