Is there code to move the location of the submit button? I would like to put a question below it. | XM Community
Skip to main content
Solved

Is there code to move the location of the submit button? I would like to put a question below it.


Forum|alt.badge.img+3
!

Best answer by TomG

You would add the JavaScript to the question you want to place the button above. This is beyond basic JavaScript, so if you don't know JavaScript you'll probably need more help than can be easily provided here.
View original

5 replies

MohammedAli_Rajapkar
QPN Level 5 ●●●●●
Forum|alt.badge.img+20
Hi @Sludemann, You will have to use some css coding to adjust the position of the navigation button... Below is just an example of "how you can adjust the position by using css" jQuery("#NextButton").css({"position": "absolute","top": "-126px","right":"526px"});

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5923 replies
  • April 17, 2018
I would take a different approach. I would move the button element using JavaScript.

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • April 17, 2018
Tom - where would I be applying the JavaScript as you have suggested. Is this within the tool? I have very little coding skills so any guidance would be great. If I use CSS I am confused on how to apply that to. Recommendations?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5923 replies
  • Answer
  • April 17, 2018
You would add the JavaScript to the question you want to place the button above. This is beyond basic JavaScript, so if you don't know JavaScript you'll probably need more help than can be easily provided here.

Forum|alt.badge.img+3
  • Author
  • 12 replies
  • April 17, 2018
Thanks for your suggestions. I will work with our internal development team and see if they can assist.

Leave a Reply