Block visible only if a field in the database is 14 characters long

Hello… my system works for people and companies and I want to hide or display a group according to the cpf or cnpj, being cpf for person and has 11 characters and cnpj for companies and has 14 characters. How do I create this condition?

Do u have any database/field for cpf and cnpj?
You can use a field type yes/no status. Then easily show or hide group based on that status.

And yes you can count characters (:count).

If an input’s character:count > or equal , this is visible or not visible.

This topic was automatically closed after 70 days. New replies are no longer allowed.