First of all, thanks to all of my readers who like my work and prove this by sending feedbacks over facebook style tutorials. I always try to create some useful tutorials for my users using Jquery. This tutorial is about ajax based contact form with jquery validation and ajax based captcha.

Similar Posts

3 Comments

  1. Hello I just implemented your script but I am still getting alert(‘Error ! invalid captcha code .’); if I echo php variable inside this statement

    if(strtolower($_REQUEST[‘code’]) == strtolower($_SESSION[‘random_number’])) {
    echo $_REQUEST[‘code’];
    }

    can you please help me to fix this bug

  2. hi i have problem with your contact form mail when i send record it erro “Error ! invalid captcha code .”

    in post.php your code and my code intergrad error

Comments are closed.