How to change the location of the Print your Answers button on end page

Would you like to put the "Print your answers" button anywhere in the text of your End Message?

If you have Participants may print answers enabled at the survey level (found under Presentation & navigation), then by default the link appears at the bottom of your text. Using the following steps you can change this so that the button will appear anywhere in your text.
 
  1. To start, you'll need to create a custom template (the first part of this video will show you how to do this), select the endpage.pstpl file:



  2. Scroll to the very bottom of this file, and paste the following into the editor window:

    <script> $('.moveprintlink').prependTo('.printbutton'); </script>

  3. Save your custom template.
  4. Go to your survey's End message: Survey properties->General Settings and scroll down to "End Message". 
  5. Click on the "Source" icon in the editor to view the raw code. 
  6. Find the place you want to show the Print button, and paste the following code:

    <div class="printbutton"> </div>

  7. A simple approach is to put it right at the very top of the message, as shown below:



  8. Be sure to click "Save" at the top right of the page.

  9. Test your survey, and you'll see the button appear in the location you specified.
 
We greatly appreciate your feedback.




Powered by LiveZilla Live Chat Software