- Posts: 146
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ $('.navbar-right').append('<li><a href="https://pathToMyLink/">Custom link</a></li>'); });
tpartner wrote: 1) There may not be room for the survey title in the center if you add a link to the menu.
2) Add something like this to the end of template.js:
Code:$(document).ready(function(){ $('.navbar-right').append('<li><a href="https://pathToMyLink/">Custom link</a></li>'); });