Removed a validation, but it won't stop?

Wappler latest on Fedora linux. PHP Project.

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:
image

Here’s the only validation on this field:
image

Something isn’t updating correctly when I save because it shouldn’t be counting the characters any more. How do i fix?

Have you checked your connected work flow action as the validation may still be present in there if you haven’t re imported the fields?

It is still likely present on your server connect action. That caught me a few times.

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.

1 Like