When I add certain widgets, the formating is different to the rest of the form. How can I change this so that each field is the same format?

  • wtwg
    Asked on May 25, 2017 at 9:46 AM

    How can I change this so that each field is the same format? I'm using the inventory widget and the text box is white while the rest of my form grey?

  • David JotForm Support
    Replied on May 25, 2017 at 11:57 AM

    Widgets load differently than regular field and need to be styled separately from the rest of the form.  For example, the inventory widget text color and background color can be adjust by adding the following the CSS section for each widget:

    .checklist label{
    color: white;
    }
    .checklist{
    background-color: grey;
    }

    When I add certain widgets, the formating is different to the rest of the form Screenshot 20

    Here is a quick test form with a styled inventory widget:

    https://form.jotform.com/70827110452953

    If you need any help styling something in your own form, let us know which form and what needs to be changed.  We will be happy to help.