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

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

  • 17 April 2018
  • 5 replies
  • 92 views

Userlevel 1
Badge +3
!
icon

Best answer by TomG 17 April 2018, 20:31

View original

5 replies

Userlevel 7
Badge +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"});
Userlevel 7
Badge +27
I would take a different approach. I would move the button element using JavaScript.
Userlevel 1
Badge +3
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?
Userlevel 7
Badge +27
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.
Userlevel 1
Badge +3
Thanks for your suggestions. I will work with our internal development team and see if they can assist.

Leave a Reply