{
  "name": "Admissions Application Form",
  "description": "Collects applicant details and academic background for admissions review.",
  "category": "Academic",
  "tags": [
    "admissions",
    "application",
    "student",
    "university",
    "academic"
  ],
  "version": 1,
  "form_data": {
    "name": "Admissions Application Form",
    "heading": "Admissions Application",
    "description": "Complete the form to apply for admission.",
    "formpages": [
      1,
      2
    ],
    "pages": [
      {
        "id": 1,
        "name": "Applicant Details",
        "heading": "Applicant Details",
        "description": "Basic applicant information.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4,
          5
        ],
        "rows": [
          {
            "id": 1,
            "name": "Name & Email",
            "heading": "Name & Email",
            "description": "Your legal name and primary email.",
            "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": "As shown on official documents.",
                    "is_required": 1,
                    "placeholder": "Jordan Lee"
                  }
                ]
              },
              {
                "id": 2,
                "name": "Column 2",
                "fields": [
                  2
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 2,
                    "field_type": "inputemail",
                    "name": "Email Address",
                    "heading": "Email Address",
                    "description": "We will send admissions updates here.",
                    "is_required": 1,
                    "placeholder": "jordan.lee@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Phone & Date of Birth",
            "heading": "Phone & Date of Birth",
            "description": "Contact and verification details.",
            "folder": "0",
            "rowcolumns": [
              3,
              4
            ],
            "columns": [
              {
                "id": 3,
                "name": "Column 1",
                "fields": [
                  3
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 3,
                    "field_type": "inputphone",
                    "name": "Phone Number",
                    "heading": "Phone Number",
                    "description": "Include country code if outside the US.",
                    "is_required": 1,
                    "placeholder": "+1 (555) 123-4567"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [
                  4
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputdate",
                    "name": "Date of Birth",
                    "heading": "Date of Birth",
                    "description": "Used for verification.",
                    "is_required": 1
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Address",
            "heading": "Mailing Address",
            "description": "Current mailing address.",
            "folder": "0",
            "rowcolumns": [
              5
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputaddress",
                    "name": "Mailing Address",
                    "heading": "Mailing Address",
                    "description": "Street, city, state, and postal code.",
                    "is_required": 1
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Program & Term",
            "heading": "Program & Term",
            "description": "Select your program and start term.",
            "folder": "0",
            "rowcolumns": [
              6,
              7
            ],
            "columns": [
              {
                "id": 6,
                "name": "Column 1",
                "fields": [
                  6
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "selectfield",
                    "name": "Program of Interest",
                    "heading": "Program of Interest",
                    "description": "Choose the program you are applying to.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Business Administration": "business_administration",
                        "Computer Science": "computer_science",
                        "Education": "education",
                        "Engineering": "engineering",
                        "Health Sciences": "health_sciences",
                        "Psychology": "psychology"
                      }
                    }
                  }
                ]
              },
              {
                "id": 7,
                "name": "Column 2",
                "fields": [
                  7
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "selectfield",
                    "name": "Start Term",
                    "heading": "Start Term",
                    "description": "Preferred entry term.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Fall": "fall",
                        "Spring": "spring",
                        "Summer": "summer"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 5,
            "name": "Applicant Type",
            "heading": "Applicant Type",
            "description": "Tell us about your applicant status.",
            "folder": "0",
            "rowcolumns": [
              8,
              9
            ],
            "columns": [
              {
                "id": 8,
                "name": "Column 1",
                "fields": [
                  8
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 8,
                    "field_type": "inputradio",
                    "name": "Student Type",
                    "heading": "Student Type",
                    "description": "Select your applicant type.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "First-year": "first_year",
                        "Transfer": "transfer",
                        "Graduate": "graduate",
                        "International": "international"
                      }
                    }
                  }
                ]
              },
              {
                "id": 9,
                "name": "Column 2",
                "fields": [
                  9
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 9,
                    "field_type": "inputradio",
                    "name": "Residency",
                    "heading": "Residency",
                    "description": "Indicate your residency status.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Domestic": "domestic",
                        "International": "international"
                      }
                    }
                  }
                ]
              }
            ]
          }
        ]
      },
      {
        "id": 2,
        "name": "Academic Background",
        "heading": "Academic Background",
        "description": "Academic history and supporting materials.",
        "folder": "0",
        "pagerows": [
          6,
          7,
          8,
          12,
          13,
          14,
          9,
          10,
          11
        ],
        "rows": [
          {
            "id": 6,
            "name": "School History",
            "heading": "School History",
            "description": "Most recent institution details.",
            "folder": "0",
            "rowcolumns": [
              10,
              11
            ],
            "columns": [
              {
                "id": 10,
                "name": "Column 1",
                "fields": [
                  10
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 10,
                    "field_type": "inputtext",
                    "name": "Current School",
                    "heading": "Current/Most Recent School",
                    "description": "School or university name.",
                    "is_required": 1,
                    "placeholder": "Central High School"
                  }
                ]
              },
              {
                "id": 11,
                "name": "Column 2",
                "fields": [
                  11
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 11,
                    "field_type": "inputnumber",
                    "name": "Graduation Year",
                    "heading": "Graduation Year",
                    "description": "Year of graduation or expected graduation.",
                    "is_required": 1,
                    "placeholder": "2026"
                  }
                ]
              }
            ]
          },
          {
            "id": 7,
            "name": "Academic Metrics",
            "heading": "Academic Metrics",
            "description": "Academic performance details.",
            "folder": "0",
            "rowcolumns": [
              12,
              13
            ],
            "columns": [
              {
                "id": 12,
                "name": "Column 1",
                "fields": [
                  12
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 12,
                    "field_type": "inputnumber",
                    "name": "GPA",
                    "heading": "GPA",
                    "description": "Cumulative GPA (if applicable).",
                    "is_required": 0,
                    "placeholder": "3.6"
                  }
                ]
              },
              {
                "id": 13,
                "name": "Column 2",
                "fields": [
                  13
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 13,
                    "field_type": "selectfield",
                    "name": "Degree Level",
                    "heading": "Degree Level",
                    "description": "Select the level you are applying for.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Associate": "associate",
                        "Bachelor": "bachelor",
                        "Master": "master",
                        "Doctoral": "doctoral"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 8,
            "name": "Personal Statement",
            "heading": "Personal Statement",
            "description": "Tell us about your goals.",
            "folder": "0",
            "rowcolumns": [
              14
            ],
            "columns": [
              {
                "id": 14,
                "name": "Column 1",
                "fields": [
                  14
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 14,
                    "field_type": "textarea",
                    "name": "Personal Statement",
                    "heading": "Personal Statement",
                    "description": "Briefly describe your goals and interests.",
                    "is_required": 1,
                    "placeholder": "Share your academic interests and goals."
                  }
                ]
              }
            ]
          },
          {
            "id": 12,
            "name": "Test Scores",
            "heading": "Standardized Test Scores",
            "description": "Tell us if you plan to submit test scores.",
            "folder": "0",
            "rowcolumns": [
              20
            ],
            "columns": [
              {
                "id": 20,
                "name": "Column 1",
                "fields": [
                  20
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 20,
                    "field_type": "inputradio",
                    "name": "Test Scores",
                    "heading": "Will you submit standardized test scores?",
                    "description": "Choose yes or no.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Yes": "yes",
                        "No": "no"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 13,
            "name": "Test Score Details",
            "heading": "Test Score Details",
            "description": "Provide scores if available.",
            "folder": "0",
            "rowcolumns": [
              21,
              22,
              23
            ],
            "columns": [
              {
                "id": 21,
                "name": "Column 1",
                "fields": [
                  21
                ],
                "width": 4,
                "field_data": [
                  {
                    "id": 21,
                    "field_type": "inputnumber",
                    "name": "SAT Score",
                    "heading": "SAT Score",
                    "description": "Optional SAT score.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "1200"
                  }
                ]
              },
              {
                "id": 22,
                "name": "Column 2",
                "fields": [
                  22
                ],
                "width": 4,
                "field_data": [
                  {
                    "id": 22,
                    "field_type": "inputnumber",
                    "name": "ACT Score",
                    "heading": "ACT Score",
                    "description": "Optional ACT score.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "27"
                  }
                ]
              },
              {
                "id": 23,
                "name": "Column 3",
                "fields": [
                  23
                ],
                "width": 4,
                "field_data": [
                  {
                    "id": 23,
                    "field_type": "inputtext",
                    "name": "English Proficiency",
                    "heading": "TOEFL/IELTS Score",
                    "description": "Optional for international applicants.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "TOEFL 95"
                  }
                ]
              }
            ]
          },
          {
            "id": 14,
            "name": "International Details",
            "heading": "International Applicant Details",
            "description": "Provide citizenship and passport information.",
            "folder": "0",
            "rowcolumns": [
              24,
              25
            ],
            "columns": [
              {
                "id": 24,
                "name": "Column 1",
                "fields": [
                  24
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 24,
                    "field_type": "inputtext",
                    "name": "Citizenship",
                    "heading": "Citizenship",
                    "description": "Country of citizenship.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "Canada"
                  }
                ]
              },
              {
                "id": 25,
                "name": "Column 2",
                "fields": [
                  25
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 25,
                    "field_type": "inputtext",
                    "name": "Passport Number",
                    "heading": "Passport Number",
                    "description": "Passport number (if applicable).",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "X1234567"
                  }
                ]
              }
            ]
          },
          {
            "id": 9,
            "name": "Supporting Documents",
            "heading": "Supporting Documents",
            "description": "Upload required files.",
            "folder": "0",
            "rowcolumns": [
              15,
              16
            ],
            "columns": [
              {
                "id": 15,
                "name": "Column 1",
                "fields": [
                  15
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 15,
                    "field_type": "fileupload",
                    "name": "Transcript",
                    "heading": "Upload Transcript",
                    "description": "PDF or image file.",
                    "is_required": 0
                  }
                ]
              },
              {
                "id": 16,
                "name": "Column 2",
                "fields": [
                  16
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 16,
                    "field_type": "fileupload",
                    "name": "Resume or CV",
                    "heading": "Upload Resume or CV",
                    "description": "PDF or document file.",
                    "is_required": 0
                  }
                ]
              }
            ]
          },
          {
            "id": 10,
            "name": "Certification",
            "heading": "Certification",
            "description": "Confirm your submission.",
            "folder": "0",
            "rowcolumns": [
              17
            ],
            "columns": [
              {
                "id": 17,
                "name": "Column 1",
                "fields": [
                  17
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 17,
                    "field_type": "inputcheckbox",
                    "name": "Certification",
                    "heading": "I certify that the information provided is accurate",
                    "description": "Required before submitting.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "I agree": "agree"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 11,
            "name": "Terms",
            "heading": "Terms & Conditions",
            "description": "Accept the admissions terms before submitting.",
            "folder": "0",
            "rowcolumns": [
              18
            ],
            "columns": [
              {
                "id": 18,
                "name": "Column 1",
                "fields": [
                  18
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 18,
                    "field_type": "termsconditions",
                    "name": "Admissions Terms",
                    "heading": "Admissions Terms",
                    "description": "Review and accept the admissions terms.",
                    "is_required": 1,
                    "field_settings": {
                      "checkbox_label": "I have read and accept the admissions terms",
                      "anchor_text": "View admissions terms",
                      "subtext": "You must accept the admissions terms to submit this application.",
                      "link_type": "post",
                      "page_id": 0,
                      "post_id": 0,
                      "open_in_modal": 1,
                      "accept_label": "Accept terms",
                      "decline_label": "Decline"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "conditional_logic": [
      {
        "all": [
          {
            "item": "field",
            "item_id": "20",
            "attribute": "value",
            "evaluator": "equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "21",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "22",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "23",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "20",
            "attribute": "value",
            "evaluator": "not_equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "21",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "22",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "23",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "9",
            "attribute": "value",
            "evaluator": "equal_to",
            "input": "international"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "24",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "25",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "9",
            "attribute": "value",
            "evaluator": "not_equal_to",
            "input": "international"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "24",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "25",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thanks for applying. We will review your application shortly.",
      "url": ""
    }
  }
}
