We have a field field for vcards and we want to use conditionals to check if each user has specified a file.
We’ve tried both examples below and nothing shows up even when a file has been selected for that user.
Any help pointing us in the right direction is much appreciated.
{if people_vcard != ""}
<a href="http://{people_vcard}">Vcard</a>
{/if}{if people_vcard}
<a href="http://{people_vcard}">Vcard</a>
{/if}