I have a form called order.htm. A field called $amount is filled in with the order value, say $97.
However, When someone hits the "Click to Order" button, I need to multiply that value by 100.
This now larger value is sent to my merchant accounts secure server.
How can I do this?
I can do this easy enough without any scripts to just send $97, but the customer will have to enter 9700 instead of 97. I don't want that - it might confuse them!
Thanks,
Jon
However, When someone hits the "Click to Order" button, I need to multiply that value by 100.
This now larger value is sent to my merchant accounts secure server.
How can I do this?
I can do this easy enough without any scripts to just send $97, but the customer will have to enter 9700 instead of 97. I don't want that - it might confuse them!
Thanks,
Jon