Hi! Is it possible to use page breaks and conditional logic to hide the first page of a form? I only managed to apply logic for subsequet page breaks.
The goal is to hide the first page based on a hidden field that is dynamically populated through t he shortcode. Is there any workaround for this?
Thank you!
david
(David (Gravity Wiz))
October 6, 2021, 3:00pm
2
Greetings, Jose!
This sounds like a perfect fit for our Custom Starting Page feature that is part of the Multi-page Navigation perk.
With Multi-page Navigation enabled, you can set a “page” parameter on the [gravityforms] shortcode like so:
[gravityforms id="123" page="2"]
When you’re dealing with longer or more complex multi-page forms, our Gravity Forms multi-page form navigation becomes essential.
Est. reading time: 8 minutes
3 Likes
simonc
(Simon C)
October 15, 2021, 9:24pm
3
@david would it be possible to use your perk to start on page 2 and prepopulate a field through a url parameter?
Like say on page 1 we’re asking for a ‘type’ of something.
Using the perk we could have the user start on page 2 setting /?type=thing
david
(David (Gravity Wiz))
October 16, 2021, 11:34am
4
Yessir, @simonc ! It works perfectly with all of Gravity Forms’ dynamic population options including query parameters.
simonc
(Simon C)
October 16, 2021, 9:43pm
5
So what would that look like in use? You would have to setup conditional logic elsewhere determining the shortcode parameter page number?
Check the URL for params - if there are URL params then serve up shortcode [ …page=“2”] and if there are not URL parameters then serve up shortcode [ …page=“1”].
Is that how it would work?
system
(system)
Closed
November 15, 2021, 9:43pm
6
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.