Input form properties

This core reference entry is suited for beginner-level builders.

Learn more about experience levels.

This article describes elements available in web apps

Click here for native mobile input form elements.

Input elements accept values from users in different forms, such as text, dates, files, and dropdown selections.

Element type
Descriptions
Link

Input

Accepts single-line text or numerical input.

Multiline input

Accepts multiline text without formatting.

Checkbox

Returns a yes/no value based on its checkbox status.

Dropdown

Accepts a selection from a list of options presented in a dropdown.

Searchbox

Returns a database value based on text the user types to search.

Radio buttons

Accepts one option from a list of options presented as radio buttons.

Slider input

Accepts a numerical value by sliding a handle along a track.

Date/time picker

Accepts a datetime value from a calendar and time picker.

Picture uploader

Allows the user to upload an image file and store the URL in the database.

File uploader

Allows the user to upload a file and store the URL in the database.

Last updated

Was this helpful?