newsletter-signup-generator

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Components: Newsletter Signup

组件:Newsletter注册表单

Guides newsletter signup form design for list growth. Email subscribers spend 138% more than non-subscribers; top popups convert at 23%+.
When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.
指导newsletter注册表单设计,助力邮件列表增长。邮件订阅用户的消费额比非订阅用户高138%;优质弹窗的转化率可达23%以上。
调用规则首次使用时,如果适用,可先用1-2句话介绍本技能覆盖的范围及其价值,再给出核心输出。后续调用或用户要求跳过介绍时,直接输出核心内容即可。

Initial Assessment

初步评估

Check for product marketing context first: If
.claude/product-marketing-context.md
or
.cursor/product-marketing-context.md
exists, read it for audience and value proposition.
Identify:
  1. Placement: Header, footer, popup, inline, sidebar
  2. Incentive: What subscribers receive
  3. Platform: Web, mobile, both
优先核对产品营销上下文:如果存在
.claude/product-marketing-context.md
.cursor/product-marketing-context.md
文件,先读取其中的受众定位和价值主张信息。
需要明确:
  1. 摆放位置:头部、底部、弹窗、正文内嵌、侧边栏
  2. 激励措施:订阅用户可获得的权益
  3. 适用平台:网页、移动端、二者兼顾

Form Design

表单设计

Minimal Fields

最少字段原则

  • Email only when possible; highest conversion
  • Add name only if needed for personalization
  • Wrong number of fields significantly impacts conversion
  • 尽可能仅保留邮箱字段,转化率最高
  • 仅当需要个性化内容时才新增姓名字段
  • 字段数量不合理会显著影响转化率

Value Proposition

价值主张

  • Clear: what subscribers receive, how often
  • Transparent: avoid disappointing subscribers
  • Incentive: lead magnet, discount, exclusive content
  • 清晰明确:说明订阅用户可获得的内容、推送频率
  • 公开透明:避免让订阅用户产生预期落差
  • 激励机制:lead magnet、折扣、专属内容等

Visual Design

视觉设计

  • Clearly clickable submit button
  • Mobile-first; responsive layout
  • Appropriate input types (e.g.,
    type="email"
    for mobile keyboards)
  • Trust marks or security indicators
  • 提交按钮点击辨识度高
  • 移动端优先,响应式布局
  • 使用合适的输入类型(例如移动端键盘适配
    type="email"
  • 添加信任标识或安全提示

Placement

摆放位置

PlacementBest ForProsCons
HeaderHigh visibilityAlways visibleLimited space
FooterSecondary captureNon-intrusiveLower visibility
Footer barPersistentStickyCan annoy
PopupHigh intentHigh conversionIntrusive
InlineContent pagesContextualDepends on scroll
  • Avoid hiding forms behind unclicked buttons/links
  • Don't place competing forms nearby
摆放位置适用场景优势劣势
头部高曝光需求始终可见空间有限
页脚次级获客需求无侵扰性曝光度较低
底部悬浮条持续曝光需求粘性展示可能引起用户反感
弹窗高转化意向场景转化率高侵扰性强
正文内嵌内容页适配上下文转化效果依赖用户滚动行为
  • 不要将表单隐藏在未点击的按钮/链接后
  • 不要在表单附近放置同类型竞争表单

Accessibility

无障碍设计

RequirementPractice
Labels
<label>
for each input;
for
/
id
association
PlaceholdersDon't replace labels; supplement only
Error messagesClear, associated with field
KeyboardFull tab order; submit via Enter
Touch targets≥44×44px for submit button
要求实践规范
标签每个输入框对应
<label>
标签,通过
for
/
id
属性关联
占位符不要替代标签,仅作为补充信息
错误提示表述清晰,与对应字段关联
键盘操作完整的Tab切换顺序,支持按Enter提交
触控区域提交按钮尺寸≥44×44px

Technical

技术要求

  • Validation: Client-side; server-side required
  • Privacy: Link to privacy policy; GDPR/CCPA compliance
  • Double opt-in: When required by jurisdiction or best practice
  • 校验:必须同时实现客户端校验和服务端校验
  • 隐私合规:提供隐私政策链接,符合GDPR/CCPA合规要求
  • 双重 opt-in:当辖区法规或最佳实践要求时启用

Output Format

输出格式

  • Form structure (fields, copy)
  • Placement recommendation
  • Value proposition suggestions
  • Accessibility checklist
  • 表单结构(字段、文案)
  • 摆放位置建议
  • 价值主张优化建议
  • 无障碍设计检查清单

Related Skills

相关技能

  • landing-page-generator: Lead capture landing page contains signup form; LP exchanges value for email
  • email-marketing: Full email marketing strategy; EDM, newsletter, deliverability, content types
  • footer-generator: Footer often hosts signup forms
  • cta-generator: Submit button is a CTA
  • trust-badges-generator: Trust marks near form
  • landing-page-generator:线索获取落地页包含注册表单,落地页通过提供价值换取用户邮箱
  • email-marketing:完整邮件营销策略,包含EDM、newsletter、送达率、内容类型等
  • footer-generator:页脚通常会放置注册表单
  • cta-generator:提交按钮属于CTA的一种
  • trust-badges-generator:表单附近的信任标识