Availability Roster Form.

  • WinterWonderland
    Asked on May 25, 2019 at 10:06 PM

    hello,

    I run a pop up ice rink and am developing a form to send out to potential employees to find out their availability to work.

    There are two shifts per day (am and pm) for a 3 week period.

    I was thinking a form with 3 columns - date/am/pm. Columns 2 and 3 would have tick boxes.

    Also if I used the forms similar to the attached link, how do I get the tables to run side by side?

    Do I need to do something special to ensure I can run reports which will show the availability?

     

    Thank you 

     

  • Nik_C
    Replied on May 26, 2019 at 3:44 AM

    Please insert this CSS to your Custom CSS field:

    li#id_49 {

        position: relative;

        left: 20%;

        margin-top: -66%;

    }

    li#id_43 {

        position: relative;

        left: 40%;

        margin-top: -66%;

    }

    That will set the columns side by side:

    1558856585Screen Shot 2019 05 26 at 9 Screenshot 10

    You can check here: https://form.jotform.com/91451641968970

    If you have any further questions, please let us know.

    Thank you!