I have a text component that says “For more information contact:”
This is followed by:
ContactName
ContactPhone
ContactEmail
In some cases, the event organizer may not provide all three of these items. There may be a phone number, but no name or email. Or there may be an email address but no name or phone number. Or we may get lucky and have all three elements.
I’ve already set visibility on each of these three items, so each field will only be visible if it contains something.
The problem is, how do I make the “for more information” only visible if at least one of the three contact elements has content? Adalo’s visibility rules only allow for one condition to be considered.
I think the solution lies in finding a way to count the three items, and then set a condition that applies only if the count is greater than zero.
Does anyone have any ideas? Am I on the right track?