!--a11y-->
Use
The GET_DEFAULT_FORM_STYLE method specifies which preferred type of input template is to be used for a specific mobile device.
Features
Using the <input> and <select> tags and input templates you can customize the interaction with the user and enable the user to enter data.
Two options are available for data input :
The display of these tags on the screen of a mobile device can vary, especially if a card contains several input fields that cannot be displayed on the screen simultaneously.
In some devices the user can scroll on the page to reach input fields that are not immediately visible. However, after filling the input fields, some browsers display the input fields on different screens and distribute the screen contents over different pages.
Values
|
Values |
Short Description |
|
onPage |
The input fields are displayed one after another and are visible on the same screen. |
|
menu |
The input fields and selection lists are displayed in one overview page. To fill the fields an additional page is called – one page for each input field or selection option. |
|
wizard |
The input fields and selection lists are displayed so that each field has a card. |