Element Conditional Expressions for Empty Fields?

I don’t seem to be able to set a conditional expression for an empty field? Should the string be empty, “”, null or what? Leaving the string empty doesn’t work, is there something else I should add into the ‘string’ setting to achieve this?

If I want to check if a field is empty and then hide the element, how do I do this?

Turns out you do just leave the string empty with ‘is not’. The problem was beng caused by my ACF PRO field filter to convert a number field into a currency. I’ve debugged my code & all good now.

Hi @sguilliard,

Glad that you are able solve it.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.