How to align list of checkbox

  • peturrp
    Asked on October 4, 2015 at 9:16 AM

    Hi,

     

    I have to columns of names in a list that can be checked.

    I need adjust the top line of second column to match the second line in first column.

    See image.How to align list of checkbox Image 1 Screenshot 20

  • jonathan
    Replied on October 4, 2015 at 6:30 PM

    You can achieve this by adding first a dummy checkbox on the list.

    How to align list of checkbox Image 1 Screenshot 40

     

    then, add this CSS code on the the form http://www.jotform.com/52752582492361   

    #input_1_1,#label_input_1_1 {

        visibility : hidden !important;

    }

     

     

     

    How to align list of checkbox Image 2 Screenshot 51

     

    using the Form Designer.

    Here is the demo form http://www.jotformpro.com/form/52767206934967

    How to align list of checkbox Image 3 Screenshot 62

     

    Hope this help. Let us know if you need further assistance.

     

     

  • peturrp
    Replied on October 5, 2015 at 6:32 AM

    Thanks for your help.

    Petur