I am using JQuery FormBuilder plugin to generate different form for organizational needs and let the employees to fill the forms as per requirement. For this purpose we use the JQuery Form Builder plugin
form-builder.js
and
form-render.js
We have created form building and form rendering modules.Now we could not figure out how to save the user input data back to DB. Is there any in-built way to get this done? I would prefer to store the user inputs in XML/JSON format, so that I could use that to render the filled form when user tries to edit or provide Save and Submit Later Functionality. Is it possible to achieve with this plug in ? Is there any hack to do that? It will be really helpful.