kevinchappell / formBuilder

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

remove Injected Style #862

Closed faiyip closed 2 years ago

faiyip commented 6 years ago

hi, Is there a way to remove the injected style from the formRender ? I tried the option { disableInjectedStyle: 1 }, but that didn't remove the injected style, rendered-form. I am using the version 2.10.9 Or using a custom css file would be great too.

Thanks in advance. Fai

simon-hevs commented 5 years ago

I think this may only work on the form builder side. However you can remove it from render with a single line of jQuery if you really want to:

$('.formBuilder-injected-style').remove();
Jojoshua commented 2 years ago

Try disableInjectedStyle: true