I was getting a JavaScript error in response to my html code for a print button. I brought this up with Qualtrics Support and it went up to the engineers. So if that was your problem also, it may now be fixed. I use this code:
<input type="button" value="Print this page" onClick="window.print()">