返回所有模板
场景属性与预设集成
适用场景官网、落地页、活动页潜客收集
分栏海报Split 双栏 (aurora-sphere)
推送集成预设generic
内联高保真插画与交互预览
填写表单
1 / 6
线索收集表
适合快速收集潜在客户需求、联系方式和预算计划。
怎么称呼你?*
💡 上方为实时可填写的表单沙盒预览,点击按钮可模拟多步跳转
模板包含字段
| 字段标签 | 内部标识 (Key) | 输入类型 | 必填 |
|---|---|---|---|
| 怎么称呼你? | contact_name | text | ✓ 是 |
| 你正在为哪家公司/项目奋斗? | company_name | text | -- |
| 我们可以通过什么方式联系你? | contact_method | text | ✓ 是 |
| 你对哪类产品或服务感兴趣? | interest_area | select | ✓ 是 |
| 你的预算或计划时间大概是? | budget_timeline | radio | -- |
| 还有什么想补充的吗? | extra_notes | textarea | -- |
30秒部署指南
1. 一键点击上方「立即使用此模板」按钮。
2. 在 AI 协同舱中输入指令,可微调问题文案或增减字段。
3. 保存场景,在控制台中配置 Webhook 或分享链接即可上线。
相关场景指南
从模板继续查看更完整的场景说明、字段建议和发布流程。
智能数据流特性
高转化双栏插画
该模板默认采用 Split 双栏版式与动态高保真插画,为填写用户提供专注且高级的视觉体验。
无图像提取
配合平台自带的图像识别引擎,可自动将用户上传的图片文件(发票、账单等)提取为结构化字段。
内置 generic 推送集成
表单提交后,数据可配置重试策略并自动推送到指定的 Webhook,支持飞书、钉钉、企业微信机器人格式。
表单配置 JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "aurora-sphere",
"themeVariant": "gradient-flow"
},
"fields": [
{
"key": "contact_name",
"label": "怎么称呼你?",
"type": "text",
"required": true,
"placeholder": "请输入你的姓名或称呼"
},
{
"key": "company_name",
"label": "你正在为哪家公司/项目奋斗?",
"type": "text",
"required": false,
"placeholder": "例如:AIFactory (可选)"
},
{
"key": "contact_method",
"label": "我们可以通过什么方式联系你?",
"type": "text",
"required": true,
"placeholder": "手机号、邮箱或微信都可以"
},
{
"key": "interest_area",
"label": "你对哪类产品或服务感兴趣?",
"type": "select",
"required": true,
"options": [
{
"label": "产品咨询",
"value": "product_consulting"
},
{
"label": "价格方案",
"value": "pricing"
},
{
"label": "合作洽谈",
"value": "partnership"
},
{
"label": "其他需求",
"value": "other"
}
]
},
{
"key": "budget_timeline",
"label": "你的预算或计划时间大概是?",
"type": "radio",
"required": false,
"options": [
{
"label": "本月内",
"value": "this_month"
},
{
"label": "1-3 个月",
"value": "one_to_three_months"
},
{
"label": "还在了解",
"value": "researching"
}
]
},
{
"key": "extra_notes",
"label": "还有什么想补充的吗?",
"type": "textarea",
"required": false,
"placeholder": "简单说说你的业务背景或具体需求"
}
]
}