> 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/password-page/how-to-collect-emails-+-sms.md).

# So sammeln Sie E-Mails + SMS

### 📬 Was Sie lernen werden

* Wie Sie ein E-Mail-Anmeldeformular zu Ihrer Passwortseite hinzufügen
* Wie Sie E-Mail-Abonnenten in Shopify erfassen
* Wie Sie SMS über Drittanbieter-Apps integrieren

***

### 📥 Schritt 1: E-Mail-Anmeldebereich hinzufügen

1. Gehen Sie zu **Onlineshop > Anpassen**
2. Wählen Sie im oberen Dropdown **Passwort**
3. Klicken Sie in der linken Seitenleiste **Abschnitt hinzufügen > E-Mail-Anmeldung**
   * Wählen Sie **Eingebettete E-Mail-Anmeldung** (empfohlen)
   * Optional: Verwenden Sie **Popup-E-Mail-Anmeldung** wenn Sie es verzögert anzeigen lassen möchten

***

### ✍️ Schritt 2: Formular anpassen

In den Bereichseinstellungen rechts:

* **Titel** – z. B. „Treten Sie unserer VIP-Liste bei“ oder „Früher Zugang“
* **Text** – Kurze Beschreibung oder Kampagnennachricht
* **E-Mail-Platzhalter** – Standardtext im Eingabefeld
* **Schaltflächentext** – z. B. „Benachrichtigen Sie mich“ oder „Jetzt beitreten“
* **Erfolgsmeldung** – Bestätigung nach dem Absenden

Sie können auch anpassen:

* Schriftarten
* Farben
* Abstände im Layout

> 💡 Dieses Formular sammelt automatisch E-Mails in Ihrer Shopify-Kundenliste.

***

### 📋 Schritt 3: Ihre Abonnenten anzeigen und exportieren

1. Gehen Sie zu Ihrem **Shopify-Admin > Kunden**
2. Neue Abonnenten werden hier angezeigt mit:
   * Keine Bestellungen
   * E-Mail-Opt-in-Status markiert
3. Klicken Sie **Exportieren** um Ihre Liste herunterzuladen
4. Laden Sie diese Liste hoch zu:
   * **Klaviyo**
   * **Mailchimp**
   * **Omnisend**, usw.

***

### 📲 Schritt 4: SMS-Nummern erfassen (optional)

> ⚠️ Shopify erlaubt es Themes nicht, SMS-Anmeldungen nativ zu unterstützen.
>
> Sie müssen eine Drittanbieter-App wie z. B. verwenden:

* **Postscript**
* **Klaviyo**
* **Yotpo SMSBump**

#### Verwendung eines benutzerdefinierten Formulars

1. Erstellen Sie Ihr Formular in Ihrer SMS-Plattform (z. B. Klaviyo)
2. Kopieren Sie den Einbettungscode
3. Fügen Sie in Shopify einen **Custom Liquid** Abschnitt zu Ihrer Passwortseite hinzu
4. Fügen Sie den Code dort ein

So können Sie nicht-native Formulare hinzufügen und sowohl E-Mail als auch SMS auf derselben Seite erfassen.

***

### **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/password-page/how-to-collect-emails-+-sms.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.
