> For the complete documentation index, see [llms.txt](https://docs.polyteia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polyteia.com/formulare/erstellen/feldtypen.md).

# Feldtypen

Die Auswahl des richtigen Feldtyps bestimmt, welche Art von Daten Sie sammeln können. Jeder Feldtyp ist für bestimmte Eingaben optimiert und bietet passende Validierung.

## Übersicht aller Feldtypen

| Kategorie                                                                        | Feldtypen                                                                       | Anzahl |
| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------ |
| [Struktur und Layout](/formulare/erstellen/feldtypen/struktur-und-layout.md)     | Überschrift, Beschreibung, Trennstrich                                          | 3      |
| [Grundlegende Eingaben](/formulare/erstellen/feldtypen/grundlegende-eingaben.md) | Freitext, Langer Text, Zahl, Datum, Ja/Nein                                     | 5      |
| [Erweiterte Eingaben](/formulare/erstellen/feldtypen/erweiterte-eingaben.md)     | E-Mail, Telefon, URL, Uhrzeit, Datum & Uhrzeit, Datei-Upload                    | 6      |
| [Auswahl und Bewertung](/formulare/erstellen/feldtypen/auswahl-und-bewertung.md) | Mehrfachauswahl, Einzelauswahl (Liste), Einzelauswahl (Optionen), Schieberegler | 4      |
| [Raster](/formulare/erstellen/feldtypen/raster.md)                               | Tabelle mit frei definierbaren Zeilen und Spalten                               | 1      |

{% hint style="info" %}
**Tipp:** Verwenden Sie spezialisierte Feldtypen wie "E-Mail-Adresse" statt "Freitext" – sie haben eingebaute Validierung und sind benutzerfreundlicher.
{% endhint %}

***

## Entscheidungshilfe: Welcher Feldtyp passt?

| Was möchten Sie erfassen?               | Feldtyp                  |
| --------------------------------------- | ------------------------ |
| Name, Adresse, kurze Antwort            | Freitext (einzeilig)     |
| Kommentar, Begründung, lange Antwort    | Freitext (mehrzeilig)    |
| E-Mail-Adresse                          | E-Mail-Adresse           |
| Telefonnummer                           | Telefonnummer            |
| Webseite, Link                          | URL                      |
| Zahl, Alter, Menge                      | Zahl                     |
| Datum, Geburtsdatum, Termin             | Datum                    |
| Datum mit Uhrzeit                       | Datum und Uhrzeit        |
| Nur Uhrzeit                             | Uhrzeit                  |
| Ja/Nein, Zustimmung                     | Ja/Nein                  |
| Bewertung, Skala                        | Schieberegler oder Zahl  |
| Eine Auswahl aus vielen Optionen (7+)   | Einzelauswahl (Liste)    |
| Eine Auswahl aus wenigen Optionen (2-6) | Einzelauswahl (Optionen) |
| Mehrere Auswahlen                       | Mehrfachauswahl          |
| Dokument, Foto, Nachweis                | Datei-Upload             |
| Gleiche Fragen für mehrere Einträge     | Raster                   |

***

## Häufige Fragen

**Kann ich den Feldtyp nachträglich ändern?** Nein, Feldtypen können nicht direkt geändert werden. Sie müssen das Feld löschen und ein neues mit dem gewünschten Typ hinzufügen. Bei bereits freigeschalteten Formularen gehen dabei bereits eingereichte Daten für dieses Feld verloren.

**Wann nutze ich "Freitext" und wann spezialisierte Felder?** Immer wenn möglich, nutzen Sie spezialisierte Felder (E-Mail, Telefon, URL, Datum). Sie haben eingebaute Validierung und sind benutzerfreundlicher.

**Wie viele Optionen kann ich bei Auswahl-Feldern haben?** Technisch unbegrenzt. Praktisch: Einzelauswahl (Optionen) 2-6, Einzelauswahl (Liste) 7+, Mehrfachauswahl 3-10.

**Was ist der Unterschied zwischen "Datum" und "Datum und Uhrzeit"?** "Datum" erfasst nur den Tag (15.03.2024), "Datum und Uhrzeit" erfasst Tag und Uhrzeit (15.03.2024 14:30).

***

## Weitere Hilfe

**→** [**Formular-Editor**](/formulare/erstellen/formular-editor.md) – Felder hinzufügen und anordnen

**→** [**Bedingungen**](/formulare/erweitert/bedingungen.md) – Felder bedingt anzeigen

**→** [**Validierungsregeln**](/formulare/erweitert/validierung.md) – Eingaben automatisch prüfen

**→** [**Freischalten**](/formulare/erstellen/freischalten.md) – Formular verfügbar machen


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.polyteia.com/formulare/erstellen/feldtypen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
