I can validate my fields, I can validate with captcha. But I'm not sure how to validate my fields and use captcha at the same time. Anyone have any ideas?
I'm just starting to jump into PHP but I could use some help
The php web page with the form is located at http://www.rnlservicesllc.com/contact_us.php
Thanks
How do I use captcha and validate my fields?
Moderator: General Moderators
Re: How do I use captcha and validate my fields?
Best I've found with examples and Docs
http://www.phpcaptcha.org
http://www.phpcaptcha.org/latest.zip
http://www.phpcaptcha.org/Securimage_Docs/
Lee
http://www.phpcaptcha.org
http://www.phpcaptcha.org/latest.zip
http://www.phpcaptcha.org/Securimage_Docs/
Lee
Re: How do I use captcha and validate my fields?
Not sure I understand your question. If you can validate data and employ captcha, what is preventing you from doing both? In other words, tell us what error messages or unintended behavior do you experience?mguise wrote:I can validate my fields, I can validate with captcha. But I'm not sure how to validate my fields and use captcha at the same time. Anyone have any ideas?