jazmy / laravel-formbuilder

Laravel Package for Creating a Drag-and-Drop Form Builder Using JQuery Form Builder
GNU General Public License v3.0
98 stars 57 forks source link

Grid/column support #5

Open pixsolution opened 5 years ago

pixsolution commented 5 years ago

Hi there! I am using your package for a project in Laravel that needs formbuilder and I want forms that have 2 columns I found how to do it here https://github.com/kevinchappell/formBuilder/pull/859 and I try it in the formbuilder demo https://formbuilder.online and it works attached capture: 1

see the capture of the html it put the class row-1 col-md-6 inside div class 2

but in your demo with laravel http://demoform.jazmy.com/ I see that it doesn't work and I think it's because of the following: 3

it put the class row-1 col-md-6 inside the input not inside div class as I think should be for work....don't you think?

How can I make the html look the same as formbuilder.online demo and can work 2 columns/grid? Or do you have a better solution to apply columns/grid to forms?

Regards