Hello,
I have made a multipage form which on itself is working fine.
For each page a event is made and ech event has the multipage action defined with unique session id.
The html actions are defined with session persistence.
a user fills in page one, clicks next and goes to page 2, fills in the fields, clicks next and goes to page 3... no problem so far... (there are 4 pages of fields and a fifth page with recaptcha, on succesfull recaptcha a mail is sent and a thank you message is displayed)
When a user clicks on the "previous" button the form data is lost, so I added data to session actions to all events/pages. That on itself did save the data to the session, but when a user clicks previous the form still appeared empty on that page. So I added session to data for all events/pages too.
When a user clicks previous the error page expired/resubmit is showed in the browser. A page refresh does show the correct data in the fields.
How can i get rid of the page expired error?
Thanks
I have made a multipage form which on itself is working fine.
For each page a event is made and ech event has the multipage action defined with unique session id.
The html actions are defined with session persistence.
a user fills in page one, clicks next and goes to page 2, fills in the fields, clicks next and goes to page 3... no problem so far... (there are 4 pages of fields and a fifth page with recaptcha, on succesfull recaptcha a mail is sent and a thank you message is displayed)
When a user clicks on the "previous" button the form data is lost, so I added data to session actions to all events/pages. That on itself did save the data to the session, but when a user clicks previous the form still appeared empty on that page. So I added session to data for all events/pages too.
When a user clicks previous the error page expired/resubmit is showed in the browser. A page refresh does show the correct data in the fields.
How can i get rid of the page expired error?
Thanks