返回所有模板
场景属性与预设集成
适用场景内容站、个人品牌、产品更新订阅
分栏海报Split 双栏 (aurora-sphere)
推送集成预设generic
内联高保真插画与交互预览
填写表单
1 / 4
Newsletter 订阅表
适合收集邮件订阅、内容兴趣和推送频率偏好。
你的邮箱是?*
💡 上方为实时可填写的表单沙盒预览,点击按钮可模拟多步跳转
模板包含字段
| 字段标签 | 内部标识 (Key) | 输入类型 | 必填 |
|---|---|---|---|
| 你的邮箱是? | ✓ 是 | ||
| 怎么称呼你? | name | text | -- |
| 你对哪些内容更感兴趣? | interests | checkbox | ✓ 是 |
| 希望多久收到一次? | frequency | radio | -- |
30秒部署指南
1. 一键点击上方「立即使用此模板」按钮。
2. 在 AI 协同舱中输入指令,可微调问题文案或增减字段。
3. 保存场景,在控制台中配置 Webhook 或分享链接即可上线。
相关场景指南
从模板继续查看更完整的场景说明、字段建议和发布流程。
智能数据流特性
高转化双栏插画
该模板默认采用 Split 双栏版式与动态高保真插画,为填写用户提供专注且高级的视觉体验。
无图像提取
配合平台自带的图像识别引擎,可自动将用户上传的图片文件(发票、账单等)提取为结构化字段。
内置 generic 推送集成
表单提交后,数据可配置重试策略并自动推送到指定的 Webhook,支持飞书、钉钉、企业微信机器人格式。
表单配置 JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "aurora-sphere",
"themeVariant": "default",
"preferredDevice": "phone"
},
"fields": [
{
"key": "email",
"label": "你的邮箱是?",
"type": "email",
"required": true,
"placeholder": "请输入常用邮箱"
},
{
"key": "name",
"label": "怎么称呼你?",
"type": "text",
"required": false,
"placeholder": "可选"
},
{
"key": "interests",
"label": "你对哪些内容更感兴趣?",
"type": "checkbox",
"required": true,
"options": [
{
"label": "产品更新",
"value": "product_updates"
},
{
"label": "增长案例",
"value": "growth_cases"
},
{
"label": "AI 工具",
"value": "ai_tools"
},
{
"label": "行业观察",
"value": "industry_insights"
}
]
},
{
"key": "frequency",
"label": "希望多久收到一次?",
"type": "radio",
"required": false,
"options": [
{
"label": "每周",
"value": "weekly"
},
{
"label": "每月",
"value": "monthly"
},
{
"label": "有重要更新时",
"value": "major_updates"
}
]
}
]
}