# Form

### Key Features

* **HTML Attribute Integration**: The template allows for the integration of custom HTML attributes, enhancing accessibility and styling capabilities.
* **Dynamic Children Elements**: It supports a variety of child elements, enabling the creation of diverse forms with different input types and controls.
* **Customizable Classes**: Utilize `form_utility_classes` for additional styling and functional customizations.

### Customization

* **Inline Forms**: The template supports inline forms through the `is_inline` variable, enabling a more compact layout.
* **Utility Classes**: You can apply additional utility classes to modify the form's appearance and behavior, providing a high degree of customization.

### Usage

<pre class="language-twig"><code class="lang-twig">{% include "radix:form" with {
<strong>  is_inline: true,
</strong>} %}
</code></pre>


---

# 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.trydrupal.com/radix/components/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.
