Generally, when you insert a field block into a form, you’ll need to use the inspector panel to configure which table and which field you are collecting or modifying data for.
You might insert a textfield block, for example, and then configure it to handle the Person table’s “city” field. Elsewhere in the form, you might configure a textfield block to handle the Task table’s “description” field.
The configuration options will only offer you choices you are currently able to use. For example, in the paragraph above, the task table is one that you wouldn’t have access to just from the pzForm plugin, so in that scenario the Task table wouldn’t be an available option. Similarly, if you are using the Datepicker block, you’ll only be able to select fields (in whatever table) that store dates.
Here are the “basic” form field blocks:
pzCheckbox
pzDatepicker
pzDropdown
pzRadio
pzTextfield
Additionally, there is a growing library of more specialized blocks:
pzCountrySelect
pzStateselect
And, finally, each form block should include a Submit button:
pzButton