# Input form properties

{% hint style="info" %}
This article describes input form elements available in **mobile apps** ↓

[Click here for web input form elements.](https://manual.bubble.io/core-resources/bubble-elements/element-properties/web-element-properties/input-form-properties)
{% endhint %}

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

<table><thead><tr><th width="171.62890625">Element type</th><th>Description</th><th>Link</th></tr></thead><tbody><tr><td>Input</td><td>Collects single-line text input from the user.</td><td><a data-mention href="input-form-properties-mobile/input-element-mobile">input-element-mobile</a></td></tr><tr><td>Multline input</td><td>Collects multi-line text input from the user. </td><td><a data-mention href="input-form-properties-mobile/multiline-input-mobile">multiline-input-mobile</a></td></tr><tr><td>Checkbox</td><td>Allows users to toggle a yes/no or true/false value.</td><td><a data-mention href="input-form-properties-mobile/checkbox-element-mobile">checkbox-element-mobile</a></td></tr><tr><td>Selectable list</td><td>Lets users select one or multiple options from a list.</td><td><a data-mention href="input-form-properties-mobile/selectable-list-element-mobile">selectable-list-element-mobile</a></td></tr><tr><td>Date/time picker</td><td>Lets users select a date, a time, or both, using the device's built-in picker interface.</td><td><a data-mention href="input-form-properties-mobile/date-time-picker-element-mobile">date-time-picker-element-mobile</a></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.bubble.io/core-resources/bubble-elements/element-properties/native-mobile-element-properties/input-form-properties-mobile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
