返回所有模板
场景属性与预设集成
适用场景会议、沙龙、直播、线下活动报名
分栏海报Split 双栏 (ai-planet-pass)
推送集成预设feishu_bot
内联高保真插画与交互预览
填写表单
1 / 6
活动报名表
适合活动报名收集、席位安排和运营群通知。
怎么称呼你?*
💡 上方为实时可填写的表单沙盒预览,点击按钮可模拟多步跳转
模板包含字段
| 字段标签 | 内部标识 (Key) | 输入类型 | 必填 |
|---|---|---|---|
| 怎么称呼你? | attendee_name | text | ✓ 是 |
| 你的手机号或邮箱是? | contact | text | ✓ 是 |
| 你所在公司或组织是? | company | text | -- |
| 你的职位或身份是? | role | text | -- |
| 请选择你的参会门票类型 | ticket_type | radio | ✓ 是 |
| 是否有饮食或座位偏好? | preference | textarea | -- |
30秒部署指南
1. 一键点击上方「立即使用此模板」按钮。
2. 在 AI 协同舱中输入指令,可微调问题文案或增减字段。
3. 保存场景,在控制台中配置 Webhook 或分享链接即可上线。
相关场景指南
从模板继续查看更完整的场景说明、字段建议和发布流程。
智能数据流特性
高转化双栏插画
该模板默认采用 Split 双栏版式与动态高保真插画,为填写用户提供专注且高级的视觉体验。
无图像提取
配合平台自带的图像识别引擎,可自动将用户上传的图片文件(发票、账单等)提取为结构化字段。
内置 feishu_bot 推送集成
表单提交后,数据可配置重试策略并自动推送到指定的 Webhook,支持飞书、钉钉、企业微信机器人格式。
表单配置 JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "ai-planet-pass",
"themeVariant": "gradient-flow"
},
"fields": [
{
"key": "attendee_name",
"label": "怎么称呼你?",
"type": "text",
"required": true,
"placeholder": "请输入参会人姓名"
},
{
"key": "contact",
"label": "你的手机号或邮箱是?",
"type": "text",
"required": true,
"placeholder": "用于发送活动确认信息"
},
{
"key": "company",
"label": "你所在公司或组织是?",
"type": "text",
"required": false,
"placeholder": "例如:GenForms.ai"
},
{
"key": "role",
"label": "你的职位或身份是?",
"type": "text",
"required": false,
"placeholder": "例如:产品负责人、开发者、设计师"
},
{
"key": "ticket_type",
"label": "请选择你的参会门票类型",
"type": "radio",
"required": true,
"options": [
{
"label": "🎟️ 普通入场券",
"value": "general"
},
{
"label": "🌟 VIP 贵宾券 (包含贵宾休息室)",
"value": "vip"
}
]
},
{
"key": "preference",
"label": "是否有饮食或座位偏好?",
"type": "textarea",
"required": false,
"placeholder": "如无特殊偏好可跳过"
}
]
}