{
  "name": "School Admission Inquiry",
  "description": "Collects inquiries from parents/students about school admissions.",
  "category": "Application",
  "tags": ["school", "admission", "education", "inquiry"],
  "version": 1,
  "form_data": {
    "name": "School Admission Inquiry",
    "heading": "Admission Inquiry",
    "description": "Share details and we’ll contact you with admission information.",
    "formpages": [1],
    "pages": [
      {"id": 1, "name": "Inquiry", "heading": "Student & Parent Details", "description": "Tell us about the student.", "folder": "0", "pagerows": [1,2,3,4],
        "rows": [
          {"id": 1, "name": "Student", "heading": "Student Information", "description": "Name and current grade.", "folder": "0", "rowcolumns": [1,2],
            "columns": [
              {"id": 1, "name": "Column 1", "fields": [1], "width": 6, "field_data": [
                {"id": 1, "field_type": "inputtext", "name": "Student Name", "heading": "Student Name", "description": "Full name of the student.", "is_required": 1, "placeholder": "Liam Johnson"}
              ]},
              {"id": 2, "name": "Column 2", "fields": [2], "width": 6, "field_data": [
                {"id": 2, "field_type": "selectfield", "name": "Current Grade", "heading": "Current Grade", "description": "Select current grade.", "is_required": 1, "field_options": "{\"\": {\"Kindergarten\": \"kg\",\"Grade 1\": \"g1\",\"Grade 2\": \"g2\",\"Grade 3\": \"g3\",\"Grade 4\": \"g4\",\"Grade 5\": \"g5\",\"Grade 6+\": \"g6_plus\"}}"}
              ]}
            ]
          },
          {"id": 2, "name": "Parent", "heading": "Parent/Guardian", "description": "Contact details.", "folder": "0", "rowcolumns": [3,4],
            "columns": [
              {"id": 3, "name": "Column 1", "fields": [3], "width": 6, "field_data": [
                {"id": 3, "field_type": "inputtext", "name": "Parent Name", "heading": "Parent/Guardian Name", "description": "Primary guardian.", "is_required": 1, "placeholder": "Emily Johnson"}
              ]},
              {"id": 4, "name": "Column 2", "fields": [4], "width": 6, "field_data": [
                {"id": 4, "field_type": "inputemail", "name": "Parent Email", "heading": "Parent Email", "description": "Contact email.", "is_required": 1, "placeholder": "emily.johnson@example.com"}
              ]}
            ]}
          ,
          {"id": 3, "name": "Program/Year", "heading": "Program & Year", "description": "Desired program and year.", "folder": "0", "rowcolumns": [5,6],
            "columns": [
              {"id": 5, "name": "Column 1", "fields": [5], "width": 6, "field_data": [
                {"id": 5, "field_type": "selectfield", "name": "Program Interest", "heading": "Program Interest", "description": "Select the program.", "is_required": 1, "field_options": "{\"\": {\"Day School\": \"day\",\"Boarding\": \"boarding\",\"IB\": \"ib\",\"CBSE\": \"cbse\",\"ICSE\": \"icse\"}}"}
              ]},
              {"id": 6, "name": "Column 2", "fields": [6], "width": 6, "field_data": [
                {"id": 6, "field_type": "inputdate", "name": "Admission Year", "heading": "Preferred Admission Year", "description": "Select year or tentative date.", "is_required": 1}
              ]}
            ]
          },
          {"id": 4, "name": "Notes", "heading": "Additional Information", "description": "Special needs 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": "Notes (Optional)", "description": "Share any special requirements.", "is_required": 0, "placeholder": "Transportation, special needs, etc."}
              ]}
            ]
          }
        ]
      }
    ],
    "user_action": {"type": "show_success_message", "message": "Thanks! Our admissions team will reach out soon.", "url": ""}
  }
}
