Hey,
I have an issue with the code for hidding “Powered by Qualtrics”. It doesn’t work with the simple layout.
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script><script type="text/javascript">
Qualtrics.SurveyEngine.addOnReady(function() {
jQuery('#Plug').attr('style', 'display:none !important');
});
</script>
I tried to call sur jquery library before it but still not working.
Thanks for your help