Page 1 of 1

Contact form Hidden Tags

Posted: Tue 23. Nov 2004, 14:00
by theplinth
Hi,

I just noticed when browsing the source, that the recipient for the contact form is simply sitting in a hidden field

Code: Select all

input type="hidden" name="recipient" value="me@mail.com" />
I really like this content part and want to use it, but I don't want to have my email address sitting in the source code for all to see. The PRIMARY reason for using a contact form these days is to conceal your address so that bots and other spiders can't find you and subscribe you to a mass of junk mail. Which is exactly why i am using it.

Is there a work around for this? Or something planned in the future? Or will I have to use my own php script for this?

Thanks again,

Tim

Posted: Tue 23. Nov 2004, 14:41
by spirelli

Posted: Tue 23. Nov 2004, 14:43
by theplinth
Perfect! Is there any plans to make the address completely invisble in the future?