Is there a way to use a “field is not empty” condition to show/hide something?
Let’s say I have a simple text field, followed by a section with more fields.
The section should only show when the user fills out the text field (with anything).
If field IS NOT and then leave the value input blank. That will evaluate to TRUE whenever someone enters a character in that field in the form, triggering the conditional logic. Thank you.