

{
  "name": "Feedback & Suggestions Form",
  "description": "Collect user feedback including experience date, time slot, rating, and comments.",
  "category": "Feedback",
  "tags": ["feedback", "suggestion", "experience", "rating", "user input"],
  "version": 1,
  "form_data": {
    "name": "Feedback & Suggestions Form",
    "heading": "We Value Your Feedback",
    "description": "Tell us when you interacted with us and how it went.",
    "formpages": [1],
    "pages": [
      {
        "id": 1,
        "name": "Feedback Form",
        "heading": "Your Experience",
        "description": "Help us improve by providing your feedback.",
        "folder": "0",
        "pagerows": [1, 2, 3, 4],
        "rows": [
          {
            "id": 1,
            "name": "Contact Info",
            "heading": "Your Details",
            "description": "Let us know who you are (optional).",
            "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": 0,
                    "placeholder": "Jane 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": 0,
                    "placeholder": "jane@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Feedback Context",
            "heading": "When Did You Use Our Service?",
            "description": "Select the date and time of your experience.",
            "folder": "0",
            "rowcolumns": [3, 4],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [3],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputdate",
                    "name": "Experience Date",
                    "heading": "Date",
                    "description": "Select the date of your experience.",
                    "is_required": 1
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [4],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "selectfield",
                    "name": "Time Slot",
                    "heading": "Time Slot",
                    "description": "Choose the time slot.",
                    "is_required": 1,
                    "field_options": "{\"Morning\": {\"09:00 AM\": \"09:00\",\"09:30 AM\": \"09:30\",\"10:00 AM\": \"10:00\",\"10:30 AM\": \"10:30\",\"11:00 AM\": \"11:00\",\"11:30 AM\": \"11:30\"},\"Afternoon\": {\"12:00 PM\": \"12:00\",\"12:30 PM\": \"12:30\",\"01:00 PM\": \"13:00\",\"01:30 PM\": \"13:30\",\"02:00 PM\": \"14:00\",\"02:30 PM\": \"14:30\",\"03:00 PM\": \"15:00\",\"03:30 PM\": \"15:30\",\"04:00 PM\": \"16:00\",\"04:30 PM\": \"16:30\"},\"Evening\": {\"05:00 PM\": \"17:00\",\"05:30 PM\": \"17:30\",\"06:00 PM\": \"18:00\",\"06:30 PM\": \"18:30\",\"07:00 PM\": \"19:00\",\"07:30 PM\": \"19:30\",\"08:00 PM\": \"20:00\"}}"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Feedback Details",
            "heading": "Your Thoughts",
            "description": "Rate your experience and leave a comment.",
            "folder": "0",
            "rowcolumns": [5, 6],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [5],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputradio",
                    "name": "Rating",
                    "heading": "Rating",
                    "description": "How was your experience?",
                    "is_required": 1,
                    "field_options": "[{\"Excellent\": \"excellent\"}, {\"Good\": \"good\"}, {\"Average\": \"average\"}, {\"Poor\": \"poor\"}]"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [6],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "textarea",
                    "name": "Comments",
                    "heading": "Comments",
                    "description": "Any suggestions or remarks?",
                    "is_required": 0,
                    "placeholder": "Write your suggestions or experience..."
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Consent",
            "heading": "May We Follow Up?",
            "description": "Check below if we can contact you for follow-up.",
            "folder": "0",
            "rowcolumns": [7],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [7],
                "width": 12,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "inputcheckbox",
                    "name": "Permission to Contact",
                    "heading": "I agree to be contacted",
                    "description": "Tick if you consent to follow-up communication.",
                    "is_required": 0,
                    "field_options": "[{\"Yes\": \"yes\"}]"
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
    ,
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you for your feedback!",
      "url": ""
    }
  }
}