How to append the _ga linker google id to confirmation URL

What I’d like to do is grab the google id from a cookie, have be stored as a hidden form field, and then dynamically append it to the confirmation url that the form redirects a user to.

For instance if the url was…
https://www.example.com,

i’d like to append…
https://www.example.com_ga=1342134343413413

Hi James. You can do this in two steps.

  1. Grab that value from a cookie and populate a field with it. You can use this method:
    gform_field_value_$parameter_name - Gravity Forms Documentation

  2. Configure your confirmation redirect with the query string, and use the value stored in the field with your parameter name i.e. _ga={FIELD LABEL:ID}

That should be all that is required. If you need more assistance, please let us know.

1 Like

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