Forum Moderators: phranque
I did try a Javascript program which hid the email address, but the problem was that it also hid the address from anyone whose browser had disabled J/script.
Many people see it as "easy" which on the surface it is - but when they ask a question, how many inquiries are insufficient to allow you to give an intelligent answer? Does it tell anything about how they found you? Can you log any of their actions on your site to privately gather what parts of your site are effective?
With a form, you can prompt them answer the most important questions to intelligently answer their question. For example, "what product are you interested in?" instead of getting an email that says "Are these available in red?"
You can ask how you found us - a single marketing question will not offend. When they submit the form, you can log their IP address, and compare it with other entries of that IP address for that day to get a feel whether they actually looked at the site. You can gauge if your site needs navigational improvements. If they're asking "is this available in red?" and the product clearly displays red as an option, you have some presentation issues you thought were working that are not working.
The decision to remove mailto: is not just one that should be based on spam because "you have to." You should remove mailto and replace with forms because it's better for your business. :-)
The problem with this is HTML and JAVASCRIPT insertion. The processing script I wrote removes and/or reformats most offending content before mailing it to me.
I use the same thing for a TELL A FRIEND page that allows the user to send comments to a third party. I also have it sent to me. That way I can tell if my filter is catching everything that could cause problems.
So far I have had a few messages where people have tried to use it to send phishing or other problematic emails, but after they test it and find it deactivate their content, they go away.
Barry