Hello,
I'm currently programming a screener for an upcoming study I'll be launching. Our information statement is long and we have many page breaks to help spread out all the information.
At the end of the survey I have a working print button using the following code:
Qualtrics.SurveyEngine.addOnload(function()
{
jQuery('#Buttons').append('
});
This works great (thanks to this community!) but I'm realizing I'd like the entire block that contains all of my consent form (i.e. all the questions in the block).
Is there a way to do this? Thank you so much for your help, I appreciate it!