February 4, 20215 yr The custom field address type embeds different field parts into one field. Is there a way to access the different parts directly? Like the zip/postal code? <!-- how to filter out just the zip code? --> {$record->customFieldDisplayByKey('address','raw')|raw}
The custom field address type embeds different field parts into one field.
Is there a way to access the different parts directly? Like the zip/postal code?