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}
Â
Recommended Comments
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now