fieldRemoveWarn

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

Usage

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

See it in Action