Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid/column support #5

Open
pixsolution opened this issue Aug 14, 2019 · 0 comments
Open

Grid/column support #5

pixsolution opened this issue Aug 14, 2019 · 0 comments

Comments

@pixsolution
Copy link

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 kevinchappell/formBuilder#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant