kevinchappell / formBuilder

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

[Feature Request] Non jQuery and no styles in Form Render #1040

Open RBFraphael opened 4 years ago

RBFraphael commented 4 years ago

Feature Request

This is not an issue, but a feature request...

  1. A non-jquery dependent form-renderer JS for using on websites without needing jQuery library
  2. An option to not include any CSS styles when calling formRender({...})

Thanks!

kevinchappell commented 4 years ago

Agreed, both are needed.

lucasnetau commented 10 months ago

Item 1 can only be done if all controls and custom controls do not have jQuery dependencies Item 2 can be done by setting disableInjectedStyle: true as an option to formRender