I want to hide a text in the confiform edit controls while editing based on the value of a confiform field, say name:[empty] This text will show only after a condition like of name is not empty is matches
The best option is to use ConfiForms Field Definition Rules (Hide Field)
That is not created through Confiform Field Definition (text). It is simple text added in Form view
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Consider using hide/show container rule then - this allows you to show/hide elements by providing a CSS selector.
Also, if you are on server(DC) then ConfiForms IfMatches macro can be something that can be used as a container (condition set to * and with a custom element id defined you should be able to address that element via CSS selector easily)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.