Conditonally opening a form

Hi,

Maybe a strange question, however I’m looking for a less confusing showing a general form.

My case:

I have a general form with some Selection before fields are shown.

Why: So I have to maintain just one form and I make a good use of conditional form settings.

My “wish”

Is it possible to open the form with the right Selection depending form where you come from your sitepage

Example:

Selection Options to start with in the form:

Option sales

Option tech

Option marketing

Each option can have different fields to be displayed.

So, suppose I come from a "marketing URL

The form directly opens as if you have selected the “Option Marketing” and the appropriate form files are shown.

Ron

Just to clarify, this is all part of one form and you’re using conditional logic to show/hide different fields based on what is selected in a specific field? Assuming that’s right, my understanding is you want to automate this a bit more so if you know they came from a specific destination (e.g. marketing), that selection would already be made and the marketing fields would be displayed by default?

Assuming that’s also right, it sounds like you’re looking for dynamic population by query string.

The concept is that any links to this form from a marketing URL would have pass the value of the marketing option in that selector field as a dynamic population parameter.

https://yoursite.com/my-form/?source=marketing

This would then preselect that option in your field and Gravity Forms would handle ensuring all the conditional fields where shown accordingly.

Hi David,
GREAT!, That is wat I want. What a wonderful application it is
Ron

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.