Hi
Great component!
I have a form which collecsts "firstname" and "lastname" and I would like to combine these so that the email uses a dynamic from field which is "fullname"
Normally I would do this with a little bit of php put after the form was submitted, and before the email.
If I put some code into the "on submit code - beofre sending email" section - like this:
<?php $fullname=$_POST['firstname'].' '.$_POST['lastname'];
?>
How do I get this value into the dynamic field in the email header please
Many thanks in advance
E
Great component!
I have a form which collecsts "firstname" and "lastname" and I would like to combine these so that the email uses a dynamic from field which is "fullname"
Normally I would do this with a little bit of php put after the form was submitted, and before the email.
If I put some code into the "on submit code - beofre sending email" section - like this:
<?php $fullname=$_POST['firstname'].' '.$_POST['lastname'];
?>
How do I get this value into the dynamic field in the email header please
Many thanks in advance
E