kelp404 / angular-form-builder

Drag and drop to build bootstrap forms in AngularJS.
http://kelp404.github.io/angular-form-builder/
MIT License
599 stars 340 forks source link

Accessing field values #82

Closed ghost closed 9 years ago

ghost commented 9 years ago

I'm creating a form using the drag-and-drop interface from the example to generate a JSON string in an administrator form designer view.

Later, when a user is to fill out the form, I'm using $builder to recreate the form from the JSON string. What I don't understand is how to access the value(s) inside those fields. I see that an ng-model=inputText (or inputArray) is applied when the form is rendered. How do you access those values? I don't see anything on the $builder.forms['myforms'] object where I expected these to be.

kamleshpawar2006 commented 8 years ago

Hello StuartMorris, Have you got the solution for this??