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

Make a "Submit" button larger, more obvious

  • May 12, 2020
  • 1 reply
  • 64 views

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!!

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • May 12, 2020

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