Skip to main content

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?

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})


`



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



Reply