{
  "name": "Partnership Inquiry Form",
  "description": "A form for organizations interested in exploring partnership opportunities.",
  "category": "Contact",
  "tags": ["partnership", "collaboration", "business", "inquiry"],
  "version": 1,
  "form_data": {
    "name": "Partnership Inquiry Form",
    "heading": "Partnership Opportunities",
    "description": "Interested in partnering with us? Share your details and let's explore opportunities together.",
    "formpages": [1],
    "pages": [
      {
        "id": 1,
        "name": "Partnership Details",
        "heading": "Tell Us About Your Organization",
        "description": "Fill in your details so we can understand your partnership goals.",
        "folder": "0",
        "pagerows": [1, 2, 3, 4],
        "rows": [
          {
            "id": 1,
            "name": "Contact Information",
            "heading": "Your Contact Details",
            "description": "How can we reach you?",
            "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": "Sarah Johnson"
                  }
                ]
              },
              {
                "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": "sarah@organization.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Organization Details",
            "heading": "Organization 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": "Organization Name",
                    "heading": "Organization Name",
                    "description": "Enter your company or organization name.",
                    "is_required": 1,
                    "placeholder": "XYZ Enterprises"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [4],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputtext",
                    "name": "Website",
                    "heading": "Website",
                    "description": "Enter your organization website (optional).",
                    "is_required": 0,
                    "placeholder": "https://www.organization.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Partnership Type",
            "heading": "Partnership Details",
            "description": "What type of partnership are you interested in?",
            "folder": "0",
            "rowcolumns": [5, 6],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [5],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "selectfield",
                    "name": "Partnership Type",
                    "heading": "Partnership Type",
                    "description": "Select the type of partnership you're interested in.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Reseller Partner\": \"reseller\",\"Technology Integration\": \"tech_integration\",\"Affiliate Partner\": \"affiliate\",\"Strategic Alliance\": \"strategic\",\"Distribution Partner\": \"distribution\",\"Other\": \"other\"}}"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [6],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "selectfield",
                    "name": "Region",
                    "heading": "Geographic Region",
                    "description": "Select your primary region.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"North America\": \"north_america\",\"Europe\": \"europe\",\"Asia Pacific\": \"asia_pacific\",\"Latin America\": \"latin_america\",\"Middle East & Africa\": \"mea\",\"Global\": \"global\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Proposal",
            "heading": "Partnership Proposal",
            "description": "Share your vision for this partnership.",
            "folder": "0",
            "rowcolumns": [7],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [7],
                "width": 12,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "textarea",
                    "name": "Proposal Summary",
                    "heading": "Tell Us About Your Goals",
                    "description": "Describe what you hope to achieve through this partnership.",
                    "is_required": 1,
                    "placeholder": "Describe your partnership goals, value proposition, and how we can work together..."
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you for your interest in partnering with us! Our partnership team will review your inquiry and get back to you soon.",
      "url": ""
    }
  }
}
