Where can I find one, or how can I customize one to make it spam free? I would rather have one that does not require a link back - it looks really unprofessional. Thanks
Getting one custom made will probably be better than using an open source, widely offered one. To make it "spam free" you just have to be sure that all the inputs are validated for whatever information you want included/excluded properly before allowing the form to process the info. You can probably hire someone here to write you one. . . but you'd have to be sure they knew what you were doing. I could write you one using perl/cgi - but I wouldn't be the cheapest here by far, likely.
Yeah i think i am going to hire someone to customize one. BTW, i was thinking....what if you put a meta tag on your contact page to not allow spiders and bots. would that stop the spam?
I have a contact form that has proven to be very good over the last couple of years - the free version requires a linkback - contact me we can work something out for you.
I'm thinking no - I don't know too much about how spammers come across cotact form scripts, but I doubt if they use robots to search for them that they will follow the robots rules in your meta tags or in the robots.txt file. This is just a guess, though.
Hello, If you are using wordpress them you can try out http://www.protectwebform.com/plugin_wordpress or you can try out other CAPTCHA tools to prevent spam....
It is impossible to create a "contact form" in which people cannot submit spam in the message. It is also questionable whether captcha belongs in a "contact form" because the point of the form is to get feedback as easily as possible. It is possible to prevent the form from being used to send spam to other people by: 1 - never allow users to specifiy a recipient; and 2 - make sure the user cannot inject headers into their email address; and 3 - never include valid email addresses in the public portion of the script There are several threads which discuss preventing users from injecting headers into their email address, particularly BCC lines, and some sample "contact forms" and coding solutions: http://forums.digitalpoint.com/showthread.php?t=98568&highlight=bcc+injection+in+contact+form and http://forums.digitalpoint.com/showthread.php?t=210030&highlight=spam+free+contact+form No. That is impossible. Spiders and bots ignore such meta tags.
Personally, I just ASCII obscure my email address and put it in an href with a mailto: Try this page to convert your text: http://www.discoveryvip.com/asc.php Just enter your email address, the paste in the funky looking code. This has worked for me for many years.
here's an idea i just thought of... why not have a fully built on-the-fly form made via JavaScript... then encode or make it hard to emulate the JavaScript functionality
Its not that I did not want spam messages sent to me, but its more of that I did not want spiders using my script and sending to me/other people.