I am using related entries pretty much the exact way it is described in the User Guide. However in the case where a venue is not yet entered I am giving users the option to use a Location Other field.
I have tried this but it doesn’t appear to work.
{related_entries id="calendar_location"}
{if no_related_entries}
{calendar_location_other}
{/if}
{title}
{/related_entries}
Rather than display the {calendar_location_other} it displays “{calendar_location_other}”.
