MyBB Community Forums

Full Version: Registration Broken...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Nobody can register at my site.
There is a popup saying 'invalid form" on the registration page...
After clicking "OK" to that message, and attempting to register,
it says:

"Please correct the following errors before continuing:
Please fill out the image verification code to continue. Please enter the code exactly how it appears in the image."

Even though I entered the verification correctly.
That popup appears when a </form> is missing.
(2013-01-13, 07:06 AM)Irreligious Wrote: [ -> ]That popup appears when a </form> is missing.

Is that what is preventing the registration to work? And where would I add this '</form>' element to the coding to fix this error?
I really need help with this.
I got the same problem.Could not find the fix yet..

Ok,so after a long research I found that there was a form that was not closed in "header_welcomeblock_guest" template.Since I have jquery pop up login box and the form is not closed in I was getting the error.

Hopefully this will help someone!