PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Eloqua cookie set up in hidden fields in Gravity Forms

  1. I am trying to set up 2 hidden fields to pass cookie information back to our automated marketing system (Eloqua) for all of our forms. See this form: http://www.thunderhead.com/hidden/how-to-make-your-bank-more-beloved/
    I’ve created the fields in Gravity Forms in WordPress with these rules:

    elqCustomerGUID should pass to Eloqua with a blank value (value="”)
    properties field label = elqCustomerGUID
    advanced insert merge tag default value = ""
    Yes allow field to be dynamically populated
    Parameter name: elqCustomerGUID
    ---------------------
    elqCookieWrite should pass to Eloqua with value="0"
    properties field label = elqCookieWrite
    Advanced insert merge tag default value = "0"
    Yes allow field to be dynamically populated
    Parameter name: elqCookieWrite

    So far what I've done isn’t working, so what I’ve done is not correct.
    What am I doing wrong?

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink
  2. David Peralty

    So are you trying to, on form load, have these two hidden fields get values from somewhere? If so, you'll want to use the following hook:
    http://www.gravityhelp.com/documentation/page/Gform_field_value_$parameter_name

    Posted 10 years ago on Wednesday June 19, 2013 | Permalink