Submit button is grayed out

  • HRSSJotform
    Asked on June 2, 2017 at 6:36 PM

    Hi, on our form, the submit button is grayed out. It still works, but it's confusing our customers. Can you help determine how we can fix that?

     

     

    Jotform Thread 1162206 Screenshot
  • John_Benson
    Replied on June 2, 2017 at 11:36 PM

    To change the color of the Preview and Submit button, please add this custom CSS code to your form:

    button#input_176 { 

    background: #3973c2 !important; 

    color: #fff !important; 

    Here's a guide on How-to-Inject-Custom-CSS-Codes.

    Here's the result:

    Submit button is grayed out Image 1 Screenshot 20

    Hope that helps. Let us know if you need further assistance. Thank you.

  • HRSSJotform
    Replied on June 5, 2017 at 12:18 PM

    Thank you, that worked.