Page 1 of 1

Proform - Password Strength Indicator not working

PostPosted: July 13th, 2011, 5:38 am
by davidpayne
Hey guys,

I'm using s2Member Pro and Paypal Pro. The password strength indicator on the pro form I've generated seems to not be working. It just remains gray regardless of what's put in. I'm not sure if it's checking the two passwords against each other either. Here's a link to the form if you would like to take a look: https://physician-assistant-ed.com/supp ... s2-ssl=yes

Thanks for any help you can provide in advance, I appreciate your time!

Dave

Re: Proform - Password Strength Indicator not working

PostPosted: July 13th, 2011, 8:21 am
by BobTabor
Two things to try ... just a shot in the dark:

(1) Only use one of the proform shortcode per page. At least until you can isolate the issue. Look like you've got the cancellation form on that same page?

(2) What other javascript/jQuery do you have on that page? Did you add any custom functionality? Can you remove all widgets and other shortcodes to isolate the issue?

For example, in your source code, there's a reference to this file:

https://physician-assistant-ed.com/wp-c ... ropdown.js

... Your BuddyBoss theme seems to be using some javascript ... it *could* be interfering with the password strength indicator. These kind of conflicts happen occassionally.

Good luck!

Re: Proform - Password Strength Indicator not working

PostPosted: July 13th, 2011, 9:15 am
by davidpayne
Bob,

Thanks a ton! Having both proform shortcodes on the same page proved to be the problem. In fact, when I removed the cancellation code there was not even a field for a password, which is good considering I will be using this for users who already have registered accounts. I tested and it worked.

Dave