Return to form from thank you page


(Mitch Kerry) #1

Matrix Version:
Hi

I have a custom form that I’m nesting (yes…I know) that I want the user to be able to go back and fill out again.
How do I link back to the first page of a form from the thank you page in a nested form?

thanks


#2

If nested, you can use ‘The current URL’ as the Form submission URL and put a ‘Start over’ link in the thank you bodycopy that uses %asset_url%.
Otherwise, use a field visually hidden from the user with the referring page URL as the default value. Create a link on the thank you bodycopy using the value of that field.


(Mitch Kerry) #3

thanks…that worked just fine (first option)