Hi all
i have a form containing a hidden field (in order to calculate the total amount based on number of tickets).
When i submit the form (without confirmation page), this works well (the e-mail as well as the data in the database are correct) using this as OnSubmit code - before sending e-mail:
However, when i use the "Confirmation page"-plugin, the calculated value doesn't show ... just the default one.
Edit: using ChronoForms 3.1RC 4.11 on a Joomla 1.5.9 installation
Does any one have some suggestions?
Any help appreciated!
evdebo
i have a form containing a hidden field (in order to calculate the total amount based on number of tickets).
When i submit the form (without confirmation page), this works well (the e-mail as well as the data in the database are correct) using this as OnSubmit code - before sending e-mail:
<?php
$_POST["hidAmount"] = $_POST["selNumber"] * 15;
?>
However, when i use the "Confirmation page"-plugin, the calculated value doesn't show ... just the default one.
Edit: using ChronoForms 3.1RC 4.11 on a Joomla 1.5.9 installation
Does any one have some suggestions?
Any help appreciated!
evdebo