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

Creative Portfolio Submission

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

Use the portfolio submission templateEditable • Share link / QR
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 optiongeneric

Create and publish

1. Choose this template to create a draft in your workspace.

2. Review the questions, then adjust labels, fields, or styling.

3. Save, publish, and then configure sharing or a webhook when needed.

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.

generic webhook option

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