Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: PHP mailer with CAPTCHA

  1. #11
    Join Date
    Jul 2010
    Location
    Minnesota
    Posts
    256
    Thanks
    1
    Thanked 21 Times in 21 Posts

    Default

    I must not be understanding something with how this captcha works that you are using, cause pulling the table and form out of the if block and putting it below the if(isset) block shouldn't affect anything with the captcha. Just move the table and form below the last } in your code you last posted.

    If that doesn't work then I am not sure without totally recreating the whole deal myself and playing more with it. I have used captcha before from http://www.captcha.net/ without any issue.

  2. #12
    Join Date
    Jul 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    sorry for the late reply, work is a ***** sometimes =(
    I removed the form from the else statement, and it seems to work ok still. Thanx.

    the only issue im having is im using a javascript alert box to pop up if the captcha code is wrong, while it works nicely in firefox, in IE it pops up twice.
    i had a search online for similar issues but i came up with nothing.
    Have you any ideas? ever had this happen before?

  3. #13
    Join Date
    Jul 2010
    Location
    Minnesota
    Posts
    256
    Thanks
    1
    Thanked 21 Times in 21 Posts

    Default

    Sorry I am not very good at javascript so even if I looked at it I probably won't find the issue. Plus I have not tried to use javascript with a captcha, so I don't even know where to start with that I guess.

  4. #14
    Join Date
    Jul 2010
    Posts
    27
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    thats kool, just thought i'd ask to see if maybe you've run into that issue or have heard of it, cuz i couldnt find anything about it.
    its not such a big deal i guess, im hoping the users os IE arent that high =P

    Thanx for all your help, much appreciated.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •