Hello,
I have a multipage form which I'll call 1a and 1b. After a user completes 1a, the data is saved and the user is taken to 1b. I have written some custom form validation and have used an event loop in other forms to reload the page if the validation fails. However, in this case, when the page is reloaded, it takes the user back to 1a. Since this data has already been saved, when the user clicks next to go to 1b, they get a message saying that data has already been used (which is what should happen).
Is there a way to either,
1. just reload page 1b or
2. If I have to create a separate form (call it 2) then how would I then send the user to form 2 after they submit form 1?
Hope this makes some sense.
Thanks for your help.
Chris
I have a multipage form which I'll call 1a and 1b. After a user completes 1a, the data is saved and the user is taken to 1b. I have written some custom form validation and have used an event loop in other forms to reload the page if the validation fails. However, in this case, when the page is reloaded, it takes the user back to 1a. Since this data has already been saved, when the user clicks next to go to 1b, they get a message saying that data has already been used (which is what should happen).
Is there a way to either,
1. just reload page 1b or
2. If I have to create a separate form (call it 2) then how would I then send the user to form 2 after they submit form 1?
Hope this makes some sense.
Thanks for your help.
Chris