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.
Hi joelseneque,
Basically you aren't defining the value of $email - that's what causes the error. Where do you expect to get the email address from?
Bob
Basically you aren't defining the value of $email - that's what causes the error. Where do you expect to get the email address from?
Bob
I was getting it from a Virtuemart field. The field does work because i echo the same statement on my product page and it works.
Have you ever used virtuemart like this before?
Have you ever used virtuemart like this before?
This topic is locked and no more replies can be posted.