Hello,
First off, I love this plugin.
I am trying to construct a page where people can buy tickets for a fundraiser, and then be redirected to our donation page to checkout. The problem is that the donation page wants dollar amounts in whole #'s "50". When I have GForms populate the redirect url query string it includes "$50.00" is there a way to change this behavior?
I do not really need to be using to new price stuff, I tried it an alternate way with 'values' and a dropdown, but I could only populate the query string with the Label and not the Value.
I know I could add another redirect, that will fix up the URL, but that seems kludgy.
--------
In a nutshell,
Tickets are $50
The dropdown should say 1,2,3,4 etc... Tickets. This will increase the price 50,100,150,200.
When the form is submitted, do redirection, include query string.
*The Number in the query string should be a whole dollar amount, no punctuation.*
--------
The Form...
http://nscikids.org/rsvp/
The query sting also includes the email address, this part works great.