Creative Portfolio Submission
Perfect for contest entries, homework submissions, or design project files.
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
Properties & Integrations
Template Fields
| Question Text (Label) | Internal Key | Field Type | Required |
|---|---|---|---|
| What's your name? | creator_name | text | ✓ Yes |
| What is your project title? | project_name | text | ✓ Yes |
| Portfolio / Project online URL? | work_link | text | -- |
| Upload your project files | work_file | file | -- |
| What was your role in this project? | responsibility | textarea | ✓ Yes |
| Any extra context or creation process to share? | notes | textarea | -- |
Properties & Integrations
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.
AI-customizable fields
Start from the template, then use AI to adapt questions, field labels, and the flow to the real scenario.
Built-in generic webhook dispatch
Route submissions to a custom webhook endpoint or supported bot path, then review delivery logs and failed-delivery retries.
{
"layout": "single",
"aspects": {
"welcomeImage": "waitlist-rocket",
"themeVariant": "default",
"preferredDevice": "desktop"
},
"fields": [
{
"key": "creator_name",
"label": "What's your name?",
"type": "text",
"required": true,
"placeholder": "e.g., Alex Johnson"
},
{
"key": "project_name",
"label": "What is your project title?",
"type": "text",
"required": true,
"placeholder": "e.g., Solar Powered Eco-Home"
},
{
"key": "work_link",
"label": "Portfolio / Project online URL?",
"type": "text",
"required": false,
"placeholder": "e.g., behance.net/alex, github.com/alex..."
},
{
"key": "work_file",
"label": "Upload your project files",
"type": "file",
"required": false,
"help_text": "Supports PDF, images, or archive files."
},
{
"key": "responsibility",
"label": "What was your role in this project?",
"type": "textarea",
"required": true,
"placeholder": "Describe your contribution, tools used, and highlights..."
},
{
"key": "notes",
"label": "Any extra context or creation process to share?",
"type": "textarea",
"required": false,
"placeholder": "e.g., Awards won, inspiration, collaboration details..."
}
]
}