Apr 12, 2021 04:30 PM
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?
Apr 13, 2021 01:04 AM
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})
`
Apr 13, 2021 12:10 PM
We added this feature recently to our gallery extension. It allows you to set a conditional visibility rule(s) to your gallery fields.