Question How to create external link tab using custom field

CazMcI

New Member
Hi,
I would like to create an external link tab on the Group nav bar using a custom field entry to provide the URL.
I've managed to add the tab "Go to Course", but I need some help with how to code the link so it picks up the URL from a custom field with FIELD ID "gotocourse"
upload_2016-4-13_9-29-5.webp
This is the code I've used: Can anyone tell me how to create the link using the URL entered in the "gotocourse" custom field?

Code:
<li class="Team_navItem"><a href="{$URL entered in "gotocourse" custom field}" class="navLink">Go to course</a></li>

Thanks for your much needed help :)
 
Back
Top