Use different button style within the same form

  • atomicdisc
    Asked on March 15, 2016 at 5:55 PM

    Hi,

     

    I am using jot form to create a file upload system. I would like to style the "Select File(s)" button different from the "Submit" button.

    How can I do this. In fact can I make the Select Files look a little less like a button?

    Thank you

    Jotform Thread 795430 Screenshot
  • David JotForm Support
    Replied on March 15, 2016 at 6:46 PM

    You can indeed style the upload button differently than the submit button.  The styling depends on what you are looking for.  For example, to make the button smaller overall and change the background color to blue, you could add this code:

    http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .qq-upload-button {
        background : blue !important;
        width : 100px !important;
        height : 15px !important;
        font-size : 10px !important;
    }

    That would make the button look like this:

    https://form.jotform.com/60747240892965

    If you have a specific look you are after, let us know and we will see what we can do.