Using a custom CAPTCHA

I will explain briefly how to make a CAPTCHA field that will generate a random image, store the result using PHP sessions, then use an Quform validator to check if the entered result is correct. 1. Create a PHP file that will generate the CAPTCHA image and store the expected result 2. Change the existing … Continue reading Using a custom CAPTCHA