-
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.
-
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?
-
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.
-
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.