Hi I would like some help please if its possible, as I'm new to web.
I have created a simple contact form with fields:
name*
email*
phone
message*
captcha* (not completed yet)
submit
I have added some spry validation to the fields (name as required, email as required and email format, message as required and min characters and captcha as required) but I would also like to add and some php validation before sending email and also create the captcha script.
about captcha field i want to make some math captcha, like 1+1 = ?, or typing characters that have some noise
Is there available any video tutorial or article that can help me work with this?
any help would be aprreciated