Button Checkbox Widget

  • getmaty
    Asked on March 20, 2014 at 7:26 PM

    The way the widget is set up, I am able to have the buttons side by side.

    But am I able to create a grid of buttons, where by it is multiple rows of the side by side buttons?

    So far, I haven't be able to do this.  Even when I enter "shift+enter" it doesn't do anything.

     

     

  • David JotForm Support Manager
    Replied on March 20, 2014 at 10:04 PM

    Hi, as far as I know it can only be display  inline-block, but what you could do is to add more than one widget, and move them closer injecting CSS codes, this is the code I injected in my form:

    #id_7{

    position: relative;

    bottom: 55px;

    }

    This his how it shows:

    Button Checkbox Widget Image 1 Screenshot 20

    You may check my form, or clone it if you want to. Also, you may add the widgets on your form, then share it with us ,and we can move them closer injecting CSS code. Hope this helps you.