Can we customize Reset button on the form?

  • ewsnet
    Asked on June 15, 2017 at 5:54 AM

    Hi Team

     

    These is 2-3 conditions, please read them below and give your best solution on them.

     

    If we use only submit button, then we can customized it through CSS

    But, when we add Reset button, then neither we customized Submit button nor Reset button

     

    So is there any possibility to customize both the buttons through CSS or any other way

  • aubreybourke
    Replied on June 15, 2017 at 6:26 AM

    Can you please send us the Form URL?

    Can we customize Reset button on the form? Image 1 Screenshot 20

  • Saccarab
    Replied on June 15, 2017 at 6:28 AM

    Hey ewsnet,

    .form-submit-reset {

        width: 400px;

    }

    .form-submit-button {

        width:120px;

    }

    There are 2 different CSS Tags for both Submit and Reset Button as above.

    You can fill inside the above tags to customize buttons to your preference.

  • Kiran Support Team Lead
    Replied on June 15, 2017 at 7:16 AM

    @ewsnet,

    You may change the buttons style from the Advanced Form Designer. The changed style will be applied automatically for both Submit and Reset buttons.

    Can we customize Reset button on the form? Image 1 Screenshot 20

    You may also customize the Submit and Reset button by injecting custom CSS code as mentioned by @Saccarab.

    Please give it a try and let us know if you need any further help.