Start Form on a different page (i.e., hide form pages)?
I have a Zoho form that uses the `Field Alias - Prefill URL` feature. My goal is to have a pre-filled field that directs the user to a specific starting page in the form. For example:
- The URL will have a field alias that will auto-populate a field with a number: 1, 2, or 3
| URL Field Value | Redirect Actions |
field=1 | Will view the entire form |
field=2 | Will start the form on Page 2 (i.e., page 1 will be hidden) |
field=3 | Will start the form on Page 3 (i.e., page 1 and 2 will be hidden) |
In other words, I need a way to hide pages based on URL parameters. Is this possible?
I've tried using: Rule → Page Rules, to set up conditional logic in a variety of methods. However, I am unable to have the first page of the form hidden.
Any thoughts or guidance on how to achieve this?