March 20, 20215 yr Owner If you are using the Database Relation field it comes with a link attached to it. If you want to use it as only text so you can perhaps add another link to it, then you can use the PHP function strip_tags. {{$CleanTitle = strip_tags($record->customFieldDisplayByKey('YOUR DATABASE RELATION FIELD', 'display'));}} {$CleanTitle} View full record
If you are using the Database Relation field it comes with a link attached to it. If you want to use it as only text so you can perhaps add another link to it, then you can use the PHP function strip_tags.
View full record