Skip to content

editOnAdd

When the option editOnAdd is set to true, fields will automatically enter edit mode when added to the stage.

Usage

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

See it in Action