Opt-in Form¶
Each store has a public opt-in form — a hosted webpage where visitors can subscribe to receive messages from you. Contacts submitted through the form are added automatically to your contact list.
Accessing the form builder¶
Go to Stores → Form (or Settings → Opt-in Form) to open the form builder.
Form layout¶
Customize how your form looks:
| Setting | Description |
|---|---|
| Form Title | Headline shown at the top of the form |
| Form Background Color | Background color of the form card |
| Body Background | Page background — solid color or image |
| Background Image | Upload a JPG/PNG to use as the page background |
Changes are previewed in real time.
Button style¶
Customize the Subscribe button:
| Setting | Description |
|---|---|
| Text | Label on the button (e.g. "Subscribe", "Sign Me Up") |
| Primary Color | Button background color |
| Hover Color | Color when the mouse hovers over the button |
| Text Color | Button label color |
| Text Hover Color | Label color on hover |
| Border Radius | Roundness of the button corners (px) |
Form fields¶
Control which fields appear on your form and which are required:
| Field | Notes |
|---|---|
| Phone | Always present — required for SMS opt-in |
| First Name | Optional — can be marked required |
| Last Name | Optional |
| Optional | |
| Birthday | Optional — useful for birthday campaigns |
| Address | Optional |
Drag fields to reorder them. Toggle Required to make a field mandatory before the form can be submitted.
Your form URL¶
The public URL of your opt-in form is shown at the top of the form builder:
Share this link on your website, social media, or anywhere you want people to subscribe.
What happens when someone submits¶
- The contact is created (or updated if the phone number already exists) in your contact list
- Their opt-in status is set to subscribed
- They are redirected to your Thank You Page
Embedding the form¶
You can embed the form in your own website using an iframe:
<iframe
src="https://admin.notifybulk.com/form/?id=YOUR_STORE_ID"
width="100%"
height="600"
frameborder="0">
</iframe>
Replace YOUR_STORE_ID with your store's numeric ID (visible in the form URL).