Hey there, I have a donation form seen here: https://www.ffcoalition.com/donate/ and I need to pass the 'other' amount to the payment system.
So, if someone clicks 'other' we're going to have a field drop down that lets them input any amount they wish. What is the best way to pass this information from my form through our script and onto the payment system without having some sort of extremely strict input conventions on the front-facing side.
You can look at the source of the code and see how the radio buttons pass now, and if the PHP is needed I can post that as well.
Thanks for the help,
Brad
So, if someone clicks 'other' we're going to have a field drop down that lets them input any amount they wish. What is the best way to pass this information from my form through our script and onto the payment system without having some sort of extremely strict input conventions on the front-facing side.
You can look at the source of the code and see how the radio buttons pass now, and if the PHP is needed I can post that as well.
Thanks for the help,
Brad
Comment