Contact form Hidden Tags

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
theplinth
Posts: 16
Joined: Sun 7. Mar 2004, 10:47

Contact form Hidden Tags

Post 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
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

theplinth
Posts: 16
Joined: Sun 7. Mar 2004, 10:47

Post by theplinth »

Perfect! Is there any plans to make the address completely invisble in the future?
Post Reply