jQuery bug in user registration form.

JamesDavy

New Member
Hello,

You have surely noticed that you are getting less new users.

It's because the registration form for new accounts has a bug in the function that tries to run when the form is submitted.

zoneedit_create_user.js - line 25
$ is not a function

This could be a race condition error - meaning it only applies to some users depending on what order the files are loaded in. But in anycase it's a big problem.
You are not correctly initializing jQuery for these functions. I'm not a WordPress developer but the quick and easy solution is to just replace all instances of "$" with "jQuery"

I did it and it worked for me. But until you add the fix I'll probably be your only new account.

Cheers,

James
 

El.

Administrator
Staff member
Hello James. Thanks for sending this in. It's been brought to the attention of our developers for review.
 
Top