View Single Post
  #11  
Old 06-29-2007, 06:27 AM
 
Jerrad Jerrad is offline
 

X-Adept
  
Join Date: Nov 2004
Location: The Netherlands
Posts: 484
 

Default Re: send_to_friend feature to be a request additional info

I'm using this great mod for a while now, but the spam bots are driving me almost crazy...

That's why I want to change the emailaddress I'm using for customers requesting info, but not after I found
a way the loose/or hide the (new) emailaddress which must be used in the code of this mod:

Code:
<FORM action="product.php" method="post" name="send"> <INPUT type="hidden" name="mode" value="send"> <INPUT type="hidden" name="productid" value="{$product.productid}"> <INPUT type="hidden" name="email" id="send_to" value="info@your-email-address.com.au"> <TR>


Anybody know a solution for this?
Thanks in advance!

Jerrad
__________________
X-Cart 4.0.12
Heavy modified with paid, free and forum mods.
PHP 5.2.5 | MYSQL 5.0.51a
Reply With Quote