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.

Trouble getting values into query strings for redirect

  1. Form here: http://www.alaskamapping.com/contact/

    I'm passing all values into a query string and using the "Redirect" method after submission. I have the redirect URL set to a Salesforce URL that will post the data into our Salesforce account.

    Everything is working... EXCEPT... the checkbox field is not passing the values of 1 that I have entered. It's passing the name of the label (ex: "Orthotiles" or "Spot 5 Scenes"). In order for the data to be passed to Salesforce, it needs to pass the values (ex: "1").

    Screenshot of setup for checkboxes: http://grab.by/cNdY
    Screenshot of setup for redirect/query string: http://grab.by/cNdZ

    Anyone have an idea how to pass the VALUES and not the field labels?

    Thanks.

    Posted 13 years ago on Tuesday November 15, 2011 | Permalink
  2. Just found the answer here: http://www.gravityhelp.com/forums/topic/submitting-field-values-instead-of-labels

    Instead of {Field Name:1}, use {Field Name:1:value}. Just append :value to the end of whatever GF generates for the field you inserted.

    Consider this closed.

    Posted 13 years ago on Tuesday November 15, 2011 | Permalink
  3. You guys have made support very easy tonight, solving your own problems. Thank you for posting the solution you found.

    Posted 13 years ago on Tuesday November 15, 2011 | Permalink

This topic has been resolved and has been closed to new replies.