> For the complete documentation index, see [llms.txt](https://support.quizkitapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.quizkitapp.com/building-a-quiz/collecting-customer-data/email-signup-offer-template.md).

# Email signup offer template

When you start building a quiz, you can choose to start from a template. The **Email signup offer** is a template for a one-question quiz, designed to collect a customer’s email in exchange for a discount or offer. You can use this quiz template to help you grow your email list while also engaging customers and driving sales.

## Setting up the quiz

The quiz contains a single question and an email collection form that the customer fills out to receive their quiz result: most commonly a discount code they can use for checkout.

**Steps:**

1. From the Quiz Kit dashboard, click **Create a new quiz** > **Create from a template**.
2. Under **Email signup offer**, click **Use template**.
3. Customize your quiz as you'd like.
4. Click **Save**.

When you're done editing the quiz, you need to publish it so customers can find it.&#x20;

## Publishing the Email signup offer quiz

For publishing the **Email signup offer** template, it's best to embed the quiz as a popup. You have two options for embedding as a popup:

* **Launch from menu or button:** The quiz appears when a customer clicks a button or menu link that you set.
* **Automatically launch quiz (recommended):** The quiz appears automatically as a popup. In this publishing option you can configure:
  * **Trigger rules** (e.g., after X seconds on page, exit intent, scrolling behavior)
  * **Page targeting** (all pages, selected pages, or product pages only)

{% hint style="info" %}
**Note**&#x20;

You can only enable automatic launch for one quiz at a time. Enabling on a new quiz with disable any older quiz it's active on.
{% endhint %}

**Steps:**

1. After customizing the quiz, from the Quiz builder, click **Publish**.
2. Beside **Ready to publish**, click the toggle to make the quiz live.&#x20;
3. Under **Embed as a popup**, click **View instructions**.
4. Click **Set up** under the option you want to use:
   1. Launch from menu or button
   2. Automatically launch quiz
5. Follow the setup instructions. For automatic launch, select a theme to publish it to from the drop-down menu and click **Open theme editor**. You can then edit:
   1. **Trigger type:** Set when the popup launches to a new customer.
   2. **Show on:** Choose **All pages** or just the **Homepage**.
6. Click **Save**.

#### After submission

* Captured emails are added to your Shopify **Customers** list as subscribed.
* Customers can be shown a discount code, redirected to a page, or both.
* The quiz can integrate with your email marketing platform as configured in your store settings.

### Tips and best practices

* Use clear, compelling copy for your reward so customers know what they're signing up for.
* Consider timing your popup to avoid interrupting the customer too early
* Ensure GDPR/compliance notices are displayed if required.


---

# 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://support.quizkitapp.com/building-a-quiz/collecting-customer-data/email-signup-offer-template.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.
