editOnAdd

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

Usage

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

See it in Action