I need to pass the total to a payment form using a querystring. Is there any possible way to pass it without the $? That sign isn't allowed in the form and nothing can go through.
I need to pass the total to a payment form using a querystring. Is there any possible way to pass it without the $? That sign isn't allowed in the form and nothing can go through.
Do you have a link to your form and a detailed example of what you are currently trying to do?
http://www.saufoundation.org/giving/nursing-fundraiser/
This form takes quantity, calculates price, and sends it via querystring to a payment screen. I need to send it without the '$' on the total. Altering the payment screen or using a different payment processor is not an option.
What if you make a number field that calculates the total from the selected pricing field(s) and then pass that instead of the "total" field.
Thanks! I didn't even know that feature existed. I don't usually do math related tasks, so this was a learning experience.
No problem, glad to help!
Well, now I've got another, related, issue. Apparently the processor form can't take commas either (#headdesk). The format options on that field don't allow me to get rid of the commas. Any suggestions?