Multi step form and parameters

Hi,

I created a multi step form. I woud like users to be able to skip the first steps if they have clicked on a specfic link.
I have tried to use parameters in the links, but the user won’t be redirected.
The first answer is pre selected but the user still need to click next twice (on the first 2 steps).

Any idea on how to achieve this?

Regards,
Sandra

Hi Sandra. Would something like this work to navigate multi-page forms?

Hi Chris,

Thank you for your help. I had a look at the module, I’m not sure it will help as there is direct URL to steps.
Maybe I did not explain well what I need.
On click on a specific button, I need the visitor to go directly to step 2, with the first step automatically filled with the help of parameters.
Could be something like that :

<a href="site.com/myform/?myparameter=myvalue&step2" />

Thank you!

Hi Sandra. There is really no built in way to land on a specific page of a multi-page form. The multi-page form is always embedded in a single WordPress page (or widget or something like that.) It’s not currently possible in Gravity Forms to navigate to a specific page of a multi-page form. I’ll leave this open in case anyone has any ideas for this.

Hi Chris,
Thank you for your answer anyway :slight_smile:

1 Like