Skip Navigation

[Waiting for user confirmation] linking a single field to a hyperlink

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 1 voice.

Last updated by Minesh 8 hours, 12 minutes ago.

Assisted by: Minesh.

Author
Posts
#2828327

I want to pull in a single field on each profile page - the field is the name of the clinic. I want to be able to make this field a clickable link using another single field which will be the website of the clinic.

I want the name to appear but to be clickable and basically to use the hyperlink from the other single field

I didn't find any documentation

All of my profile pages have a section at the top that give the name of the 'main' clinic and then further down the page the therpaist can list up to three locations

hidden link

#2828330

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

To make sure custom link - you will have to use the shortcode and if you are using block, you can first turn on the legacy view. Please check the following screenshot:
- https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/#enabling-legacy-views

Once you enable legacy view, you can add "Fields and Text" block and use the "Fields and Views" button in order to add the shortcode. For example:

	
<a href="[types field='website-field-slug'][/types]"> [types field='cllinic-field-slug'][/types] </a>