I need to create a consent form for a survey. I want to give the respondents the option to print the consent form. To do this, I inserted a button over the Java Script editor.
This is the code:
jQuery('#Buttons').append('
However, I would like the button to appear between the question text and the multiple choice answer. At the moment the button is appearing at the end of the page. I already tried to change «append» to «before».
Could anyone help me to change the code? Thank you!