> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/visuelles-formular-erstellen.md).

# Visuelles Formular erstellen

Richten Sie ein PDF-basiertes Formular ein und platzieren Sie die Felder im Dokument.

Erstellen Sie ein visuelles Formular, wenn Sie möchten, dass Mitarbeiter ein Formular auf einem PDF Layout ausfüllen.

Beginnen Sie mit einem sauberen PDF, das bereits so aussieht, wie das endgültige Dokument aussehen soll.

{% stepper %}
{% step %}

### Formulare öffnen

Gehen Sie zu **Einstellungen → Formulare**.
{% endstep %}

{% step %}

### Erstellen Sie ein neues visuelles Formular

Fügen Sie ein neues Formular hinzu und wählen Sie die Option für das visuelle Layout.
{% endstep %}

{% step %}

### Laden Sie das PDF hoch

Laden Sie das PDF hoch, das als Hintergrund für das Formular verwendet wird.
{% endstep %}

{% step %}

### Platzieren Sie die Felder

Klicken Sie auf das PDF, um jedes Feld zu platzieren.

Verschieben Sie die Felder oder passen Sie ihre Größe bei Bedarf an.
{% endstep %}

{% step %}

### Konfigurieren Sie jedes Feld

Legen Sie den Feldnamen fest.

Wählen Sie aus, ob es erforderlich ist, und passen Sie die anderen Optionen an.
{% endstep %}

{% step %}

### Speichern und testen

Speichern Sie das Formular.

Testen Sie es dann an einem Arbeitsauftrag und auf dem Gerät, das Ihr Team am häufigsten verwendet.
{% endstep %}
{% endstepper %}

### Gute Vorbereitungstipps

* verwenden Sie eine saubere PDF-Vorlage
* lassen Sie genug Platz für Antworten und Unterschriften
* testen Sie die Lesbarkeit auf einem mobilen Bildschirm

### FAQ

<details>

<summary>Warum sollten Sie das PDF zuerst testen?</summary>

Weil Layout und Lesbarkeit in einem visuellen Formular wichtiger sind.

</details>

<details>

<summary>Kann ich das Formular später aktualisieren?</summary>

Ja.

Sie können die PDF-Vorlage oder die Feldpositionen bei Bedarf anpassen.

</details>

<details>

<summary>Sollten Sie visuelle Formulare für jeden Prozess verwenden?</summary>

Nein.

Verwenden Sie sie nur, wenn das feste Layout einen Mehrwert bietet.

</details>

### Verwandte Themen

* [Was sind Visuelle Formulare?](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/was-sind-visual-formulare.md)
* [Zwischen Standardformularen und Visual Formularen wählen](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/wahlen-sie-zwischen-standardformularen-und-visuellen-formularen..md)
* [Visual Formulare in der mobilen App verwenden](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/visuelle-formulare-in-der-mobilen-app-verwenden.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare/visuelles-formular-erstellen.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.
