kevinchappell / formBuilder

A jQuery plugin for drag and drop form creation
https://formbuilder.online
MIT License
2.63k stars 1.39k forks source link

A Basic Example for formRender #1511

Closed DarwinJS closed 8 months ago

DarwinJS commented 9 months ago

Description:

The basic example for formBuilder makes a lot of sense - a complete page which implements the builder, including the js includes and a special named div id: https://formbuilder.online/docs/getting-started/#basic-example

However, the basic example for formRender seems to lack the completeness of showing a ready to go webpage with the js includes for rendering and any special div ids.

Basically the online builder you provide is sufficient for my purposes - but needing to understand how to setup formRender for simple static forms.

lucasnetau commented 9 months ago

Pull Request are welcome for documentation updates

There are demo examples of using formRender https://formbuilder.online/docs/formRender/demos/basic/ https://formbuilder.online/docs/formRender/options/formData/

for formRender all you need is a container (div or form element) and to call the formRender function with the form configuration.