Ok, one last question.
I want the 'from email' to be the Full name captured on the form.
After looking at posts on the forum I added this code on the Others tab-Before Emails code:
When I get the email, the email from says admin. It should say Sigal Zahavi.
Why is that?
Thanks
I want the 'from email' to be the Full name captured on the form.
After looking at posts on the forum I added this code on the Others tab-Before Emails code:
<?php
$form->data['from_name'] = "{$form->data['fullname']}";
?>
When I get the email, the email from says admin. It should say Sigal Zahavi.
Why is that?
Thanks