ADD widget formation and placement of trash and +

  • pardop1
    Asked on April 9, 2017 at 11:12 PM

    the add widget doesn't look so great. I would like the word guest 1 in the same font and size as the rest of the form. The trash can and plus sign should be to the right of the first field and then be next to the 2nd field, if added. not floating on the top. Please provide the code to make this happen.

     

    https://form.jotform.com/70916815582968

  • Chriistian Jotform Support
    Replied on April 9, 2017 at 11:41 PM

    If you would like the word "Guest" have the same font and size as the rest of the form, please inject this custom CSS below:

    label.line-label {

        color: #002e7c;

        font-weight: normal;

        font-size: 0.75em;

    }

     

    Here's the result:

    ADD widget formation and placement of trash and +  Image 1 Screenshot 30

     

    However, I'm afraid that the trash and plus icon can't be customized. If you want the delete function of the widget to be at the right side of the field, you can try a Configurable List Widget instead. 

    ADD widget formation and placement of trash and +  Image 2 Screenshot 41

    Regards.