{
  "name": "Demo Request Form",
  "description": "A form for capturing leads interested in scheduling a product demonstration.",
  "category": "Leads",
  "tags": ["demo", "product", "lead", "sales", "consultation"],
  "version": 1,
  "form_data": {
    "name": "Demo Request Form",
    "heading": "Request a Product Demo",
    "description": "Fill in your details to schedule a personalized product demonstration.",
    "formpages": [1],
    "pages": [
      {
        "id": 1,
        "name": "Demo Request Details",
        "heading": "Schedule Your Demo",
        "description": "Help us understand your needs and we'll arrange a demo.",
        "folder": "0",
        "pagerows": [1, 2, 3, 4],
        "rows": [
          {
            "id": 1,
            "name": "Contact Information",
            "heading": "Your Details",
            "description": "Enter your contact information.",
            "folder": "0",
            "rowcolumns": [1, 2],
            "columns": [
              {
                "id": 1,
                "name": "Column 1",
                "fields": [1],
                "width": 6,
                "field_data": [
                  {
                    "id": 1,
                    "field_type": "inputtext",
                    "name": "Contact Name",
                    "heading": "Contact Name",
                    "description": "Enter your full name.",
                    "is_required": 1,
                    "placeholder": "Jane Smith"
                  }
                ]
              },
              {
                "id": 2,
                "name": "Column 2",
                "fields": [2],
                "width": 6,
                "field_data": [
                  {
                    "id": 2,
                    "field_type": "inputemail",
                    "name": "Email Address",
                    "heading": "Email Address",
                    "description": "Enter your business email.",
                    "is_required": 1,
                    "placeholder": "jane@company.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Company Details",
            "heading": "Company Information",
            "description": "Tell us about your organization.",
            "folder": "0",
            "rowcolumns": [3, 4],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [3],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputtext",
                    "name": "Company Name",
                    "heading": "Company Name",
                    "description": "Enter your company or organization name.",
                    "is_required": 1,
                    "placeholder": "Acme Corporation"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [4],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputtext",
                    "name": "Website",
                    "heading": "Website",
                    "description": "Enter your company website (optional).",
                    "is_required": 0,
                    "placeholder": "https://www.company.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Requirements",
            "heading": "Demo Requirements",
            "description": "Help us tailor the demo to your needs.",
            "folder": "0",
            "rowcolumns": [5, 6],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [5],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "selectfield",
                    "name": "Use Case",
                    "heading": "Primary Use Case",
                    "description": "Select your main area of interest.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Sales & CRM\": \"sales_crm\",\"Marketing Automation\": \"marketing\",\"Customer Support\": \"support\",\"Analytics & Reporting\": \"analytics\",\"Other\": \"other\"}}"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [6],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "inputnumber",
                    "name": "Team Size",
                    "heading": "Team Size",
                    "description": "How many people will use this product?",
                    "is_required": 1,
                    "placeholder": "10"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Additional Info",
            "heading": "Additional Information",
            "description": "Share any specific requirements or questions.",
            "folder": "0",
            "rowcolumns": [7],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [7],
                "width": 12,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "textarea",
                    "name": "Notes",
                    "heading": "Additional Notes",
                    "description": "Tell us more about your requirements (optional).",
                    "is_required": 0,
                    "placeholder": "e.g., Specific features you'd like to see, timeline, etc."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you! Your demo request has been received. Our team will contact you shortly to schedule your personalized demonstration.",
      "url": ""
    }
  }
}
