The Day component can be used to enter values for the Day, Month, and Year using a number or select type of field.
Display Tab:
- Label: You can place the title or name in this component.
- Hide Input Labels: This setting allows you to hide the labels of the Month, Day, and Year inputs on the form.
- Input Label Position: With this setting, you can adjust the position of the component name and label.
- Use Locale Settings: Enabling this checkbox will allow the locale setting to be used for displaying date and time.
- Use Locale Settings: Enabling this checkbox will allow the locale setting to be used for displaying date and time.
- Placeholder: With this setting, you can place text that will appear in the field when it's empty.
- Description: In the description field, you can enter text that will appear below the input field.
- Tooltip: Entering data here will create a tooltip icon on the field.
- Custom CSS Class: With this setting, you can add a CSS class. Multiple classes can be added, and class names can be separated by only a space.
- Tab Index: The Tab Index setting indicates which element in a form can be focused and which can be unfocused. It works as a global attribute and provides three different types of results depending on the integer: Negative Integer (-1) indicates that the elements are unfocused and unreachable by sequential navigation. Zero Integer (0) indicates that the elements are focused and can be reached with sequential navigation. Positive Integer (1) works as the zero integer but in the positive integer, you can set up an order depending on the number.
- Hidden: Enabling this setting will hide your field from viewing when the form is extracted.
- Hide Label: In this component, you can hide the label or name. Sometimes you only need the component field and not the label; hide label is used for that purpose.
- Initial Focus: Enabling this setting can make the field initially focused. Please note that only one field or component can be the initial focus in a form.
- Disabled: Enabling this setting will disable the component from the form.
- Table View: When this setting is enabled, the data on this component will only show up in the submission list of the table view.
Type of input: You can choose the type of input for Month, Day, and Year between Number or Select types on the Day, Month, and Year tabs.
Validation Tab:
- Validate On: Selecting this setting will determine when to allow the front-end validation of the component. It provides two options to choose from: Change and Blur.
- Required: Enabling this setting will make this componenta must, and the user cannot submit the form without filling this component.
- Unique: Enabling this setting will help the user understand that this information is not provided before whilesubmitting the form.
- Error Label: With this setting, you can enter text that will be displayed when the field displays an error message.
- Custom Error Message: In this setting, you can enter the error message that will be displayed to the user if any error occurs while filling out the form.
API:
- Property Name: In this setting, you can provide the name of the field in the API endpoint.
- Field Tags: In this setting, you can enter the tags for the field that can be used in custom logic.
- Custom Properties: In this setting, you can enter any custom properties to configure this component.
Conditional Tab:
- This component should Display: In this setting, you can choose "True and False" to determine if this component should display.
- When the form component: In this setting, you can choose if you want the component to be displayed after it is submitted.
- Has the value: In this setting, you can choose the value of the component when it should be hidden or displayed. 
Layout:
- HTML Attributes: In this setting, you can enter HTML attributes for the component's input.