I have a registration page where the password field I did require 8 characters. I removed that validation, saved. and refreshed in my browser. However I’m still getting this:
Here’s the only validation on this field:
Something isn’t updating correctly when I save because it shouldn’t be counting the characters any more. How do i fix?
Odd, that was it. Found it in the server connect. I never added it there, just in the form validation. Interesting that it was duplicated there but not removed when I also removed the form validation rules on the page.