Upload Widget is changing design

  • phylipcurtis
    Asked on February 10, 2016 at 9:29 PM

    When I change the upload widget setting to "allow multiple" it changes the style and design of the button to match the submit button styling. I want it to stay the same color and size as usual.

  • jonathan
    Replied on February 11, 2016 at 5:06 AM

    You can do something like this:

    Steps:

    #1 Set the Allow Multiple Upload

    #2 Change the Upload button to your desired style using the Form Designer

    Upload Widget is changing design Image 1 Screenshot 30

    #3 Since the Submit button will also follow the style of the Upload button, you can use this CSS code to change the Submit button separately

    .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

        color: #ffffff !important;

        background: #a62027;

        box-shadow: none;

        text-shadow: none;

        width:450px !important;

    }

    Upload Widget is changing design Image 2 Screenshot 41

     

    Here is my test form https://form.jotform.com/60412022684951

    Please let us know how it goes for you.

     

     

  • phylipcurtis
    Replied on February 11, 2016 at 11:01 AM

    Thanks! It's working now

  • Kevin Support Team Lead
    Replied on February 11, 2016 at 1:14 PM

    On behalf of my colleague, you're welcome.

    Do let us know if you need more help, we will be glad to assist you.