Hello all,
I have just had a look at https://www.chronoengine.com/forums/posts/f2/t95332.html and have had not success....
I have 4 pages
[list]Pickup Details
Delivery Details
Confirm Details
Take payment[/list]
On the Confirm details page, I have listed all previous data from Pick up and Delivery Pages though, on the Confirm Details page, need an edit or back button(s) as an option to go back to edit either the Pickup Details or Delivery Details page.
According to the post above, it is possible. But has not worked on my occasion, maybe because I got confused with the Hidden Variable element as I have not inserted any hidden elements myself.
Regards
Ben
I have just had a look at https://www.chronoengine.com/forums/posts/f2/t95332.html and have had not success....
I have 4 pages
[list]Pickup Details
Delivery Details
Confirm Details
Take payment[/list]
On the Confirm details page, I have listed all previous data from Pick up and Delivery Pages though, on the Confirm Details page, need an edit or back button(s) as an option to go back to edit either the Pickup Details or Delivery Details page.
According to the post above, it is possible. But has not worked on my occasion, maybe because I got confused with the Hidden Variable element as I have not inserted any hidden elements myself.
Regards
Ben
Hi Ben,
I would use a Custom Code element add a link to the form page that you want to go to . . . /chronoform=my_form_name&event=event_name and style that as a button (I think that adding the class btn will do that).
Bob
I would use a Custom Code element add a link to the form page that you want to go to . . . /chronoform=my_form_name&event=event_name and style that as a button (I think that adding the class btn will do that).
Bob
Hi ya Bob,
Thanks for your suggestion, though that was the first option i had tried. Sending the page directly to a link does not keep the data in the fields.
Regards
Ben
Thanks for your suggestion, though that was the first option i had tried. Sending the page directly to a link does not keep the data in the fields.
Regards
Ben
Hi Ben,
It will load the data if you have the multi-page actions in each page event.
If you want the form to submit and then redirect that is possible using a submit button with the Name = 'Back' but you have to check the submit button name to set the redirection.
If this is a form that the user may use multiple times in the same session then some extra code is needed in the first page to distinguish an edit load from a 'new form' load.
Bob
It will load the data if you have the multi-page actions in each page event.
If you want the form to submit and then redirect that is possible using a submit button with the Name = 'Back' but you have to check the submit button name to set the redirection.
If this is a form that the user may use multiple times in the same session then some extra code is needed in the first page to distinguish an edit load from a 'new form' load.
Bob
HI Bob,
Sorry, I was partly mistaken. I have now noticed all pages with the exception of the first page imports the data. however on the first page (Pickup details), it doesn't... In fact, according to the debug data, no existing form data is present. Any thoughts?
Regards
Ben
Sorry, I was partly mistaken. I have now noticed all pages with the exception of the first page imports the data. however on the first page (Pickup details), it doesn't... In fact, according to the debug data, no existing form data is present. Any thoughts?
Regards
Ben
Hi Ben,
I can only guess that you don't have a multi-page action in the first page event?
Bob
I can only guess that you don't have a multi-page action in the first page event?
Bob
Yes, sorry Bob. well, i did have multipage on but on the on load, I had "reset data" set to yes.
Thanks very much for your help
Thanks very much for your help
This topic is locked and no more replies can be posted.