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"
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?
Thanks for your much needed help
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"
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