move position of next/submite button | XM Community
Skip to main content
Solved

move position of next/submite button


Forum|alt.badge.img+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?

Best answer by Shashi

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));
});

 

View original

4 replies

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • October 12, 2023

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.


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 4 replies
  • October 12, 2023

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


Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+32
  • Level 8 ●●●●●●●●
  • 633 replies
  • Answer
  • October 12, 2023

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));
});

 


Forum|alt.badge.img+1
  • Author
  • Level 1 ●
  • 4 replies
  • October 12, 2023

Thank you very much - that’s worked perfectly


Leave a Reply