Solved

check if a field is not blank in Customizer

  • 30 November 2021
  • 1 reply
  • 149 views

Userlevel 4
Badge +9

How do I have to define the Value in a condition to check if a field is not blank, using the Customizer ? We’re on v15.3.1.

icon

Best answer by Phil Seifert 30 November 2021, 15:52

View original

1 reply

Userlevel 7
Badge +21

It is not an obvious solution where like in SQL you use a ‘is not null’ or ‘is null’

However, it is possible to do this by just setting <> or = as the operator and then leaving the value blank.

In the example above the Serial No. field will be hidden when the Service / Product is empty.

 

 

Reply