PFBC has support for 32 form elements: Button, Captcha, Checkbox, Checksort, CKEditor, Color, Country, Date, DateTimeLocal, DateTime, Email, File, Hidden, HTML, jQueryUIDate, Month, Number, Password, Phone, Radio, Range, Search, Select, Sort, State, Textarea, Textbox, Time, TinyMCE, Url, Week, YesNo.
Important In each of the example forms provided, you'll notice that the form's prevent property is set to an array containing "bootstrap" and "jQuery". This prevents the css/js include files from being loaded a second time by PFBC as they're already being included in a header file. If your system already includes jQuery or bootstrap, it's recommended that you edit the prevent property in PFBC/Form.php so you don't have to set it (the prevent property) each time you create a form.