Newsletter Signup Button Widget for Website

Get more signups to your newsletter by adding a registration form directly in Boei. You can connect the data retrieved with your newsletter service using webhooks.

With Boei, you can create a newsletter signup widget for your website within minutes. It is super simple!

This is how it will look like:

🏗 Installation

Step 1. Install Boei on your website

See Installation Guides

Step 2. Create helper in Boei

It is super easy to set up your newsletter signup form.
You can customize all the texts.

⚙️ Options

Add name field

You can add a name field to capture the customer's name. To display, fill in a text in the optional field (e.g. "Name").

GDPR or other privacy related checkbox

Boei can add a GDPR or other privacy related checkbox.

  • To display, fill in a text in the optional field (e.g. "I agree with the privacy policy").
  • This field allows markdown, so you can add a link to your privacy policy page.
  • When the field is displayed, users must check the box before submitting the form.

Receiving the results

You can send the results to email, Slack, or a webhook.

Slack

Send the Boei results to Slack. The required Slack settings are explained in this article.

Email

To other services (e.g. CRM system, mail service, etc)

You can connect Boei to 1000+ other available services. This article explains how you can set it all up.

Boei will send a webhook that looks like this:

{
    "timestamp": "2021-05-16T17:43:44.034777Z",
    "gdpr_checked": "true",
    "name": "Ruben Buijs",
    "email": "ruben@boei.help",
    "page_title": "Example page",
    "page_url": "yourwebsite.com"
}

Prefill fields for customers

It is possible to prefill email and name fields (if turned on). This way customers don't have to repeat their email to reach out.

To enable this, you only need to add a hidden field to your page. You should fill the value(s) in your website/application.

<input type="hidden" value="test@test.com" id="boei_prefill_customer_email" />
<input type="hidden" value="Mr Test" id="boei_prefill_customer_name" />

Give it a test to see if everything is set up correctly.

Done! 😀

Feedback Questions

Last updated: Jan 16, 2023