Odd Question...

wxdqz

New Member
Good evening guys. I don't know if this is possible, if it's not is there anything else you can recommend?I have a site with several 'application' forms. I've already filtered some abuse by making fields required and checking email addresses are formed correctly, and it only contains valid characters etc. I've seen elsewhere 'Human Input' where a random image is shown containing a word, which must be inputted into a field. Is there a way I can achive this? My host doesn't support PHP... or is theer any other ideas to try and stop false applications?Lastly, I have a password form... which looks something like: else if (form.userPASS.value =="") {alert("Please include your desired username password.");form.userPASS.select(); }Is there way to having 'minimum' characters? I've already got maxlength etc...Thanks for any infos you can give me.:rolleyes:
 
Back
Top