{
  "name": "Survey and Poll Form",
  "description": "A comprehensive survey and poll form for collecting feedback with multiple choice, ratings, and open-ended questions.",
  "category": "Feedback",
  "tags": ["survey", "poll", "feedback", "questionnaire", "research"],
  "version": 1,
  "form_data": {
    "name": "Survey and Poll Form",
    "heading": "Customer Survey",
    "description": "Help us improve! Please take a moment to complete this brief survey.",
    "formpages": [1],
    "pages": [
      {
        "id": 1,
        "name": "Survey",
        "heading": "Your Feedback Matters",
        "description": "Answer the following questions to help us serve you better.",
        "folder": "0",
        "pagerows": [1, 2, 3, 4, 5],
        "rows": [
          {
            "id": 1,
            "name": "Respondent Information",
            "heading": "About You",
            "description": "Tell us a bit about yourself (optional).",
            "folder": "0",
            "rowcolumns": [1, 2],
            "columns": [
              {
                "id": 1,
                "name": "Column 1",
                "fields": [1],
                "width": 6,
                "field_data": [
                  {
                    "id": 1,
                    "field_type": "inputtext",
                    "name": "Name",
                    "heading": "Name (Optional)",
                    "description": "Enter your name if you wish.",
                    "is_required": 0,
                    "placeholder": "Your name"
                  }
                ]
              },
              {
                "id": 2,
                "name": "Column 2",
                "fields": [2],
                "width": 6,
                "field_data": [
                  {
                    "id": 2,
                    "field_type": "inputemail",
                    "name": "Email",
                    "heading": "Email (Optional)",
                    "description": "Enter your email if you wish to be contacted.",
                    "is_required": 0,
                    "placeholder": "your@email.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Overall Satisfaction",
            "heading": "Overall Satisfaction",
            "description": "How satisfied are you with our product/service?",
            "folder": "0",
            "rowcolumns": [3],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [3],
                "width": 12,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputradio",
                    "name": "Satisfaction Level",
                    "heading": "Satisfaction Level",
                    "description": "Please rate your overall satisfaction.",
                    "is_required": 1,
                    "field_options": "[{\"Very Satisfied\": \"very_satisfied\"}, {\"Satisfied\": \"satisfied\"}, {\"Neutral\": \"neutral\"}, {\"Dissatisfied\": \"dissatisfied\"}, {\"Very Dissatisfied\": \"very_dissatisfied\"}]"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Product Quality",
            "heading": "Product/Service Quality",
            "description": "Rate the quality of our product or service.",
            "folder": "0",
            "rowcolumns": [4],
            "columns": [
              {
                "id": 4,
                "name": "Column 1",
                "fields": [4],
                "width": 12,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "selectfield",
                    "name": "Quality Rating",
                    "heading": "Quality Rating",
                    "description": "How would you rate the quality?",
                    "is_required": 1,
                    "field_options": "{\"\": {\"Excellent\": \"excellent\",\"Very Good\": \"very_good\",\"Good\": \"good\",\"Fair\": \"fair\",\"Poor\": \"poor\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Recommendation",
            "heading": "Likelihood to Recommend",
            "description": "Would you recommend us to others?",
            "folder": "0",
            "rowcolumns": [5],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [5],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputradio",
                    "name": "Recommendation",
                    "heading": "Would you recommend us?",
                    "description": "Select your answer.",
                    "is_required": 1,
                    "field_options": "[{\"Definitely Yes\": \"definitely_yes\"}, {\"Probably Yes\": \"probably_yes\"}, {\"Not Sure\": \"not_sure\"}, {\"Probably No\": \"probably_no\"}, {\"Definitely No\": \"definitely_no\"}]"
                  }
                ]
              }
            ]
          },
          {
            "id": 5,
            "name": "Additional Feedback",
            "heading": "Additional Comments",
            "description": "Share any additional thoughts or suggestions.",
            "folder": "0",
            "rowcolumns": [6],
            "columns": [
              {
                "id": 6,
                "name": "Column 1",
                "fields": [6],
                "width": 12,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "textarea",
                    "name": "Comments",
                    "heading": "Your Comments",
                    "description": "Please share any additional feedback or suggestions.",
                    "is_required": 0,
                    "placeholder": "What can we do better? What did you like most?"
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you for completing our survey! Your feedback is valuable to us.",
      "url": ""
    }
  }
}
