WuIf
Active member
I've been trying to get the value of a field using the helper for it, but I keep running into issues. I yanked the helper call from the resource_field_group template in hopes of using it on another resource template with a specific custom field, but haven't been successful yet.
Original:
Tried:
So my question is, how would I specify a specific field? I tried replacing $feildId, but I get errors such as "No view registered" or no output at all depending on what I change.
Original:
Code:
{xen:helper resourceFieldValue, $resource, $fieldId, {$resource.customFields.{$fieldId}}}
Tried:
Code:
{xen:helper resourceFieldValue, $resource, server_banner, {$resource.customFields.server_banner}}
So my question is, how would I specify a specific field? I tried replacing $feildId, but I get errors such as "No view registered" or no output at all depending on what I change.