Hi Everyone, I need a way to remove/hide my company logo from the last page of my survey. My survey already has the LOGO designed in the End of Survey page, so I need to remove the LOGO from look and feel from the last page of my survey.
Urgently looking for an answer!!!
Page 1 / 1
Psarma If your account allows 'Add JavaScript', you can use the following code on any page you do not want to display the logo. Add this code to addOnloadQualtrics.SurveyEngine.addOnload(function():
jQuery('#Logo').attr('style', 'display:none !important');
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.