Divide appointment widget into 3 or 4 columns.

  • brentitc
    Asked on August 30, 2016 at 11:25 PM

    hi!

    Is there a way of dividing the appointment slots into 3 or 4 columns?

     

    Thank you! 

  • Chriistian Jotform Support
    Replied on August 31, 2016 at 5:13 AM

    Yes, you can have the appointment slots into 4 columns. Simply follow the steps below.

    1. First, we need to widen the the appointment slot widget to fit the 4 columns. Simply select the widget and click on the Width property from the top menu. Set it to 600.

    Divide appointment widget into 3 or 4 columns Screenshot 40

    2. Then simply add the CSS code below to each of the Appointment Slot widget's Custom CSS area.

    #checklist li {

        width: 25% !important;

    }

    Divide appointment widget into 3 or 4 columns Screenshot 51

    3. Update the widget and it should now look like the image below.

    Divide appointment widget into 3 or 4 columns Screenshot 62

    If you need further assistance, please let us know.
    Regards.

  • brentitc
    Replied on August 31, 2016 at 8:04 PM

    thanks. but i have noticed that the time sequence are messed-up.  is there a way to fix this. i really appreciate the help. 

  • brentitc
    Replied on August 31, 2016 at 8:45 PM
    tried the steps. these is the result.
    [image: Inline image 1][image: Inline image 2]
    ...
  • Chriistian Jotform Support
    Replied on August 31, 2016 at 10:01 PM

    Unfortunately your screenshot did not reach the forum. To send a screenshot, please follow this guide: How to add screenshots/images to questions to the support forum?

    As for the widget, please remove all the previous code in the Custom CSS area of the Appointment Slots widget and replace it with the code below:

    #checklist li{

    float:left;

    height: 80px;

    border-right: 1px solid lightgray;

    width: 24.8% !important;

    }

    Here's how it should look after.

    Divide appointment widget into 3 or 4 columns Screenshot 20

    If you need further assistance, please let us know.
    Regards.