• Resolved PierreLechelle

    (@pierrelechelle)


    Hey everyone!

    We’ve created a form within HubSpot with one hidden field (Lifecycle Stage) with a specific default value (Marketing Qualified Leads).

    The goal being that everyone who submit that form will get the same lifecycle stage, regardless of where they come from (Gravity Forms, Landing Pages…).

    It works great with HubSpot Landing Pages. However, when a form is submitted through GF, they go straight to HubSpot. Except for the Lifecycle Stage field. It’s like HubSpot completely ignores that field (when coming from GF).

    Any idea why that might be happening?

    I could probably add a hidden field on my GF but it could be great to centralize everything within HubSpot.

    Thanks!

    https://wordpress.org/plugins/gravityforms-hubspot/

Viewing 1 replies (of 1 total)
  • Plugin Author Chris Lagasse

    (@soben)

    Hey Pierre,

    Sorry for the delay. Weekends always get in the way of support 🙂

    It’s likely that the default value isn’t applying when its an API submission (like from our plugin)…

    The best option here is unfortunately to decentralize the form by either adding a hidden field on your GF plugin, or to modify the data before it gets sent to HubSpot via our filter:

    apply_filters( 'gf_hubspot_data_outgoing', $data_to_hubspot, $form, $feed );

    We do hope to make this more centralized in the future, by making it so you don’t have to make two separate forms (one on GF, and one on HubSpot, and linking the two together). But I’m not remotely sure of a timeline for that.

Viewing 1 replies (of 1 total)

The topic ‘HubSpot Hidden Fields & Gravity Forms’ is closed to new replies.