{
  "name": "signup-team-size-form",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/registration/team-size/team-size.contents.html",
  "slots": [],
  "nested": [
    "reg-step-header",
    "reg-team-size",
    "reg-step-footer",
    "reg-step-progress"
  ],
  "attrs": {
    "data-reg-input": "",
    "action": "/site/examples/registration/invite",
    "method": "get"
  },
  "html": "<form data-reg-input action=\"/site/examples/registration/invite\" method=\"get\">\n        <header data-reg-heading><!-- nested: reg-step-header --></header>\n\n        <section data-reg-form><!-- nested: reg-team-size --></section>\n\n        <footer><!-- nested: reg-step-footer --></footer>\n      </form>",
  "source": "apps/user-flow/app/registration/team-size/team-size.contents.html",
  "metadata": {
    "domain": "forms",
    "description": "Complete onboarding / signup step form — heading, a segmented control for team-size headcount range, an industry select with a hint, and a submit footer. Compact full form composition (header + fields + actions) typical of a signup wizard step. Use for 'signup form', 'onboarding step form', 'team size form', 'form with segmented control'.",
    "keywords": [
      "signup",
      "form",
      "onboarding",
      "step",
      "team",
      "size",
      "headcount",
      "range",
      "segmented",
      "control",
      "industry",
      "select",
      "hint",
      "complete",
      "card",
      "heading",
      "footer",
      "submit",
      "continue",
      "wizard",
      "full-form"
    ],
    "related": [
      "reg-team-size",
      "segmented-control-billing-tabs",
      "reg-step-footer"
    ],
    "tags": {
      "complexity": "simple",
      "form": "signup"
    }
  },
  "captured_at": "2026-06-10T14:28:57.979Z",
  "template": [
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "How big is your team?"
    },
    {
      "id": "text-2",
      "component": "Text",
      "color": "subtle",
      "textContent": "We'll right-size your defaults to match."
    },
    {
      "id": "header-2",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "data-reg-heading": "",
      "children": [
        "header-2"
      ]
    },
    {
      "id": "segment",
      "component": "Segment",
      "text": "2–10",
      "value": "2-10"
    },
    {
      "id": "segment-2",
      "component": "Segment",
      "text": "11–50",
      "value": "11-50"
    },
    {
      "id": "segment-3",
      "component": "Segment",
      "text": "50+",
      "value": "20+"
    },
    {
      "id": "team-size",
      "component": "SegmentedControl",
      "value": "2-10",
      "children": [
        "segment",
        "segment-2",
        "segment-3"
      ]
    },
    {
      "id": "field",
      "component": "Field",
      "inline": true,
      "label": "Team Size",
      "children": [
        "team-size"
      ]
    },
    {
      "id": "industry",
      "component": "ChoicePicker",
      "name": "industry",
      "options": [
        {
          "value": "",
          "label": "Choose…"
        },
        {
          "value": "software",
          "label": "Software · SaaS"
        },
        {
          "value": "design",
          "label": "Design · Creative"
        },
        {
          "value": "marketing",
          "label": "Marketing · Growth"
        },
        {
          "value": "ecommerce",
          "label": "E-commerce · Retail"
        },
        {
          "value": "finance",
          "label": "Finance · Fintech"
        },
        {
          "value": "education",
          "label": "Education · Research"
        },
        {
          "value": "healthcare",
          "label": "Healthcare · Biotech"
        },
        {
          "value": "other",
          "label": "Something else"
        }
      ]
    },
    {
      "id": "field-2",
      "component": "Field",
      "hint": "Optional. Helps us recommend relevant templates.",
      "inline": true,
      "label": "Industry",
      "children": [
        "industry"
      ]
    },
    {
      "id": "section-2",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "field",
        "field-2"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "data-reg-form": "",
      "children": [
        "section-2"
      ]
    },
    {
      "id": "column",
      "component": "Column"
    },
    {
      "id": "text-3",
      "component": "Text",
      "textContent": "Back",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/registration/use-case",
      "text": "Back",
      "data-reg-back": "",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Continue",
      "variant": "primary"
    },
    {
      "id": "column-2",
      "component": "Column",
      "data-reg-actions": "",
      "children": [
        "link",
        "button"
      ]
    },
    {
      "id": "footer-2",
      "component": "Footer",
      "children": [
        "column",
        "column-2"
      ]
    },
    {
      "id": "footer",
      "component": "Footer",
      "children": [
        "footer-2"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "data-reg-input": "",
      "children": [
        "header",
        "section",
        "footer"
      ]
    }
  ]
}
