Hi,
I just created an easy form which you can see here:
http://www.hjirenno.nl/index.php?option=com_chronoforms&chronoform=kaartenbestelle24maaie
Visitors can order cards for an event (in the field "Oantal Kaarten")
In the email I just want to calculate the total price, based on the number which is entered by the user like this 7,50*Oantal Kaarten.
This is what I already tried, but it doesn't work
<?php $oantal=&form->data['oantal'] echo 7,50*$oantal;?>
Thanks in advance
I just created an easy form which you can see here:
http://www.hjirenno.nl/index.php?option=com_chronoforms&chronoform=kaartenbestelle24maaie
Visitors can order cards for an event (in the field "Oantal Kaarten")
In the email I just want to calculate the total price, based on the number which is entered by the user like this 7,50*Oantal Kaarten.
This is what I already tried, but it doesn't work
<?php $oantal=&form->data['oantal'] echo 7,50*$oantal;?>
Thanks in advance