Appointment Slots Widget: how to break list with an open space

  • Dirk242
    Asked on December 19, 2017 at 7:18 AM

    Hi i've made an easier solution for my two dates i need in my formulier but i was wondering if it's possible to get an open space in the appoitments timeswithout mentioning available

    Look at the screenshot. 

    Jotform Thread 1327032 Screenshot
  • aubreybourke
    Replied on December 19, 2017 at 10:44 AM

    Do you mean like this?

    1513698136The Easiest Online Form Builde Screenshot 10

    Please inject this CSS code into your widget:

    li:nth-child(12) {

        margin-bottom: 50px !important;

        border-bottom: 1px solid lightgray;

    }

    Instructions here:

    How-to-Inject-CSS-Codes-to-Widgets