> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/form-management/publish-deploy/embed-form.md).

# Formular einbetten

## 👨‍💻️ Was ist Formular-Einbettung?

Die Verteilung der Umfrage mithilfe des [Weblinks](/de/form-management/publish-deploy/web.md) oder [QR-Codes](/de/form-management/publish-deploy/qr-code.md) öffnet für die Befragten eine neue Seite, um die Umfrage durchzuführen, während Sie nahezu alles am Umfragedesign mit dem [Style Editor](/de/form-management/style-branding/style-editor.md) Es gibt Situationen, in denen Sie die Umfrage direkt in eine vorhandene Seite Ihrer Website einfügen möchten.&#x20;

Mit der Formular-Einbettungsfunktion können Sie die Umfrage direkt in die Seite Ihrer Website einbinden, sodass sie wie ein integrierter Teil Ihrer Website wirkt.   &#x20;

![](/files/95bbadac1eba14e8c312b843e36dce047bb10536)

Um eine Umfrage in Ihre Website einzubetten, können Sie den **HTML-Einbettungscode** in den HTML-Code der Seite Ihrer Website einfügen.&#x20;

Wenn Sie einen Online-Website-Builder wie WordPress verwenden, können Sie die Dokumentation Ihres Website-Builders zurate ziehen, um zu erfahren, wie Sie HTML-Code in Ihre Seiten einfügen.

{% hint style="info" %}
Mit dem [Abschluss-Alert](/de/form-management/tasks/task-items/completion-alert.md) Task und [Captcha](/de/form-management/form-designer/answers/answer-types/captcha.md) können Sie problemlos ein „Kontaktieren Sie uns“-Formular erstellen, das Sie in Ihre Website einbetten, damit Ihre Kunden Sie kontaktieren können.  &#x20;
{% endhint %}

## 🔅 Einbettungseigenschaften

* **`Nur Formular`**  rendert nur die Hauptseite der Umfrage mit Fragen und Antworten ohne Header und Hintergrund der ursprünglichen Umfrageseite.

![](/files/991afa6569d804f78139c8b7fbef02bd4c6cc979)


---

# 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.ngsurvey.com/de/form-management/publish-deploy/embed-form.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.
