Hello,
I found this topic but what was suggested is not working for me.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=7508&p=7508&hilit=email+php+variable#p7508
I am running Joomla 1.0.14 and using ChronoForms 2.3.9
All I am trying to do is get an email sent to that variable. I have entered this code per the other thread, but it prints part of the code out in my form. Is it different with this version or am I missing something?
In Form Code>On Submit code - after sending email:
Here is the form code:
Thanks in advance!
I found this topic but what was suggested is not working for me.
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=7508&p=7508&hilit=email+php+variable#p7508
I am running Joomla 1.0.14 and using ChronoForms 2.3.9
All I am trying to do is get an email sent to that variable. I have entered this code per the other thread, but it prints part of the code out in my form. Is it different with this version or am I missing something?
In Form Code>On Submit code - after sending email:
<?php $_POST[$paramsvalues->extraemail]; // $_POST[$paramsvalues->emailfield] = "";unset($paramsvalues->emailfield);?>
Here is the form code:
<label>Customer Email Address:</label><input name="emailfield" type="text">
<br>
<label>SCID:</label><input name="SCID" type="text">
<br>
<label>Contract ID:</label><input name="ContractID" type="text">
<input name="Submit" type="submit" value="Submit">
Thanks in advance!