Title pretty much says it all. I have a field which allows 8 digits. Works great when creating the profile but does not do jack when editing the profile. I am not getting any JS errors in my console, så wondering if the script is loaded at all?
Okay, it would seem the validation class that the JS works with is typed in wrong? In the sign up form where it works, the validation class is piereg_validation and in the edit form it is just validation. Changing this makes the validation work again.
Next problem is that all the rules does not propagate, as the limit on chars validation is not in the edit form.