Menu

how do i delete captcha or change method?

Help
2009-05-05
2013-06-03
  • Walter de Milly

    Walter de Milly - 2009-05-05

    what do I need to do to delete the captcha? When I created the form I checked "no" for captcha but it was included anyway.

    I tried deleting the code on the form but on submission I'm getting invalid captcha string.

    As an alternative to a picture I'd rather have a question such as "are you human" or similar.

    Thanks.

     
    • TNTEverett

      TNTEverett - 2009-05-06

      In the process.php change this line:

      if( ($_SESSION['security_code']==$_POST['security_code']) && (!empty($_POST['security_code'])) ) {

      to this:

      if(1){

       
    • Walter de Milly

      Walter de Milly - 2009-05-09

      thanks it worked.

       

Log in to post a comment.