Jump to content

IPB Page/Database - Importing field text.


Linkd_satelite

Recommended Posts

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:

image.thumb.png.8f54fc23b5a6bfa878d41416f35d0aca.png

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?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...