Appearance
Add custom controls to the control bar using the fields option.
fields
var fields = [{ label: "Email", type: "text", subtype: "email", icon: "✉" }]; $(container).formBuilder({fields});