Make a "Submit" button larger, more obvious | XM Community
Skip to main content

How can I make the "submit" button at the end of the survey stand out. I want it larger, colorful, and in different font. Thanks!!

Paste the code at the very last question JS, change the css property values as required:
jQuery("#NextButton").attr("value","Submit").attr("title","Submit").css({
"background": "black",
  "width": "300px",
  "height": "60px",
"font-size": "35px",
  "color": "wheat"});


Leave a Reply