GenForms.aiGenForms.ai
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 KeyField TypeRequired
What's your name?creator_nametextYes
What is your project title?project_nametextYes
Portfolio / Project online URL?work_linktext--
Upload your project fileswork_filefile--
What was your role in this project?responsibilitytextareaYes
Any extra context or creation process to share?notestextarea--

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..."
    }
  ]
}