# Forms fields

If you click on Content > Form Manager > Form Fields, an overview of your stored form fields will appear.

<br>

{% hint style="danger" %}
**Important:**\
\
Be sure to create two text fields “Email” and “Subject” and then enable them through the two settings below.&#x20;

1 x email with activation of “This field will be used as an email”&#x20;

1 x subject with activation of “This field will be used as subject”&#x20;

At least one form field (not an email or subject field) must be included

Without these two text fields (subject, email) and at least one other form field, the form cannot be sent!
{% endhint %}

<figure><img src="/files/Y3HduRA6hiWeDQEsZxWG" alt=""><figcaption></figcaption></figure>

By clicking on the “Create” button you can create a new form field. A window will then open with the setting options below

### **Default tab:**&#x20;

**Header:**&#x20;

Heading of the field&#x20;

**Short description:**&#x20;

Description appears below the field&#x20;

**CSS class:**&#x20;

Here you can specify your own CSS class so that you can influence the appearance of the group via CSS if desired&#x20;

**ID:**&#x20;

Here you can specify your own CSS ID so that you can influence the appearance of the group via CSS if desired

<figure><img src="/files/GGOR0HpgrT6V3EEHgjkk" alt=""><figcaption></figcaption></figure>

**Position:**&#x20;

Determine the order&#x20;

**Active:**&#x20;

Activate the form field&#x20;

**Activate title:**&#x20;

Show the headline&#x20;

**Activate description:**&#x20;

View the description

&#x20;**Field:**&#x20;

Under Field you can select from the following elements: DropDown/Select field

<figure><img src="/files/1GMjvuRHGXUmpJI6empG" alt=""><figcaption></figcaption></figure>

**Textfeld**&#x20;

<figure><img src="/files/szEFkjZ8hAsB7JEqnpqR" alt=""><figcaption></figcaption></figure>

**Email**&#x20;

<figure><img src="/files/hfNSsKZPKkEAOn7Eeu2A" alt=""><figcaption></figcaption></figure>

**Password**

<figure><img src="/files/Jv4DLbMHq0q582VXPc3I" alt=""><figcaption></figcaption></figure>

**Phone**

<figure><img src="/files/nN0k3WkuhjAhL9VbuEEK" alt=""><figcaption></figcaption></figure>

**Textarea**&#x20;

<figure><img src="/files/KVdRsFF9h2w6ZOfM6OOn" alt=""><figcaption></figcaption></figure>

**Checkboxes**&#x20;

<figure><img src="/files/1Hi7EaD8kE51px1IsxxF" alt="" width="192"><figcaption></figcaption></figure>

**Radio-Buttons**&#x20;

<figure><img src="/files/JUh9QjwH1Ef2YmfsgNnd" alt=""><figcaption></figcaption></figure>

**Date Fields**

<figure><img src="/files/NPDIVdRu9juNIfe2us9l" alt=""><figcaption></figcaption></figure>

**Color picker**

<figure><img src="/files/sRPVpz5sW1KKL6EawZRW" alt=""><figcaption></figcaption></figure>

**Numberfield**

<figure><img src="/files/7zvcZ4IOU2OtHFqP4Mw6" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Important:**\
\
Be sure to create two text fields “Email” and “Subject” and then enable them through the two settings below.&#x20;

1 x email with activation of “This field will be used as an email”&#x20;

1 x subject with activation of “This field will be used as subject”&#x20;

At least one form field (not an email or subject field) must be included

Without these two text fields (subject, email) and at least one other form field, the form cannot be sent!

{% endhint %}

**This field is used as an email:**&#x20;

Assigning a text field as an email field&#x20;

**This field is used as the subject:**&#x20;

Assigning a text field as a subject&#x20;

**Validate:**&#x20;

Validate the form field (text fields, text area, email, password, color field, date field, numeric field).

**Assigned groups:**&#x20;

Assign the form field to a group

{% hint style="info" %}
Assigning them to a form group is absolutely necessary for form fields
{% endhint %}

<figure><img src="/files/DXBqeWl8KU3uzDbfR1fv" alt=""><figcaption></figcaption></figure>


---

# 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.pixeleyes.de/anleitungen-instructions/english/documentation-of-our-shopware-6-plugins/forms-manager-for-shopware-6/pluginmenu/forms-fields.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.
