php - Simple contact form HTML with Captcha? -


i looking simple html contact form has recaptcha or type of anti-spam features. tried multiple tutorials complicated , can't work. need name, email, , message field (and recaptcha , submit button). know can find simple contact form html?

if have been struggling implement recaptcha go

$a=rand(2,9); // number between 2 , 9 $b=rand(2,9); // number between 2 , 9. can change according wish  $c=$a+$b; 

on php page show

echo $a."+".$b."="<input type="text" name="recaptcha" /> 

and check whether textbox value equal $c.

this simple recaptcha sort of thing can implement prevent bots.


Comments

Popular posts from this blog

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -