How can i customize my submit button?

  • anjarmath
    Asked on April 6, 2020 at 2:42 AM

    How can i customize my submit button?

    Thanks

  • Gokay JotForm Developer
    Replied on April 6, 2020 at 3:31 AM

    Hello,

    You can customize the submit button by injecting CSS to your forms. Here's an example CSS code:

    .form-all .form-submit-button {
    transform: none !important;
    background: none !important;
    color: #af2626 !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    border: 3px solid #af2626 !important;
    width: 150px !important;
    height: 50px !important;
    }
    .form-buttons-wrapper:before {
    width: 0 !important;
    }
    .form-buttons-wrapper:after {
    width: 0 !important;
    }

    Here's the process of injecting CSS to your form.

    1586158212customizesubmit Screenshot 10

    Hopefully, it will be helpful for you. Kind regards.

  • anjarmath
    Replied on April 6, 2020 at 8:29 PM
    Thank you
    Pada tanggal Sen, 6 Apr 2020 14:31, JotForm menulis:
    ...