How can I add an OR Between the top two check boxes and the bottom three check boxes.

  • edocx
    Asked on February 21, 2016 at 8:05 AM

    How can I add an OR Between the top two check boxes and the bottom 3 check boxes (See Picture 1 ). Can I limit the box checked to one box before the or and one after  the or. If I break this up in separate sections there  seems to be too much space left in each section. If I need to do that how can the space be controlled (See Picture 2)?

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 30

     

     

     

     

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 41

     

  • Nik_C
    Replied on February 21, 2016 at 9:57 AM

    Hello there,

    You can use two check box fields and than text box in between.

    It will have some space between as you noticed, but you can handle that by changing the padding using Design:

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 50

    So when you select check boxes and than just click on the right hand side on Line Layout. There you can reduce padding and line spacing.

    And if you want to reduce spacing even more you can input this for your CSS for those two check boxes:

    #id_3 {

        margin-top : -15px;

    }

     

    #id_1 {

        margin-bottom : -20px;

    }

    Be mindful that #id_3 and #id_1 will be different for your check boxes ID.

    So if you want to limit check boxes to be one checked, you'll have to use two check box fields.

    To do that you can just define maximum that user can select for each check box section:

    Click on properties or each check box:

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 61

    And than just set maximum selections:

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 72

    So you should get something like this:

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 83

    Please let me know if that is what you had in mind or if you need more help with it.

    Best regards.

  • edocx
    Replied on February 21, 2016 at 11:33 PM

    Thank you for your info. It did help with line spacing. But I still have a couple of Questions:

    How do I remove the space at the bottom of the HTML table please see above red line?

     

    How do I align the check boxes (see Blue arrow) with the other check boxes whic are aligned 

    (see above and below)

     

    How can I add an OR Between the top two check boxes and the bottom three check boxes Screenshot 20

     

     

  • beril JotForm UI Developer
    Replied on February 22, 2016 at 3:44 AM

    I've created a separate threads for you, so I will be able to assist you with your specific requirement. Please follow up these threads:

    http://www.jotform.com/answers/777691

    http://www.jotform.com/answers/777691