I have a search form with 2 search fields. I want to hide one of the fields based on the value(s) selected from the first field. Is this possible?
I've tried creating a condition and refreshing it when a value is selected from the first search field, but that doesn't seem to work.
Condition LPL Ex.
Condition1
when (SearchField1 = "ABCD")
Form LPL Ex.
JobSearchForm is a form
Layout
single column
SearchField1
when value changed
refresh Condition1
visible when (!Condition1)
SearchField2