Multi page custom form skip to last page


(Awilliams) #1

Matrix Version: [5.3.4.0]

Hi there,
I’m trying to set up a multi page custom form that allows a user to skip to the last page of the form if necessary rather than clicking through next page to get to submit. I’ve tried appending ?SQ_FORM_1401885_PAGE=6 to the url but it just loads the first page.

When I look at the url as I complete the form I can see that it’s also appending &SQ_FORM_1401885_SUBMISSION=1402347, so it’s
?SQ_FORM_1401885_PAGE=6&SQ_FORM_1401885_SUBMISSION=1402347

Is there a keyword for current submission ID that can be used in custom format on section bodycopies that I could use, or is there a simpler way to get this to work?

I was hoping to just put a link to the last page for a user to submit the form.

Thanks
Amanda


(Bart Banda) #2

%form_submission_id% will give you the asset ID of the form submission asset, but that only gets created once the user goes from step 1 to step 2. Could you use that?