{
  "name": "Technical Support Request Form",
  "description": "Collects details for technical support inquiries.",
  "category": "Support",
  "tags": [
    "support",
    "technical",
    "help",
    "issue"
  ],
  "version": 1,
  "form_data": {
    "name": "Technical Support Request Form",
    "heading": "Request Technical Support",
    "description": "Fill out the form to get help from our support team.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Technical Support",
        "heading": "Support Details",
        "description": "Describe your technical issue.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4
        ],
        "rows": [
          {
            "id": 1,
            "name": "Contact",
            "heading": "Your Details",
            "description": "We’ll use this to follow up.",
            "folder": "0",
            "rowcolumns": [
              1,
              2
            ],
            "columns": [
              {
                "id": 1,
                "name": "Column 1",
                "fields": [
                  1
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 1,
                    "field_type": "inputtext",
                    "name": "Full Name",
                    "heading": "Full Name",
                    "description": "Enter your full name.",
                    "is_required": 1,
                    "placeholder": "John Doe"
                  }
                ]
              },
              {
                "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 email address.",
                    "is_required": 1,
                    "placeholder": "you@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Metadata",
            "heading": "Issue Metadata",
            "description": "Help us categorize and prioritize.",
            "folder": "0",
            "rowcolumns": [
              3,
              4
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "selectfield",
                    "name": "Issue Category",
                    "heading": "Issue Category",
                    "description": "Choose the category of your issue.",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Connectivity\": \"connectivity\",\"Performance\": \"performance\",\"Configuration\": \"configuration\",\"Other\": \"other\"}}"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [
                  4
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputradio",
                    "name": "Priority Level",
                    "heading": "Priority",
                    "description": "Select urgency.",
                    "is_required": 1,
                    "field_options": "[{\"Low\": \"low\"}, {\"Medium\": \"medium\"}, {\"High\": \"high\"}]"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Description",
            "heading": "Description",
            "description": "Explain your issue in detail.",
            "folder": "0",
            "rowcolumns": [
              5
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "textarea",
                    "name": "Issue Description",
                    "heading": "Issue Description",
                    "description": "Describe the problem and any steps you tried.",
                    "is_required": 1,
                    "placeholder": "Describe your issue..."
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Consent",
            "heading": "Consent",
            "description": "Allow us to follow up.",
            "folder": "0",
            "rowcolumns": [
              6
            ],
            "columns": [
              {
                "id": 6,
                "name": "Column 1",
                "fields": [
                  6
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "inputcheckbox",
                    "name": "Permission to Contact",
                    "heading": "I agree to be contacted",
                    "description": "Tick if you consent to follow-up.",
                    "is_required": 0,
                    "field_options": "[{\"Yes\": \"yes\"}]"
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Your support request has been received. We'll get back to you shortly.",
      "url": ""
    }
  }
}