disableInjectedStyle

I'm not sure why anyone would want to do this but it's been requested a couple times so here it is... disableInjectedStyle enables you to disabled the injeted style that ships with the plugin.

Usage

var options = {
  disableInjectedStyle: true
};
$(container).formBuilder(options);

See it in Action