move position of next/submite button | XM Community
Solved

move position of next/submite button

  • 12 October 2023
  • 4 replies
  • 101 views

Badge +1

Hello, we need to put some disclaimer text to either the start of end of a survey, however given the volume of text and the fact that most people will be taking our survey via mobile, the ‘next’ or ‘submit’ buttons won’t be immediately visible on screen so I’m worried about dropouts. 

 

Is there a way to move the position of the ‘next’ or ‘submit’ button so it’s either at the top of the question, or at least above the disclaimer text?

icon

Best answer by Shashi 12 October 2023, 14:11

View original

4 replies

Userlevel 6
Badge +27

You can create a ‘Next’ button in a text/ graphic question before disclaimer and on click of this button click Qualtrics Next Button using JS.

Also, please check this post.

Badge +1

Thanks Shashi, I’m not at all skilled in JS so would you be able to advise here please?

Userlevel 6
Badge +27

Paste the below code of @TomG from the post in JS of the discalimer question:

Qualtrics.SurveyEngine.addOnReady(function() {
jQuery("#Buttons").after(jQuery(this.questionContainer));
});

 

Badge +1

Thank you very much - that’s worked perfectly

Leave a Reply