Author: M.Prince (1 May 06 6:43pm)
You can use HTML entities to encode your email address and it should still work in the form. In your case, you can replace the email address with:
siteadmin@returnloads.com
You should test that to make sure it works. It also won't fool every spambot, but it will fool a number of them. If you are sure that your users will be using Javascript then you could also populate the value of the hidden field with Javascript onsubmit and mung the address where it's stored in the script.
Good luck!
Post Edited (1 May 06 5:44pm)
|