Showing a group element only when input is not empty

Hello.
I only want this group element to be visible on page load when the location input and the date input above are not empty. I’ve set up the conditions but when previewing the page, it is not showing even when I enter the location and date.
Do you have an idea of what I’m doing wrong?

@boston85719
Thank you so much!


It is the conditional…it is using the ‘and’ operator which means all three conditions need to be met…instead change the ‘and’ to ‘or’…simply click the ‘and’ and it will show a dropdown of choices and select ‘or’…you wouldn’t need to redo the entire thing

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.