angular-form-builder
angular-form-builder copied to clipboard
Drag and drop to build bootstrap forms in AngularJS.
I need to create form builder with two or three column layout (Drag and drop component to column and reposition it within the columns). I have tried the same by...
Hi, First of all Thank you for this plugin . Its very nice and I am now using this form builder in an application. How to make option as id...
Hi, First of all thank you for very much for this code. I am using this code in my application and added file upload also in form components. Its working...
Hi, I have used this angular-form-builder in my application , but my application's form has many sections when I try to drag and drop a widget it is getting fixed...
Hi, I'm running the form builder since 2014 in a project of a customer. We now have updated Angular to 1.6.5 (from 1.5.9), Bootstrap to 3.3.7 (from 3.3.6) and jQuery...
form building works fine until the form is built with two components. While trying to drag and drop third component,second components gets repeated as part of form. Please help! Thanks...
I have been using form builder and it was working fine until there comes a case, Where admin creates dynamic forms and they get stored in mongoDB. Thereafter when user...
Is there any way to use created form in other application. I am trying to fetch the inner html of form but it only recreate it whats in the demo.js....
I'm able to add dateObject and file upload component in form builder. My date picker template: {{label}} {{description}} My Image upload template: {{label}} {{description}} It works fine either i add...
What is the best way to get the generated HTML? I want to show the HTML in a text field.