# Form

## Overview

"Form" widgets serve as interactive elements within a user interface, specifically designed to facilitate data input and submission in digital forms. These widgets encompass various types of fields such as text input, checkboxes, radio buttons, dropdown menus, and more. They provide users with a structured and organized way to input information, enabling the collection of diverse data types, from basic text entries to complex selections or file uploads. Form widgets typically offer functionalities like validation, ensuring data accuracy and completeness before submission, and can also include features for customization, such as placeholder text, default values, or conditional logic. Overall, these widgets play a pivotal role in enabling user interaction and data capture within web or application interfaces, streamlining the process of gathering and processing information.

## Subcategories

* Text inputs
* Boolean
* DateTime
* Dropdown
* File


---

# 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://docs.labii.com/widgets/column-widgets/form.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.
