Skip to main content

Gallery View, How to only show a field if a previous field is empty

  • April 12, 2021
  • 2 replies
  • 21 views

I am using gallery view on my website to display membership profiles. One of the fields is essentially “preferred name” and one is essentially “birth name”.l I only want to show the birth name if the preferred name is empty. Any suggestions?

2 replies

Forum|alt.badge.img+7
  • Participating Frequently
  • April 13, 2021

I would create another field like “display name” and put a formula that shows the field only if another field is empty, something like:
`

IF({preferred name}="",{birth name},{preferred name})

`


Forum|alt.badge.img+15
  • Inspiring
  • April 13, 2021

We added this feature recently to our gallery extension. It allows you to set a conditional visibility rule(s) to your gallery fields.