Back to Templates
Community OperationsDefault Theme: dark
Community Application
Screen members, capture applicant profiles, and trigger Feishu alerts.
Use This TemplateAI Ready • 30s Deploy
Properties & Integrations
ScenarioPrivate community and member club applications
Split PosterSplit Double Column (ai-planet-pass)
Webhook Targetfeishu_bot
Interactive High-Fidelity Preview
Fill Out
1 / 5
Community Application
Screen members, capture applicant profiles, and trigger Feishu alerts.
How should we call you?*
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| How should we call you? | applicant_name | text | ✓ Yes |
| What is your industry and city? | industry_city | text | -- |
| Why do you want to join this community? | join_reason | textarea | ✓ Yes |
| What value or resources can you contribute to the group? | contribution | textarea | -- |
| Do you agree to follow our community guidelines? | agree_rules | radio | ✓ Yes |
30-Second Setup Guide
1. Click the 'Use This Template' button above to clone it.
2. Tweak labels or add questions in seconds using our AI Agent console.
3. Save, configure your custom webhook payload, and share the link.
Related solution guides
Continue from this template into a fuller workflow guide with fields, publishing steps, and SEO-ready use cases.
Smart Automation Features
High-Converting Layout
Engage respondents with our side-by-side design featuring immersive live visual assets.
No image parsing
Using our pre-mapped OCR workflows to parse text from photo attachments automatically.
Built-in feishu_bot webhook dispatch
Instantly route submitted entries to your CRM, team message logs, or any custom API with full retry logs.
Form JSON Schema
{
"layout": "single",
"aspects": {
"welcomeImage": "ai-planet-pass",
"themeVariant": "gradient-flow",
"preferredDevice": "phone"
},
"fields": [
{
"key": "applicant_name",
"label": "How should we call you?",
"type": "text",
"required": true,
"placeholder": "e.g., Alex Johnson"
},
{
"key": "industry_city",
"label": "What is your industry and city?",
"type": "text",
"required": false,
"placeholder": "e.g., AI SaaS, San Francisco"
},
{
"key": "join_reason",
"label": "Why do you want to join this community?",
"type": "textarea",
"required": true,
"placeholder": "What are your expectations?"
},
{
"key": "contribution",
"label": "What value or resources can you contribute to the group?",
"type": "textarea",
"required": false,
"placeholder": "e.g., tech skills, domain expertise, event hosting..."
},
{
"key": "agree_rules",
"label": "Do you agree to follow our community guidelines?",
"type": "radio",
"required": true,
"options": [
{
"label": "Yes, I agree",
"value": "yes"
},
{
"label": "I want to review the rules first",
"value": "need_rules"
}
]
}
]
}