GenForms.aiGenForms.ai
Back to Templates
Creative SubmissionsDefault Theme: brutalism

Creative Portfolio Submission

Perfect for contest entries, homework submissions, or design project files.

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)Required
What's your name?Yes
What is your project title?Yes
Portfolio / Project online URL?--
Upload your project files--
What was your role in this project?Yes
Any extra context or creation process to share?--

Properties & Integrations

ScenarioCollect design portfolios, project uploads, and creator profiles
Split PosterSplit Double Column (waitlist-rocket)
Webhook Targetgeneric

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.

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