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