For the complete documentation index, see llms.txt. This page is also available as Markdown.

Input form properties

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

Learn more about experience levels.

To learn about this topic more in-depth, we recommend reading the suggested articles below:

Input forms


Other element categories In this article series, we cover how to work with different element types:


The design tab In this article we cover the different tools available in the design tab.


Workflows

Workflows are used to connect elements with actions, such as saving the value of a text input element or uploading a file.


Design

Article series focusing on design in general, explaining terminology and offering resources to help you set up a user-friendly, good looking design.

  • Article series: Design

    • Article: Responsive design Building pages that work on all devices, such as a laptop and a phone.


Previewing your app

In this section about how to preview your app in the development environment.

Bubble Academy: How to Use The Input Element Bubble Academy: How to Use The Mulitline Input Element Bubble Academy: How to Use the Slider Input Bubble Academy: Element videos (list of videos related to elements)

Connecting elements to workflows

Bubble Academy: How to Trigger Workflows From Input Changes

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?