fields

Add custom controls to the control bar using the fields option.

Usage

var fields = [{
  label: "Email",
  type: "text",
  subtype: "email",
  icon: "✉"
}];
$(container).formBuilder({fields});

See it in Action