Fields are another name for the controls -- checkboxes, radio buttons, text boxes, etc. -- that can be used on your login and registration forms. You can view, add, modify, or delete fields by using the following Configuration API endpoints:
In this set of articles you'll find information about:
- Field types. Fields that can be added to login and registration forms.
- Common field attributes. Attributes that are supported by all field types.
- Type-specific field attributes. Attributes that might be supported on fields A, B, and C, but not on fields D and E.
- Field validations. Used to verify the values in a field before a form is submitted. For example, you might verify that a field that contains the user's Zip code has a maximum of 5 characters and that it contains only numbers.