Skip to the end of a custom form


(Ryan Archer) #1

Not sure if this is possible but looking for a way a user can 'skip' to the last page of a saved/incomplete form.

The form is multipage and allows the user to save it and then complete it at a later time.

 

As there are like 6 sections/pages to the form, it can be cumbersome to skip to say (the last page) so it can be finalised and submitted.

Is there any possible solution for this?


(Joel Porgand) #2

to resume a submission on a given page just setup the query string on your resume link like this:

 

?SQ_FORM_XXXXXX_PAGE=Y&SQ_FORM_XXXXXX_SUBMISSION=ZZZZZZ

 

Pretty sure you can't skip past a page that hasn't been completed before though.


(Ryan Archer) #3

Thanks! I will give it a try and see how it works out.


(Ryan Archer) #4

Yes it does work but it totally skips over page validation. Meaning that if someone has done a 'pleb job' of filling out a multi page form and missed some stuff - could end up sending an incomplete form.

A word to the wise...