{
  "name": "Scholarship Application Form",
  "description": "Collects applicant details, academic background, and supporting documents for scholarships.",
  "category": "Academic",
  "tags": [
    "scholarship",
    "application",
    "academic",
    "students"
  ],
  "version": 3,
  "form_data": {
    "name": "Scholarship Application Form",
    "heading": "Apply for Scholarship",
    "description": "Provide your information to apply for the scholarship.",
    "formpages": [
      1
    ],
    "pages": [
      {
        "id": 1,
        "name": "Applicant Information",
        "heading": "Applicant Information",
        "description": "Personal, academic, and scholarship details.",
        "folder": "0",
        "pagerows": [
          1,
          2,
          3,
          4,
          8,
          9,
          10,
          5,
          6,
          7
        ],
        "rows": [
          {
            "id": 1,
            "name": "Name & Email",
            "heading": "Personal Information",
            "description": "Enter your full name and email address.",
            "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": "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": "Enter your email address.",
                    "is_required": 1,
                    "placeholder": "jordan.lee@example.com"
                  }
                ]
              }
            ]
          },
          {
            "id": 2,
            "name": "Phone & Student ID",
            "heading": "Contact Details",
            "description": "Provide your phone number and student ID.",
            "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": "Enter your contact number.",
                    "is_required": 1,
                    "placeholder": "+1 (555) 123-4567"
                  }
                ]
              },
              {
                "id": 4,
                "name": "Column 2",
                "fields": [
                  4
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 4,
                    "field_type": "inputtext",
                    "name": "Student ID",
                    "heading": "Student ID",
                    "description": "Campus or applicant ID.",
                    "is_required": 0,
                    "placeholder": "A12345678"
                  }
                ]
              }
            ]
          },
          {
            "id": 3,
            "name": "Academic Information",
            "heading": "Academic Information",
            "description": "Enter details about your current academic status.",
            "folder": "0",
            "rowcolumns": [
              5,
              6
            ],
            "columns": [
              {
                "id": 5,
                "name": "Column 1",
                "fields": [
                  5
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 5,
                    "field_type": "inputtext",
                    "name": "Institution Name",
                    "heading": "Institution Name",
                    "description": "Enter the name of your school or university.",
                    "is_required": 1,
                    "placeholder": "XYZ University"
                  }
                ]
              },
              {
                "id": 6,
                "name": "Column 2",
                "fields": [
                  6
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 6,
                    "field_type": "inputnumber",
                    "name": "GPA",
                    "heading": "GPA",
                    "description": "Enter your current GPA.",
                    "is_required": 1,
                    "placeholder": "3.8"
                  }
                ]
              }
            ]
          },
          {
            "id": 4,
            "name": "Program & Graduation",
            "heading": "Program & Graduation",
            "description": "Program details and expected graduation.",
            "folder": "0",
            "rowcolumns": [
              7,
              8
            ],
            "columns": [
              {
                "id": 7,
                "name": "Column 1",
                "fields": [
                  7
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 7,
                    "field_type": "selectfield",
                    "name": "Program",
                    "heading": "Program",
                    "description": "Select your program or major.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Associate": "associate",
                        "Bachelor": "bachelor",
                        "Master": "master",
                        "Doctoral": "doctoral"
                      }
                    }
                  }
                ]
              },
              {
                "id": 8,
                "name": "Column 2",
                "fields": [
                  8
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 8,
                    "field_type": "inputnumber",
                    "name": "Graduation Year",
                    "heading": "Graduation Year",
                    "description": "Expected year of graduation.",
                    "is_required": 0,
                    "placeholder": "2026"
                  }
                ]
              }
            ]
          },
          {
            "id": 8,
            "name": "Need-Based",
            "heading": "Need-Based Scholarship",
            "description": "Indicate whether this is need-based.",
            "folder": "0",
            "rowcolumns": [
              13
            ],
            "columns": [
              {
                "id": 13,
                "name": "Column 1",
                "fields": [
                  13
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 13,
                    "field_type": "inputradio",
                    "name": "Need-Based",
                    "heading": "Is this a need-based scholarship?",
                    "description": "Select yes or no.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Yes": "yes",
                        "No": "no"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 9,
            "name": "Financial Details",
            "heading": "Financial Details",
            "description": "Provide financial information if required.",
            "folder": "0",
            "rowcolumns": [
              14,
              15
            ],
            "columns": [
              {
                "id": 14,
                "name": "Column 1",
                "fields": [
                  14
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 14,
                    "field_type": "inputnumber",
                    "name": "Household Income",
                    "heading": "Household Income (USD)",
                    "description": "Estimated household income.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "45000"
                  }
                ]
              },
              {
                "id": 15,
                "name": "Column 2",
                "fields": [
                  15
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 15,
                    "field_type": "textarea",
                    "name": "Financial Need Statement",
                    "heading": "Financial Need Statement",
                    "description": "Describe your financial circumstances.",
                    "is_required": 0,
                    "is_hidden": 1,
                    "placeholder": "Provide a brief statement."
                  }
                ]
              }
            ]
          },
          {
            "id": 10,
            "name": "Enrollment Status",
            "heading": "Enrollment Status",
            "description": "Confirm your current enrollment.",
            "folder": "0",
            "rowcolumns": [
              16
            ],
            "columns": [
              {
                "id": 16,
                "name": "Column 1",
                "fields": [
                  16
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 16,
                    "field_type": "inputradio",
                    "name": "Currently Enrolled",
                    "heading": "Are you currently enrolled?",
                    "description": "Select yes or no.",
                    "is_required": 1,
                    "field_options": {
                      "": {
                        "Yes": "yes",
                        "No": "no"
                      }
                    }
                  }
                ]
              }
            ]
          },
          {
            "id": 5,
            "name": "Statement of Purpose",
            "heading": "Statement of Purpose",
            "description": "Explain why you should be awarded the scholarship.",
            "folder": "0",
            "rowcolumns": [
              9
            ],
            "columns": [
              {
                "id": 9,
                "name": "Column 1",
                "fields": [
                  9
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 9,
                    "field_type": "textarea",
                    "name": "Statement of Purpose",
                    "heading": "Statement of Purpose",
                    "description": "Write your statement here.",
                    "is_required": 1,
                    "placeholder": "Enter your statement"
                  }
                ]
              }
            ]
          },
          {
            "id": 6,
            "name": "Supporting Documents",
            "heading": "Supporting Documents",
            "description": "Upload transcripts or supporting files.",
            "folder": "0",
            "rowcolumns": [
              10,
              11
            ],
            "columns": [
              {
                "id": 10,
                "name": "Column 1",
                "fields": [
                  10
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 10,
                    "field_type": "fileupload",
                    "name": "Transcript",
                    "heading": "Upload Transcript",
                    "description": "PDF or image file.",
                    "is_required": 0,
                    "is_hidden": 1
                  }
                ]
              },
              {
                "id": 11,
                "name": "Column 2",
                "fields": [
                  11
                ],
                "width": 6,
                "field_data": [
                  {
                    "id": 11,
                    "field_type": "fileupload",
                    "name": "Supporting Document",
                    "heading": "Upload Supporting Document",
                    "description": "Recommendation or financial documents.",
                    "is_required": 0
                  }
                ]
              }
            ]
          },
          {
            "id": 7,
            "name": "Terms",
            "heading": "Scholarship Terms",
            "description": "Accept the scholarship terms before submitting.",
            "folder": "0",
            "rowcolumns": [
              12
            ],
            "columns": [
              {
                "id": 12,
                "name": "Column 1",
                "fields": [
                  12
                ],
                "width": 12,
                "field_data": [
                  {
                    "id": 12,
                    "field_type": "termsconditions",
                    "name": "Scholarship Terms",
                    "heading": "Scholarship Terms",
                    "description": "Review and accept the scholarship terms.",
                    "is_required": 1,
                    "field_settings": {
                      "checkbox_label": "I have read and accept the scholarship terms",
                      "anchor_text": "View scholarship terms",
                      "subtext": "You must accept the scholarship 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": "13",
            "attribute": "value",
            "evaluator": "equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "14",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "15",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "13",
            "attribute": "value",
            "evaluator": "not_equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "14",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          },
          {
            "item": "field",
            "item_id": "15",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "16",
            "attribute": "value",
            "evaluator": "equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "10",
            "attribute": "visibility",
            "action": "show",
            "input": ""
          }
        ]
      },
      {
        "all": [
          {
            "item": "field",
            "item_id": "16",
            "attribute": "value",
            "evaluator": "not_equal_to",
            "input": "yes"
          }
        ],
        "any": [],
        "actions": [
          {
            "item": "field",
            "item_id": "10",
            "attribute": "visibility",
            "action": "hide",
            "input": ""
          }
        ]
      }
    ],
    "user_action": {
      "type": "show_success_message",
      "message": "Thank you for applying for the scholarship. We will get back to you soon.",
      "url": ""
    }
  }
}
