Feedback Form / Script Recommendation

I’m looking for a very simple and secure feedback form, preferably java script… I can’t use php and it’s not for Word Press. It needs to have some type of spam prevention like verification code or captcha. The more simple the better.

Any suggestions?

Re: Feedback Form / Script Recommendation

If your not using php for the server side, what are you using? java script can’t interact with the database or send mail. You need a server side script to handle the form once it is submitted. Into the database, email etc.

Re: Feedback Form / Script Recommendation

I normally use CGI, java for functionality spam block.

Re: Feedback Form / Script Recommendation

I’ve begun to use Jotform in my contact us pages, due to the lack of required updates, etc. I also have found some of my wordpress contact us plugins not working for quiet long periods of time. Thus I’ve outsourced some of my contact us forms to Jotform. I don’t use their captcha and haven’t gotten any spam from it. I think captchas are extremely annoying.

It’s an iFrame embed, and I usually use robots.txt to block the page I use it on.

http://www.jotform.com/

Re: Feedback Form / Script Recommendation

[QUOTE=BradBreakfast;119110]I’ve begun to use Jotform in my contact us pages, due to the lack of required updates, etc. I also have found some of my wordpress contact us plugins not working for quiet long periods of time. Thus I’ve outsourced some of my contact us forms to Jotform. I don’t use their captcha and haven’t gotten any spam from it. I think captchas are extremely annoying.

It’s an iFrame embed, and I usually use robots.txt to block the page I use it on.

http://www.jotform.com/[/QUOTE]

That looks interesting but I could be over the “free” amount of emails.

Re: Feedback Form / Script Recommendation

Really there is no direct method provided by JavaScript to send the data submitted in the form to an email address. If that’s what you are trying to do.

Re: Feedback Form / Script Recommendation

You can use the simple “mailto:” method in an html form. But that pops up warning box in a browser.

Re: Feedback Form / Script Recommendation

No I meant Java for functionality, as in spam prevention/captcha. I’m guessing I need a CGI script to actually submit the data.

Re: Feedback Form / Script Recommendation

Probably something out there that probably uses recaptcha as a plugin.

Re: Feedback Form / Script Recommendation

I have used tectite’s free script before from http://www.tectite.com/ its very secure and they keep it updated to ensure it stays secure, but its php…but they also offer a hosted solution which I have not used. Maybe that will help?

Re: Feedback Form / Script Recommendation

Thanks, I’ll have a look!

Re: Feedback Form / Script Recommendation

Actually maybe I could just have a popup box with a feedback form… that way I can use PHP and not have to worry about implementing templates and designs etc…