> For the complete documentation index, see [llms.txt](https://docs.openspaces.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openspaces.design/german/plain-jane-interactive/pages-and-menus/contact-page.md).

# Kontaktseite

### Was Sie lernen werden

* So aktivieren und passen Sie das Kontaktformular auf der Kontaktseite an
* So bearbeiten Sie Text und Gestaltung für Formulareingaben und Schaltflächen
* So passen Sie die Farbeinstellungen an

***

### Schritt 1: Kontaktseiten-Vorlage aktivieren

1. Gehen Sie in Ihrem Shopify-Adminbereich zu **Online-Shop > Designs**.
2. Klicken Sie **Passen Sie** in Ihrem aktiven Theme.
3. Wählen Sie im Seiten-Dropdown oben in der Mitte **Seiten > Kontakt**.
4. Stellen Sie sicher, dass die `Kontaktnachricht` und `Farben des Kontaktformulars` Blöcke im linken Bedienfeld sichtbar sind.

> 💡 Tipp: Das Kontaktformular ist bereits in die "contact"-Vorlage eingebaut und benötigt keine separate App.

***

### Schritt 2: Kontaktnachricht anpassen

1. Wählen Sie in der linken Seitenleiste **Kontaktnachricht**.
2. Bearbeiten Sie den über dem Formular angezeigten Nachrichtentext (z. B. „Erwarten Sie 3–5 Werktage für eine Antwort auf Ihre Anfrage.“).
3. Passen Sie die Textfarbe mit dem **Farbwähler für Kontaktinhalt-Text** an.

***

### Schritt 3: Kontaktformular gestalten

1. Klicken Sie in der linken Seitenleiste auf **Farben des Kontaktformulars**.
2. Passen Sie jedes Farbfeld an:
   * **Formular-Hintergrundfarbe**: Hintergrund des Formulars
   * **Formular-Textfarbe**: Eingabetext
   * **Absenden-Schaltflächenfarbe** und **Textfarbe**
   * **Startseiten-Schaltflächenfarbe** und **Textfarbe**

> 💡 Tipp: Verwenden Sie Farbpaare mit hohem Kontrast, um die Zugänglichkeit sicherzustellen.

***

### **Brauchen Sie Hilfe?**

* 💬 **Treten Sie unserer Community auf Discord bei:** <https://discord.gg/hcc2GvgZc6>
* 📧 **Schreiben Sie uns eine E-Mail an:** <support@openspaces.design>
* 💻 **Chatten Sie live mit uns:** Verfügbar Montag–Freitag, 10:00–18:00 EST, direkt auf unserer Website


---

# 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.openspaces.design/german/plain-jane-interactive/pages-and-menus/contact-page.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.
