It defines the format and type of data that can be entered into a particular field. It determines how users input information and how the system processes and stores that data.
Text Field- A single-line input field for short text responses(Eg-Name). If enabled, you must set the minimum and maximum character limits for input.
Text Area- A multi-line input field for longer text responses(Eg-Address, Medical Conditions).If enabled, you must set the minimum and maximum character limits for input.
Single Choice- Allows selection of one option from a predefined list (e.g., Gender: Male, Female, Other).If enabled, you must set the Dropdown Values for input.
Multiple Choice- Allows selection of multiple options from a predefined list (e.g., Skills: Java, Python, SQL).If enabled, you must set the Dropdown Values for input.
Number- Accepts numeric values only (e.g., Contact Number, Years of Experience).If enabled, you must set the data range for input.
Date- Provides a date picker for selecting dates (e.g., Date of Birth, Passport Expiry Date).
URL- Allows input of a web link (e.g., LinkedIn Profile, Portfolio Website).If enabled, you must set the URL link for input.
|