What’s the difference between Standard Fields and Advanced Fields? Forms – Field Types and Description
Standard Fields – Very changeable to different types of input
- Single Line Text – sentence or two of information
- Paragraph Text – Textbox for lots of information
- Dropdown – Shows one option to begin with but can choose one option from the list
- Multi Select – Shows one option to begin with but can choose multiple options from the list
- Number – used for input of a numerical value
- Checkboxes – can select multiple options which are all displayed to begin with
- Radio Buttons – can select one option which are all displayed to begin with
- Hidden & HTML not used very often
- Section – used to break down longer forms down into bite sized pieces i.e. Information for certain people
- Page – used for long forms, adds a next/previous button
Advanced Fields – Used more for specific types of input
- Name – Prefix, First, Middle, Last, and Suffix (labels can be changed)
- Date – Date of Birth, Date of Marriage Requested, etc.
- Time – Time of Mass, change to 12 or 24 hr format.
- Phone – Phone number format of Area code or International
- Email – Makes sure they input an email through validation
- File Upload – can specify allowed formats and upload multiple files even
- CAPTCHA – used to prevent spam coming through the form, always add one to the form.
- List – user can dynamically add more content depending on necessity.
- Consent – Checkbox that they agree to certain term & conditions