Back to Templates
Creative SubmissionsDefault Theme: brutalism
Creative Portfolio Submission
Perfect for contest entries, homework submissions, or design project files.
Use This TemplateAI Ready • 30s Deploy
Properties & Integrations
ScenarioCollect design portfolios, project uploads, and creator profiles
Split PosterSplit Double Column (waitlist-rocket)
Webhook Targetgeneric
Interactive High-Fidelity Preview
🚀
Fill Out
1 / 6
Creative Portfolio Submission
Perfect for contest entries, homework submissions, or design project files.
What's your name?*
💡 This is an interactive sandbox preview. Click buttons to simulate form navigation.
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 | -- |
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 generic 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": "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..."
}
]
}