Posts: 7
Name: Carly
Location: Brisbane, Australia
|
Hi, I'm currently receiving blank form submissions and am not sure what steps to take to stop this. Any suggestions are much appreciated.
I've set up a HTML form where the compulsory fields are checked using javascript, using <form onSubmit="return myVerificationFunction" etc...
The form is at: http://www.taewynpublishing.com.au/orderform.html
Just for a bit of context, after it's verified the data is posted to a perl cgi script that collects the data, then sends that data in an email to me, but also presents another form for the client to confirm their details before moving to the bank hosted payment page for credit card details etc.
My problem seems to be that the initial html form verification works for humans, but I'm still receiving blank forms in my email.
I don't know much about robots and spammers, so is captcha something I should look into, or am I missing something?
Thanks for your help.
Last edited by crly; 03-06-2010 at 10:29 PM..
Reason: Forgot to add link to form
|