> For the complete documentation index, see [llms.txt](https://design-packs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://design-packs.gitbook.io/docs/fundamentals/block-settings/newsletter-signup-form-block-tags.md).

# Newsletter/Signup Form Block - Tags

When customers sign up through this form block, you can automatically add tags to their profile in your Shopify customer database. These tags can be used for segmentation, automation with Shopify Flow, and more.

### How to Add Tags

1. In the "Tags" field, enter the tags you want to add, separated by commas
2. Example: `newsletter, summer_2024, landing_page`

### Use Cases

* Track which form/page customers signed up from by adding a specific tag like `homepage_signup`
* Segment customers by interest with tags like `mens_fashion, womens_fashion`
* Create automated workflows in Shopify Flow based on tags
* Group customers for targeted email campaigns

### Tips

* Use lowercase letters and underscores for consistency
* Keep tags short but descriptive
* Avoid spaces in tags (use underscores instead)
* You can add multiple tags at once

### Examples

```
newsletter, vip_list
summer_collection, early_access
blog_subscriber, interests_tech
landing_page_001, promo_signup
```

### Using Tags with Shopify Flow

1. In Shopify Flow, create a new workflow
2. Use the "Customer created" or "Customer updated" trigger
3. Add a condition to check for specific tags
4. Create automated actions based on those tags

Example Flow:

* Trigger: Customer created
* Condition: Customer has tag "vip\_list"
* Action: Add to VIP email list, Send welcome email
