I’ve set up a contact form and I’m really happy with it now (I just need to work on some Javascript valiation which shouldn’t be too hard). However I’ve used a nice fancy jQuery CAPTCHA box that I’ve found. The problem is that this has a dependancy on a PHP file and I know no PHP yet!
Basically all I want to do is if the CAPTCHA is valid then use formmail.pl to submit the data to my email address. I don’t even know where to start with tackling this so I hope someone will be able to help me out?
I’ve been able to add in a simple redirect in which I’ also like to keep in ideally.
Here are the URL’s to take a look at:
Form – http://www.seogarden.co.uk/contact-form.shtml
PHP page – domain/captcha/captcha.php (sorry can only post 1 link)
You could also use ajax thru jquery to send data to server.
for example something like this:
What kind of database you use? where you want to send this data? send_to_server.php depends on that.