- Posts: 13
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).ready(function(){ if($('#loginform').length > 0) { $('.login-title.login-content h3').text('Use your Titan Pass credentials to log in'); $('button[name="login_submit"]').nextAll('a:eq(0)') .html('Forgot your local password?<br />Contact UDM Help Desk') .attr('href', 'https://google.com') .attr('target', '_blank'); } });