Hi there,
I have a form that is showing in every Virtuemart item I have on my website.
I am wanting to make it so when they submit the form it sends to an address specified in the details of Virtuemart.
I have put a hidden field in the form that has:
as its value
Though this is the error i am recieving:
Can anyone help me with this.
I have a form that is showing in every Virtuemart item I have on my website.
I am wanting to make it so when they submit the form it sends to an address specified in the details of Virtuemart.
I have put a hidden field in the form that has:
<?php echo $email ?>
as its value
Though this is the error i am recieving:
Notice: Undefined variable: email in /var/www/html/rmbclient/aiac/components/com_chronocontact/chronocontact.html.php(180) : eval()'d code on line 1
Can anyone help me with this.