Format button for "review before submit widget"

  • lynchk
    Asked on January 5, 2022 at 7:47 PM

    Hello, I added the review before submit widget at the end of my survey, however I cannot edit the "review and submit", "back to form" and "print" button styles to match the "back" and "save" buttons from the rest of my survey

    1641429701 61d63ac57af2e  Screenshot 10

    1641429627 61d63a7b12aed  Screenshot 21Thanks for any help. 1641429450 61d639ca07d66  Screenshot 32

  • Kenneth JotForm Support
    Replied on January 6, 2022 at 2:57 AM

    Thank you for reaching support,

    After customizing the form, here is how it looks for the Print and Review and Submit buttons:

    1641455608 61d69ff89beb2 e1 Screenshot 101641455608 61d69ff89bed7 y1 Screenshot 21

    If that is acceptable, kindly insert these codes into your Inject Custom CSS Area: https://www.jotform.com/help/117-how-to-inject-custom-css-codes/

    button#input_126 {

      background: #FFFFFF !important;

      color: #008AD8 !important;

      border-radius: 20px !important;

      border: 1px solid #008AD8 !important;

      box-shadow: none !important;

      text-shadow: none !important;

    }

    button#printForm {

      background: #FFFFFF !important;

      color: #008AD8 !important;

      border-radius: 20px !important;

      border: 1px solid #008AD8 !important;

      box-shadow: none !important;

      text-shadow: none !important;

    }

    I hope that helps.

    Best.