hello,
I have an input form that users can fill out, then they can go back and edit their answers
Is there a way that when the user gets to the last question
can it be redirected to another page. I know that in a regular input form your just do a response.redirect.
but this is an edit page. When the user revises his answers he/she can edit the answers and move on to the next question. but at the end of the questions I would like to redirect them to a signature page not sure how to approach this one
I have an input form that users can fill out, then they can go back and edit their answers
Is there a way that when the user gets to the last question
can it be redirected to another page. I know that in a regular input form your just do a response.redirect.
but this is an edit page. When the user revises his answers he/she can edit the answers and move on to the next question. but at the end of the questions I would like to redirect them to a signature page not sure how to approach this one