Skip to content

fieldRemoveWarn

fieldRemoveWarn warn user's if before the remove a field from the stage.

Usage

javascript
var options = {
      fieldRemoveWarn: true // defaults to false
    };
$(container).formBuilder(options);

See it in Action