Hi,
I couldn't find anything like this on the forum so here is my question:
Is it possible to count with the numbers filled in by a user?
For example, a user wants to order a couple of things which have a standard price, can I multiply the number that was filled in by the user with the price and show him/her how much he needs to pay?
I was trying to add the following to the onSubmit field, but this doesn't seem to be the solution🙂
You'll have to pay <?php echo "{tickets}"*10;?> euro.
Thanks in advance.
M.
I couldn't find anything like this on the forum so here is my question:
Is it possible to count with the numbers filled in by a user?
For example, a user wants to order a couple of things which have a standard price, can I multiply the number that was filled in by the user with the price and show him/her how much he needs to pay?
I was trying to add the following to the onSubmit field, but this doesn't seem to be the solution🙂
You'll have to pay <?php echo "{tickets}"*10;?> euro.
Thanks in advance.
M.