Hey Webflake,
I have a database on my page, similar to Webflake's Feature Tracker.
CONTEXT: My database displays vacancies within the staff team.
When you click on a record, I have a button that would take you to the vacancies application form.. and in the database fields I have the following field:
However, what I want to do is import the specified URL into my template raw instead of using the result of:
{$row->customFieldDisplayByKey('url', 'listing')|raw}
Because the above code breaks the button. What I want to do is import just the user's inputted url. (https://*.com/applyhere) instead of what the above line of code imports:
<a href='https://rapiermc.com/' target='_blank' rel="noopener">https://*.com/</a>
Does anyone know how to do this?