- This topic has 1 reply, 2 voices, and was last updated 13 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › JQuery code appearing on registration page.
I have a site where the registration button wasn’t working. I changed themes, disabled plugins one by one and the register button still wouldn’t work. I updated my eMember plugin and now the registration button works but I have this at the top of my registration page:
jQuery(document).ready(function($){ $.validationEngineLanguage.allRules= 'http://www.kerryskinner.com/wp-admin/admin-ajax.php'; $("#wp_emember_regoForm").validationEngine('attach'); });
The page is http://www.kerryskinner.com/laity-care/laity-care-registration/
When I go to that page I don’t see any error but it doesn’t look like the validation is working correctly. How did you update the plugin? Did you fully delete the old one and installed a new one?