I'm using the formbuilder.js library and am not sure if it is possible to load field data back into a formbuilder view to edit an existing form. I haven't used this library before, so I'm not familiar with what it can/cannot do.
I noticed that a new Formbuilder
has the .fields
attribute. If I load the fields into that before the Formbuilder view renders, will that load the fields?
NOTE: Is there an alternative (and better) node.js module or another js library that might be a little better and better maintained than this one?
I just started using Formbuilder myself, seems to work decent, although missing a few 'features' I think. But so far so good.
As for loading up the form back into the viewport, this is roughly the code you would need to display the fields.
Give this a shot, hopefully that helps.