Hi there, I'm not sure if this topic has already been discussed, but I wasn't able to find a relevant answer.
Let's say I want to sell a product: I have a simple form with the main product and its base price, a couple of product options, a grand total and a description field.
I had no problem in making the "total field" display the price of the product and the selected options, but I'd like to use that same value in other fields before submitting the form, possibly even applying some math to it.
For instance, I'd like to have an HTML text filed that says something like this:
"Thanks for choosing our great Whatever product! If you click "Submit" you will owe us a grand total of 100$, but you can choose to pay only 40% of it right now (= 40$) and the rest (=60$) will be charged only at the end of the month".
Is this possible?
Thanks a lot!