nrep
Well-known member
I've got a modification coded, however I'm having problems with getting the a field name set in the options menu to work as part of a xen:string display.
I've got an option set ({$xenOptions.specfieldid}) which I'd like to use in the xen:string code below:
{xen:string nl2br, $user.customFields.{$xenOptions.specfieldid}}
However, I can't nest things like that and get a parse error.
Is there a way I can do this? Effectively, I'm specifying a field name in options and I'd like to be able to display it using the {xen:string} code.
I've got an option set ({$xenOptions.specfieldid}) which I'd like to use in the xen:string code below:
{xen:string nl2br, $user.customFields.{$xenOptions.specfieldid}}
However, I can't nest things like that and get a parse error.
Is there a way I can do this? Effectively, I'm specifying a field name in options and I'd like to be able to display it using the {xen:string} code.