- Posts: 5
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
$(document).on('ready pjax:scriptcomplete',function(){ if($('#loginform').length > 0) { $('.login-submit').after('<div class="row login-content custom">\ <div class="col-lg-12 text-warning"><strong>My custom message.</strong></div>\ </div>'); } });