返回所有模板
场景属性与预设集成
适用场景白皮书、报告、案例集、清单工具下载前留资
分栏海报Split 双栏 (aurora-sphere)
推送集成预设generic
内联高保真插画与交互预览
填写表单
1 / 5
资料领取表
适合内容获客、资料分发和销售线索分层。
怎么称呼你?*
💡 上方为实时可填写的表单沙盒预览,点击按钮可模拟多步跳转
模板包含字段
| 字段标签 | 内部标识 (Key) | 输入类型 | 必填 |
|---|---|---|---|
| 怎么称呼你? | name | text | ✓ 是 |
| 资料发送到哪个邮箱? | ✓ 是 | ||
| 你所在公司或组织是? | company | text | -- |
| 你想领取哪类资料? | resource_type | select | ✓ 是 |
| 是否希望顾问进一步联系你? | contact_sales | radio | -- |
30秒部署指南
1. 一键点击上方「立即使用此模板」按钮。
2. 在 AI 协同舱中输入指令,可微调问题文案或增减字段。
3. 保存场景,在控制台中配置 Webhook 或分享链接即可上线。
相关场景指南
从模板继续查看更完整的场景说明、字段建议和发布流程。
智能数据流特性
高转化双栏插画
该模板默认采用 Split 双栏版式与动态高保真插画,为填写用户提供专注且高级的视觉体验。
无图像提取
配合平台自带的图像识别引擎,可自动将用户上传的图片文件(发票、账单等)提取为结构化字段。
内置 generic 推送集成
表单提交后,数据可配置重试策略并自动推送到指定的 Webhook,支持飞书、钉钉、企业微信机器人格式。
表单配置 JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "aurora-sphere",
"themeVariant": "default",
"preferredDevice": "phone"
},
"fields": [
{
"key": "name",
"label": "怎么称呼你?",
"type": "text",
"required": true,
"placeholder": "请输入姓名"
},
{
"key": "email",
"label": "资料发送到哪个邮箱?",
"type": "email",
"required": true,
"placeholder": "请输入邮箱"
},
{
"key": "company",
"label": "你所在公司或组织是?",
"type": "text",
"required": false,
"placeholder": "可选"
},
{
"key": "resource_type",
"label": "你想领取哪类资料?",
"type": "select",
"required": true,
"options": [
{
"label": "白皮书",
"value": "whitepaper"
},
{
"label": "行业报告",
"value": "report"
},
{
"label": "案例集",
"value": "casebook"
},
{
"label": "实用清单",
"value": "checklist"
}
]
},
{
"key": "contact_sales",
"label": "是否希望顾问进一步联系你?",
"type": "radio",
"required": false,
"options": [
{
"label": "可以联系",
"value": "yes"
},
{
"label": "暂不需要",
"value": "no"
}
]
}
]
}