I have one gravity form placing at two places on same page

2.5k Views Asked by At

I have one gravity form placing at two places on the same page, now how can I identify the spot of submission?

1

There are 1 best solutions below

1
On

Gravity Forms doesn't support multiple instances of the same form on the same page. You'll need to use a 3rd-party plugin like this one.

Once you have that setup, use the field_values parameter on the Gravity Forms shortcode to populate a Hidden field on your form with the placement.

[gravityforms id="1" field_values="placement=sidebar"]
[gravityforms id="1" field_values="placement=footer"]

And your Hidden field would be configured to accept this "placement" population parameter like so: