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.