Good evening, I'm currently work on a multi-page form.
If I want to go back one page, the "Previous page link" is the better choice, because it doesn't validate mandatory fields but goes directly to the previous page.
If I want to go backward 2 pages, this is currently not possible. I wonder if in the future will be possible to have a parameter to choose which page to go, or if there is already a way to perform this task, thank you.
each page has an "alias" under the "options" tab of that page, you can use that in the url:
form-url-here&chronopage=page-alias
Thank you very much for your reply, but what action should I use to change the url? Redirect?
you said you want to link to a previous page, so you should use that link in a tag, in html view maybe
new updates have a button of type "link" where you can add the link url and parameters