diff --git a/sources/packages/forms/src/form-definitions/sfaa2021-22.json b/sources/packages/forms/src/form-definitions/sfaa2021-22.json
index d994b33268..ef4a1fb740 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2021-22.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2021-22.json
@@ -2652,7 +2652,7 @@
"tableView": true,
"validate": {
"required": true,
- "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time = new Date(data.studyendDate).getTime() - new Date(data.studystartDate).getTime();\r\n \r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = (data.studystartDate) ? \r\n ((Difference_In_Days >= 42) && (Difference_In_Days <= 365)) ? \r\n true : \"Invalid Study Period, Dates must be between 42 and 365 days\" : \r\n\"Please provide Study Start date\";",
+ "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time =\r\n new Date(data.studyendDate).getTime() -\r\n new Date(data.studystartDate).getTime();\r\n\r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = data.studystartDate\r\n ? Difference_In_Days >= data.studyPeriodMinDays &&\r\n Difference_In_Days <= data.studyPeriodMaxDays\r\n ? true\r\n : `Invalid Study Period, Dates must be between ${data.studyPeriodMinDays} and ${data.studyPeriodMaxDays} days`\r\n : \"Please provide Study Start date\";",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
@@ -2694,7 +2694,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -5491,6 +5491,44 @@
"calculateServer": true,
"calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating studyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If a study period is selected, validate its study end date to be after given days before now.\r\nvalue =\r\n !!data.selectedOfferingEndDate &&\r\n isGivenDateBeforeToday(data.selectedOfferingEndDate);\r\n",
"isNew": false
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMinDays",
+ "label": "Study period minimum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateValue": "value = data.howWillYouBeAttendingTheProgram === \"Full Time\" ? 84 : 42;"
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMaxDays",
+ "label": "Study period maximum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "defaultValue": "365"
}
],
"input": false,
diff --git a/sources/packages/forms/src/form-definitions/sfaa2022-23.json b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
index da0d314137..2697ed1ddd 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2022-23.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2022-23.json
@@ -1,32630 +1,32668 @@
-{
- "title": "SFAA2022-23",
- "name": "SFAA2022-23",
- "path": "sfaa2022-23",
- "type": "form",
- "display": "wizard",
- "tags": [
- "common"
- ],
- "components": [
- {
- "title": "Welcome",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page1",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Welcome",
- "tabindex": "",
- "components": [
- {
- "label": "Columns",
- "input": false,
- "tableView": false,
- "key": "page1Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Get started on your application",
- "refreshOnChange": false,
- "customClass": "header-lg",
- "hidden": false,
- "modalEdit": false,
- "key": "html109",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "elnwfyt"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Start your application to receive a student loan or grant. \nYour application will be assessed for how much money you can get.\n
\nBefore you begin, you may need to gather the following:\n
\n - Your citizenship documentation
\n - Your institution and program details
\n - Your dependent details and costs
\n - Your tax return information
\n
\n\n\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html110",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e9er568"
- }
- ],
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "width": 6,
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "Content",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "div",
- "className": "",
- "attrs": [
- {
- "value": "An illustration of a student with a clipboard. Illustration by Storyset.",
- "attr": "aria-label"
- },
- {
- "attr": "role",
- "value": "img"
- }
- ],
- "content": "",
- "refreshOnChange": false,
- "customClass": "student-with-clipboard-img",
- "hidden": false,
- "modalEdit": false,
- "key": "page1ColumnsColumnsContent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "hideLabel": true,
- "hideOnChildrenHidden": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0oiolp"
- }
- ],
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "width": 6,
- "currentWidth": 6
- }
- ],
- "hideLabel": true,
- "key": "page1ColumnsColumns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "autoAdjust": false,
- "id": "ego57u",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "width": 12,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 12
- },
- {
- "components": [],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "type": "columns",
- "hideLabel": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "autoAdjust": false,
- "hideOnChildrenHidden": false,
- "id": "evh64v3",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "applicationId",
- "key": "applicationId1",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "elknlor",
- "addons": []
- },
- {
- "label": "workflowName",
- "calculateValue": "value = \"assessment-gateway\"",
- "calculateServer": true,
- "key": "workflowName",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "ebsh4es",
- "addons": []
- }
- ],
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "eyx5cz",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Program",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page3",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "350px",
- "height": ""
- },
- "type": "panel",
- "label": "Program",
- "tabindex": "",
- "components": [
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Select your program",
- "refreshOnChange": false,
- "customClass": "header-lg",
- "hidden": false,
- "modalEdit": false,
- "key": "html9",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "exz6y1",
- "addons": []
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your education plans, such as courses or programs you will be taking.",
- "refreshOnChange": false,
- "customClass": "header-desc",
- "hidden": false,
- "modalEdit": false,
- "key": "html37",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e6dgwpl"
- },
- {
- "title": "Institution selection panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "institutionSelectionPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Institution selection",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html114",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ek4vzp"
- },
- {
- "label": "The institution I will be attending is:",
- "widget": "choicesjs",
- "placeholder": " search for your school",
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectedLocation",
- "customConditional": "show = !!!data.isReadOnly",
- "type": "select",
- "input": true,
- "lockKey": true,
- "searchThreshold": 0.3,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "clearOnRefresh": false,
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }}",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "eu1n2m9"
- },
- {
- "label": "The institution I will be attending is:",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": true,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": false,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectedLocationName",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = !!data.isReadOnly",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "eipxwx",
- "defaultValue": ""
- },
- {
- "label": "My institution isn't listed",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "mySchoolIsNotListed",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1rhmg3"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ewu2bl"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "alert alert-danger fa fa-ban",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Your institution is not designated by StudentAid BC
\r\nIf your institution is not in the list, it means that your institution is not designated. \r\nPlease contact your institution so that they can persue a designation status with us. \r\nIf your institution is not designated, you will be unable to complete your application at this time.",
- "refreshOnChange": false,
- "customClass": "banner-alert",
- "hidden": false,
- "modalEdit": false,
- "key": "html10",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "mySchoolIsNotListed",
- "eq": "true",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5ag4iw"
- },
- {
- "title": "Program selection",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel2",
- "tags": [],
- "properties": {},
- "customConditional": "show =\n (!!data.selectedLocation &&\n !!!data.mySchoolIsNotListed) ||\n !!data.isReadOnly;",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Program selection",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html40",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show =\r\n (!!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed) ||\r\n !!data.isReadOnly;\r\n\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0atgwd"
- },
- {
- "label": "In what capacity will you be attending this program?",
- "labelPosition": "top",
- "widget": "choicesjs",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "Select how will you be attending the program",
- "description": "",
- "tooltip": "A part time program has a course load between 20 and 59%. \nA full time program must have a course load of: 60% or greater or\n40 and 60% for students with a permanent disability.\nIf you are unsure, please contact your institution’s financial aid officer.",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "dataSrc": "values",
- "data": {
- "values": [
- {
- "label": "Part Time",
- "value": "Part Time"
- },
- {
- "label": "Full Time",
- "value": "Full Time"
- }
- ],
- "resource": "",
- "json": "",
- "url": "",
- "custom": ""
- },
- "dataType": "",
- "idPath": "id",
- "valueProperty": "",
- "limit": 100,
- "template": "{{ item.label }}",
- "refreshOn": "selectedLocation",
- "refreshOnBlur": "selectedLocation",
- "clearOnRefresh": true,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "onlyAvailableItems": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "howWillYouBeAttendingTheProgram",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show =\r\n (!!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed) ||\r\n !!data.isReadOnly;",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
- "selectFields": "",
- "searchField": "",
- "searchDebounce": 0.3,
- "minSearch": 0,
- "filter": "",
- "redrawOn": "",
- "input": true,
- "searchThreshold": 0.3,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "lazyLoad": true,
- "authenticate": false,
- "ignoreCache": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "id": "enuaazl",
- "defaultValue": ""
- },
- {
- "title": "Program",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "program",
- "tags": [],
- "properties": {},
- "customConditional": "show = \n (data.howWillYouBeAttendingTheProgram === 'Full Time' ||\n data.howWillYouBeAttendingTheProgram === 'Part Time')",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "The program I will be attending:",
- "labelPosition": "top",
- "widget": "choicesjs",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": " search for your program",
- "description": "",
- "tooltip": "",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "uniqueOptions": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "dataSrc": "values",
- "data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "resource": "",
- "json": "",
- "url": "",
- "custom": ""
- },
- "dataType": "",
- "idPath": "id",
- "valueProperty": "",
- "limit": 100,
- "template": "{{ item.label }}",
- "refreshOn": "howWillYouBeAttendingTheProgram",
- "refreshOnBlur": "howWillYouBeAttendingTheProgram",
- "clearOnRefresh": true,
- "searchEnabled": true,
- "selectThreshold": 0.3,
- "readOnlyValue": false,
- "customOptions": {},
- "useExactSearch": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "selectedProgram",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show =\r\n !!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed &&\r\n !!data.howWillYouBeAttendingTheProgram &&\r\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) &&\r\n !!!data.isReadOnly;\r\n \r\n\r\n",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "select",
- "indexeddb": {
- "filter": {}
- },
- "selectFields": "",
- "searchField": "",
- "searchDebounce": 0.3,
- "minSearch": 0,
- "filter": "",
- "redrawOn": "",
- "input": true,
- "lockKey": true,
- "searchThreshold": 0.3,
- "prefix": "",
- "suffix": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "lazyLoad": true,
- "authenticate": false,
- "ignoreCache": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "id": "eopfm7h",
- "defaultValue": ""
- },
- {
- "label": "The program I will be attending:",
- "disabled": true,
- "tableView": true,
- "persistent": false,
- "key": "selectedProgramName",
- "customConditional": "show = !!data.isReadOnly",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "easelit"
- },
- {
- "label": "My program is not listed",
- "optionsLabelPosition": "right",
- "hideLabel": true,
- "tableView": false,
- "defaultValue": {
- "z": false,
- "programnotListed": false
- },
- "values": [
- {
- "label": "My program is not listed",
- "value": "programnotListed",
- "shortcut": ""
- }
- ],
- "key": "myProgramNotListed",
- "customConditional": "show = (!!data.selectedLocation && !!!data.mySchoolIsNotListed);",
- "type": "selectboxes",
- "input": true,
- "inputType": "checkbox",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "ecibhe"
- },
- {
- "title": "Custom program and offering",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "customProgramAndOffering",
- "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
- "type": "panel",
- "label": "Custom program and offering",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "className": "alert alert-info fa fa-info-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Info!
We have determined you are special and require additional information to process your request. Please fill out the below information as much as you can and your institution will complete and verify the required information. ",
- "refreshOnChange": false,
- "customClass": "banner-info",
- "key": "html12",
- "customConditional": "show = data.programnotListed || data.offeringnotListed;",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "evaf9nc"
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Please provide additional information about your program",
- "refreshOnChange": false,
- "key": "html42",
- "conditional": {
- "show": true,
- "when": "programnotListed",
- "eq": "true"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "euzaplc"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "This information will be sent to your institution to complete so that you can carry on with your application.",
- "refreshOnChange": false,
- "key": "html43",
- "conditional": {
- "show": true,
- "when": "programnotListed",
- "eq": "true"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ebo8vbh",
- "className": ""
- },
- {
- "label": "Program name",
- "placeholder": "Enter the name of your program",
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "programName",
- "conditional": {
- "show": true,
- "when": "programnotListed",
- "eq": "true"
- },
- "type": "textfield",
- "input": true,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ejhdok9"
- },
- {
- "label": "Program description",
- "placeholder": "Enter a short description of your program",
- "autoExpand": false,
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "maxLength": 500,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "key": "programDescription",
- "conditional": {
- "show": true,
- "when": "programnotListed",
- "eq": "true"
- },
- "type": "textarea",
- "input": true,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "efzyprr"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide additional information about your program offering",
- "refreshOnChange": false,
- "customClass": "header-md",
- "key": "html44",
- "customConditional": "show = data.offeringnotListed;",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "evgar2",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Information about how this will trigger a program information request from the institution.",
- "refreshOnChange": false,
- "key": "html45",
- "customConditional": "show = data.offeringnotListed;",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e4deel",
- "className": ""
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Start date",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "Select date",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "if (data.studystartDate){\n data.selectedOfferingDate = '';\n}",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "// To calculate the time difference of studystartDate and programYearStartDate\r\nconst first_difference_In_Time =\r\n new Date(data.studystartDate).getTime() -\r\n new Date(data.programYearStartDate).getTime();\r\n// To calculate the time difference of programYearEndDate and studystartDate\r\nconst last_difference_In_Time =\r\n new Date(data.programYearEndDate).getTime() -\r\n new Date(data.studystartDate).getTime();\r\n\r\n// To calculate the no. of days between two dates\r\nconst first_difference_In_Days = first_difference_In_Time / (1000 * 3600 * 24);\r\n\r\n// To calculate the no. of days between two dates\r\nconst last_difference_In_Days = last_difference_In_Time / (1000 * 3600 * 24);\r\n\r\n// studystartDate should be equal or in between program year start and end date\r\nvalid =\r\n first_difference_In_Days >= 0 && last_difference_In_Days >= 0\r\n ? true\r\n : \"Study start date should be within the program year\";\r\n",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "studystartDate",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "",
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ehmio79",
- "defaultValue": ""
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "End date",
- "placeholder": "Select date",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time = new Date(data.studyendDate).getTime() - new Date(data.studystartDate).getTime();\r\n \r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = (data.studystartDate) ? \r\n ((Difference_In_Days >= 42) && (Difference_In_Days <= 365)) ? \r\n true : \"Invalid Study Period, Dates must be between 42 and 365 days\" : \r\n\"Please provide Study Start date\";",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "studyendDate",
- "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
- "type": "textfield",
- "input": true,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e3cbd2m",
- "tags": [],
- "lockKey": true
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e3mfbie"
- },
- {
- "key": "customProgramAndOfferingStudyenddatewarning",
- "label": "Study end date warning",
- "input": false,
- "tag": "p",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "className": "alert alert-warning fa fa-exclamation-triangle w-100",
- "content": "This study end date has past\n
\nThe selected study period has past and you can no longer receive funding. Continuing your application will require StudentAid BC approval to be eligible for funding.",
- "type": "htmlelement",
- "hideLabel": true,
- "tags": [],
- "conditional": {
- "show": "true",
- "when": "studyEndDateBeforeToday",
- "eq": "true"
- },
- "properties": {},
- "customClass": "banner-warning",
- "customConditional": ""
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e00cj6a"
- },
- {
- "title": "programDesc",
- "collapsible": false,
- "hideLabel": true,
- "key": "programDesc",
- "customConditional": "show =\r\n ((!!data.selectedProgram &&\r\n !!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed &&\r\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false)\r\n ) || (data.isReadOnly && data.selectedProgramDesc?.id));\r\n",
- "type": "panel",
- "label": "programDesc",
- "buttonSettings": {
- "previous": true,
- "cancel": true,
- "next": true
- },
- "breadcrumbClickable": true,
- "scrollToTop": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.selectedProgramDesc?.name}}",
- "refreshOnChange": true,
- "customClass": "category-header-medium primary-color",
- "key": "html31",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7m0jxv"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.selectedProgramDesc?.description}}",
- "refreshOnChange": true,
- "customClass": "pt-4",
- "key": "html32",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eyhhx9p",
- "className": ""
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "HTML",
- "className": "label-medium",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Credential",
- "refreshOnChange": false,
- "key": "html33",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e9qep33r"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Delivery Method",
- "refreshOnChange": false,
- "customClass": "label-medium",
- "key": "html34",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eovpl3k",
- "className": ""
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "key": "columns4",
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eedtnsp"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.selectedProgramDesc?.credentialTypeToDisplay}}",
- "refreshOnChange": true,
- "key": "html35",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eueqprv",
- "className": ""
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "{{data.selectedProgramDesc?.deliveryMethod}}",
- "refreshOnChange": true,
- "key": "html36",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "etilmiw",
- "className": ""
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "key": "columns5",
- "type": "columns",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e4ubed9"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eezaqos"
- },
- {
- "label": "When will you be taking this program?",
- "widget": "choicesjs",
- "placeholder": " search for your program offering",
- "customClass": "font-weight-bold",
- "tableView": true,
- "refreshOn": "selectedProgram",
- "clearOnRefresh": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "selectedOffering",
- "customConditional": "show =\n (!!data.selectedLocation &&\n !!data.selectedProgram &&\n !!!data.mySchoolIsNotListed &&\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) &&\n !(data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false) &&\n !!!data.isReadOnly\n );",
- "type": "select",
- "input": true,
- "searchThreshold": 0.3,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "idPath": "id",
- "data": {
- "values": [
- {
- "label": "",
- "value": ""
- }
- ],
- "json": "",
- "url": "",
- "resource": "",
- "custom": ""
- },
- "limit": 100,
- "dataSrc": "values",
- "valueProperty": "",
- "lazyLoad": true,
- "filter": "",
- "searchEnabled": true,
- "searchDebounce": 0.3,
- "searchField": "",
- "minSearch": 0,
- "readOnlyValue": false,
- "authenticate": false,
- "ignoreCache": false,
- "template": "{{ item.label }}",
- "selectFields": "",
- "selectThreshold": 0.3,
- "uniqueOptions": false,
- "fuseOptions": {
- "include": "score",
- "threshold": 0.3
- },
- "indexeddb": {
- "filter": {}
- },
- "customOptions": {},
- "useExactSearch": false,
- "id": "em1sitc"
- },
- {
- "label": "When will you be taking this program?",
- "disabled": true,
- "tableView": true,
- "persistent": false,
- "key": "selectedOfferingName",
- "customConditional": "show = !!data.isReadOnly",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e9w4l3n"
- },
- {
- "label": "My study period isn’t listed",
- "optionsLabelPosition": "right",
- "hideLabel": true,
- "tableView": false,
- "values": [
- {
- "label": "My study period isn’t listed",
- "value": "offeringnotListed",
- "shortcut": ""
- }
- ],
- "key": "myStudyPeriodIsntListed",
- "customConditional": "show =\n (!!data.selectedLocation &&\n !!data.selectedProgram &&\n !!!data.mySchoolIsNotListed &&\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false)\n );\n\n",
- "type": "selectboxes",
- "input": true,
- "inputType": "checkbox",
- "defaultValue": {
- "offeringnotListed": false
- },
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "fieldSet": false,
- "inline": false,
- "id": "eif07al",
- "lockKey": true
- },
- {
- "key": "programStudyperiodwarning",
- "label": "Study period end date warning",
- "input": false,
- "tag": "p",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "className": "alert alert-warning fa fa-exclamation-triangle w-100",
- "content": "This study end date has past\n
\nThe selected study period has past and you can no longer receive funding. Continuing your application will require StudentAid BC approval to be eligible for funding.",
- "type": "htmlelement",
- "tags": [],
- "conditional": {
- "show": "true",
- "when": "selectedStudyEndDateBeforeToday",
- "eq": "true"
- },
- "properties": {},
- "customClass": "banner-warning",
- "customConditional": "",
- "hideLabel": true
- },
- {
- "input": true,
- "tableView": false,
- "key": "studyEndDateIsPastApplicationException",
- "label": "Application Exception - Study end date is past",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "calculateValue": "value = \"studentApplicationException\";",
- "lockKey": true,
- "customConditional": "show = data.studyEndDateBeforeToday || data.selectedStudyEndDateBeforeToday;",
- "calculateServer": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eeie82f"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ek4n7vq"
- },
- {
- "title": "Course information panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel1",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "howWillYouBeAttendingTheProgram",
- "eq": "Part Time"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Course information",
- "refreshOnChange": false,
- "key": "html112",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "efhriqd"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please add your courses that you plan on taking during your study period.",
- "refreshOnChange": false,
- "key": "html113",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "emh3t8f",
- "className": ""
- },
- {
- "label": "Course information",
- "reorder": false,
- "addAnother": "Add course",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "hideLabel": true,
- "tableView": false,
- "defaultValue": [
- {
- "courseName": "",
- "courseCode": "",
- "courseStartDate": "",
- "courseEndDate": ""
- }
- ],
- "key": "courseDetails",
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "key": "fieldset",
- "type": "fieldset",
- "label": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Course name",
- "customClass": "label-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "courseName",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "e6uctnl"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "Course code",
- "tooltip": "Your course code is also known as your course registration number typically shown beside your course name (e.g. MGMT 101)",
- "customClass": "label-bold",
- "tableView": true,
- "case": "uppercase",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "courseCode",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqkr5x"
- }
- ],
- "size": "md",
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 6
- }
- ],
- "key": "columns2",
- "type": "columns",
- "hideOnChildrenHidden": false,
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e1cu6ql"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Course start date",
- "placeholder": "Select date",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "customClass": "label-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "courseStartDate",
- "type": "textfield",
- "input": true,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ehhui5b"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "Course end date",
- "placeholder": "Select date",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "customClass": "label-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "courseEndDate",
- "type": "textfield",
- "input": true,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "epcwxa"
- }
- ],
- "size": "md",
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "currentWidth": 6
- }
- ],
- "key": "columns",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ebc86yc"
- }
- ],
- "id": "eler3if00000000000000000000000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "legend": "",
- "inDataGrid": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "eh5vyhe"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "emhghx5"
- },
- {
- "title": "Additonal Information Panel",
- "collapsible": false,
- "hideLabel": true,
- "key": "additonalInformationPanel",
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Additional information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html111",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2er6mr"
- },
- {
- "label": "Student number",
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "maxLength": 12,
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "pattern": ""
- },
- "key": "studentNumber",
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "egjry98"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "epd92wk"
- },
- {
- "label": "programYearStartDate",
- "customDefaultValue": "value = data.programYearStartDate;",
- "key": "programYearStartDate",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "eu8tkf"
- },
- {
- "label": "programYearEndDate",
- "customDefaultValue": "value = data.programYearEndDate;",
- "key": "programYearEndDate",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "enpifd"
- },
- {
- "label": "selectedProgramDesc",
- "persistent": false,
- "redrawOn": "data",
- "key": "selectedProgramDesc",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ewu7omd"
- },
- {
- "label": "selectedOfferingDate",
- "key": "selectedOfferingDate",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ehrxohq",
- "tags": [],
- "lockKey": true
- },
- {
- "input": true,
- "tableView": false,
- "key": "selectedOfferingEndDate",
- "label": "Selected offering end date",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true
- },
- {
- "input": true,
- "tableView": false,
- "key": "maximumAllowedDaysAfterStudyEndDate",
- "label": "Maximum allowed days after study end date",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateValue": "/**\n * Maximum number of days past the study period end date\n * beyond when an application will require StudentAid BC\n * approval for funding.\n */\n \nvalue = 42;",
- "calculateServer": true
- },
- {
- "input": true,
- "tableView": false,
- "key": "studyEndDateBeforeToday",
- "label": "Study end date before today",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateServer": true,
- "calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating selectedStudyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If program/study period not listed is selected, validate the study end date to be after given days before now.\r\nvalue = !!data.studyendDate && isGivenDateBeforeToday(data.studyendDate);\r\n",
- "isNew": false
- },
- {
- "input": true,
- "tableView": false,
- "key": "selectedStudyEndDateBeforeToday",
- "label": "Selected study end date before today",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "lockKey": true,
- "calculateServer": true,
- "calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating studyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If a study period is selected, validate its study end date to be after given days before now.\r\nvalue =\r\n !!data.selectedOfferingEndDate &&\r\n isGivenDateBeforeToday(data.selectedOfferingEndDate);\r\n",
- "isNew": false
- }
- ],
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "eybfjx6",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Personal information",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "w-100 mw-100",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page2",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Personal Information",
- "tabindex": "",
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Personal information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html46",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eh0veaa"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please confirm your profile information below.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html47",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ee6z0qa"
- },
- {
- "title": "StudentAid BC personal info panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "StudentAidBCPersonalInfoPanel",
- "type": "panel",
- "label": "StudentAid BC Personal Info Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Your StudentAid BC profile information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html48",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "euy5nl9"
- },
- {
- "label": "Content",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "content": "This information was provided by you and B.C. \nServices Card when you first signed into your account. \nIf this information is out of date, please update your profile.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "page2WellColumnsContent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "hideLabel": true,
- "hideOnChildrenHidden": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eglhsig"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Given names",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentGivenNames",
- "type": "textfield",
- "input": true,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "eollo8c",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Date of birth",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentDateOfBirth",
- "type": "textfield",
- "input": true,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "eiro1mh",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Home address",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentHomeAddress",
- "type": "textfield",
- "input": true,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "eppxei",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Email",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentEmail",
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "ey8k2yp",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "Last name",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentLastName",
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "eug619a",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Gender",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentGender",
- "type": "textfield",
- "input": true,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "el67mt",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Phone number",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "studentPhoneNumber",
- "type": "textfield",
- "input": true,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "egglzja",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- },
- {
- "label": "Permanent disability status",
- "customClass": "font-weight-bold",
- "disabled": true,
- "tableView": true,
- "key": "pdStatus",
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "spellcheck": true,
- "id": "eq3hnwv",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "key": "columns1",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "autoAdjust": false,
- "hideOnChildrenHidden": false,
- "id": "ebg5117",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "I confirm my StudentAid BC Profile that is shown above is correct.",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "studentInfoConfirmed",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "dataGridLabel": false,
- "lockKey": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2ll48j"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e1llrtm",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Personal Information panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "personalInformationPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Personal information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html94",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eopc569"
- },
- {
- "label": "What is your citizenship status?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "values": [
- {
- "value": "canadianCitizen",
- "label": "Canadian citizen",
- "shortcut": ""
- },
- {
- "value": "protectedPerson",
- "label": "Protected person",
- "shortcut": ""
- },
- {
- "value": "permanentResident",
- "label": "Permanent resident",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "Citizen and Residency",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "citizenship",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "citizenship"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e7mli1j",
- "defaultValue": ""
- },
- {
- "title": "Citizenship proof panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "citizenshipProofPanel",
- "customConditional": "show = (data.citizenship === 'protectedPerson' || data.citizenship === 'permanentResident');",
- "type": "panel",
- "label": "Citizenship Proof Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload proof of citizenship",
- "refreshOnChange": false,
- "customClass": "header-md",
- "hidden": false,
- "modalEdit": false,
- "key": "html49",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eynojhp"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide one of the documents below.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html50",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e20une"
- },
- {
- "title": "Permanent Residency Content",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "permanentResidencyContent",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "citizenship",
- "eq": "permanentResident"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Citizenship for permanent residency",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "citizenshipForPermanentResidencyApplicationException",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ej3ulok",
- "lockKey": true
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html13",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ey4sx1n"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_Citizenship_PermanentResidency\" \n (e.g. JessLee_Citizenship_PermanentResidency)\n
\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html14",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "enul519"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e9i8iih"
- },
- {
- "title": "Protected Person Content",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "protectedPersonContent",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "citizenship",
- "eq": "protectedPerson"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Citizenship for protected persons",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "citizenshipForProtectedPersonsApplicationException",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "exfxlo"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html15",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eofd1g"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_Citizenship_ProtectedPerson\" \n (e.g. JessLee_Citizenship_ProtectedPerson)\n
\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html38",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eiwi"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ervp8ae"
- },
- {
- "label": "Upload proof of citizenship",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "storage": "url",
- "dir": "Proof of Citizenship",
- "fileNameTemplate": "",
- "image": false,
- "uploadOnly": false,
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMinSize": "0KB",
- "fileMaxSize": "4MB",
- "multiple": true,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "citizenshipVerification",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = (data.citizenship === 'protectedPerson' || data.citizenship === 'permanentResident');",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "file",
- "url": "student/files",
- "imageSize": "200",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "privateDownload": false,
- "id": "e2wqoxi",
- "options": "",
- "fileKey": ""
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content44",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "e9wutz8",
- "addons": []
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "customClass": "",
- "refreshOnChange": false,
- "hidden": false,
- "modalEdit": false,
- "key": "content45",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "e5czcdd",
- "addons": []
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "autoAdjust": false,
- "hideOnChildrenHidden": false,
- "customClass": "",
- "hidden": false,
- "hideLabel": false,
- "modalEdit": false,
- "key": "columns6",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "columns",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "elv3ea8",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "efawj5",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Are you a resident of B.C.?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "you have lived in BC all your life\r\nBC is the province where you last lived for 12 continuous months, as of your study start date, not including months of full-time post-secondary study\r\nyou arrived in BC as a permanent resident or protect person, and will attend school in BC and you have not lived in any other province for 12 continuous months",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "Have lived in B.C. for at least 12 consecutive months",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "bcResident",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "bcResident"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e3yxtjc",
- "defaultValue": ""
- },
- {
- "title": "Not a BC resident panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "notABcResidentPanel",
- "conditional": {
- "show": true,
- "when": "bcResident",
- "eq": "no"
- },
- "type": "panel",
- "label": "Not a BC Resident Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Citizenship for B.C. residency",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "citizenshipForBCResidencyApplicationException",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ed8czgf"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "alert alert-warning fa fa-exclamation-triangle w-100",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " You indicated that you are not a B.C. Resident\n
\n If any of the following circumstances apply, you may still be eligible for StudentAid BC funding.",
- "refreshOnChange": false,
- "customClass": "banner-warning",
- "hidden": false,
- "modalEdit": false,
- "key": "html7",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": "true",
- "when": "bcResident",
- "eq": "no",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "evyzdwp"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide additional information",
- "refreshOnChange": false,
- "customClass": "header-md",
- "hidden": false,
- "modalEdit": false,
- "key": "html51",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "edey8ax"
- },
- {
- "label": "",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "You and your spouse/partner originally received student financial assistance from another province but are now both studying in B.C. and B.C. is the province of residency for one of you.",
- "value": "youAndYourSpousePartnerOriginallyReceivedStudentFinancialAssistanceFromAnotherProvinceButAreNowBothStudyingInBCAndBCIsTheProvinceOfResidencyForOneOfYou",
- "shortcut": ""
- },
- {
- "label": "Your spouse/partner has been employed in B.C. for 12 months in a row before the first day of your study period.",
- "value": "yourSpousePartnerHasBeenEmployedInBCFor12MonthsInARowBeforeTheFirstDayOfYourStudyPeriod",
- "shortcut": ""
- },
- {
- "label": "you will have finished 4 years of full-time, postsecondary study in B.C. before the first day of your study period.",
- "value": "youWillHaveFinished4YearsOfFullTimePostsecondaryStudyInBCBeforeTheFirstDayOfYourStudyPeriod",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "bclivingSituation",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "bcResident",
- "eq": "no",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "bclivingSituationvv"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e5q37cn",
- "defaultValue": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Why you should be considered a resident for StudentAid BC purposes, and
\n - Why you haven’t applied to your previous province of residency
\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html30",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "bclivingSituation",
- "eq": "other",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "em6852"
- },
- {
- "label": "Please explain your sitution:",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "rows": 3,
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
- "autoExpand": false,
- "customClass": "font-weight-bold",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": true,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "minLength": "",
- "maxLength": 500,
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "otherLivingSituation",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "bclivingSituation",
- "eq": "other",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textarea",
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "esidcoe",
- "defaultValue": ""
- },
- {
- "title": "Upload supporting documents",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "uploadSupportingDocuments",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "bclivingSituation",
- "eq": "other"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Upload supporting documents",
- "breadcrumb": "default",
- "buttonSettings": {
- "previous": true,
- "cancel": true,
- "next": true
- },
- "tabindex": "",
- "breadcrumbClickable": true,
- "scrollToTop": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "key": "html52",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eawr0fg"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide one of the documents below.",
- "refreshOnChange": false,
- "key": "html3",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "exvzcx",
- "className": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Lease agreements and utility receipts
\n - Official post-secondary transcripts
\n - A statement outlining your spouse/partners’ place and dates of employment in B.C.
\n - A student financial aid denial letter from your previous province of residency
\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html16",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eznitl"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to \"FirstnameLastname_BCResidency\"
\n (e.g. JessLee_BCResidency)\n
\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html17",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ekl3d6"
- },
- {
- "label": "Upload supporting documents (optional):",
- "customClass": "font-weight-bold",
- "hideLabel": true,
- "tableView": false,
- "storage": "url",
- "dir": "Not a BC Resident - Supporting Documents",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4MB",
- "multiple": true,
- "key": "otherLivingSituationDocs",
- "type": "file",
- "url": "student/files",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "e15yoie"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content46",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "euomj5"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content47",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "edp1zrf"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns7",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eh0xn99"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e7zmnf6"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eo7yj4f",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Do you identify as an Indigenous person?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "Aboriginal Status",
- "errors": "",
- "key": "indigenousStatus",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "indigenousStatus"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "efkl1q9",
- "defaultValue": ""
- },
- {
- "title": "Indigenous Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "indigenousPanel",
- "conditional": {
- "show": true,
- "when": "indigenousStatus",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Indigenous Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Aboriginal heritage",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html53",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqku8sb"
- },
- {
- "label": "I am:",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "First Nations",
- "value": "firstNations",
- "shortcut": ""
- },
- {
- "label": "Metis",
- "value": "metis",
- "shortcut": ""
- },
- {
- "label": "Inuit",
- "value": "inuit",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "aboriginalHeritage",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "indigenousStatus",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "aboriginalHeritage"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eomlfzp",
- "defaultValue": ""
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ef3gfa",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Were you ever a youth in continuing care or custody of a director of child welfare in BC (ward of the court – this means the provincial government is/was your legal guardian)? ",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "Youth In Care",
- "errors": "",
- "key": "youthInCare",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "youthInCare"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "en74evs",
- "defaultValue": ""
- },
- {
- "label": "At the time of your course study start date, will you have been out of high school for 4 years?",
- "labelPosition": "top",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "key": "outOfHighSchoolFor4Years",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "radio",
- "fieldSet": false,
- "id": "eahh865",
- "defaultValue": "",
- "addons": []
- },
- {
- "label": "When did you graduate or leave high-school?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "Select date",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "whenDidYouGraduateOrLeaveHighSchool",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "ep2gj8",
- "defaultValue": ""
- }
- ],
- "id": "etmjo4"
- },
- {
- "title": "Emplyment information panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "emplymentInformationPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Employment information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html54",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7vkza"
- },
- {
- "label": "Will you be working a full-time job of 32 hours per week for more than half of your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "A “full time job” is defined as working at least 32 hours per week, including vacation time, statutory holidays, in-lieu days and approved leaves of absence. If you are employed full-time for at least 50 percent of your study period, you are not eligible for F/T fundin",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "Employment Information",
- "errors": "",
- "key": "fullTimeJob",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "fullTimeJob"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "evq38w",
- "defaultValue": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "alert alert-warning fa fa-info-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " You’re not eligible for StudentAid BC funding
\nStudents who work 32 hours a week or more are not eligible for StudentAid BC funding because your primary occupation is considered to be employment.",
- "refreshOnChange": false,
- "customClass": "banner-warning",
- "hidden": false,
- "modalEdit": false,
- "key": "html8",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "fullTimeJob",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ek1digi"
- },
- {
- "label": "In the time since you left high school to your first day of classes, have you spent two periods of 12 consecutive months each, in the full time labour force?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "key": "fulltimelabourForce",
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "radio",
- "fieldSet": false,
- "id": "eqf8qus",
- "addons": []
- }
- ],
- "id": "erpkbb"
- },
- {
- "title": "Share information with trusted contact",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "shareInformationWithTrustedContact",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Share information with trusted contact",
- "refreshOnChange": false,
- "key": "html55",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eklgmng"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Do you want allow another person to be able to contact StudentAid BC and inquire about the status of your application or provide additional information on your behalf? (A parent/guardian for example.)",
- "refreshOnChange": false,
- "key": "html56",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eqr6a1n",
- "className": ""
- },
- {
- "label": "Do you want to allow a trusted contact to interact with StudentAid BC on your behalf?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "addTrustContactToContactSABC",
- "attributes": {
- "data-cy": "addTrustContactToContactSABC"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e4lwkh"
- },
- {
- "title": "Trusted contact panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "trustedContactPanel",
- "conditional": {
- "show": true,
- "when": "addTrustContactToContactSABC",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Trusted Contact Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Add trusted contact",
- "refreshOnChange": false,
- "key": "html57",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1t8cjsi"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Enter the information of the contact(s) you would like to add to your profile as a trusted contact who can contact StudentAid BC on your behalf. You give access multiple contacts if needed.",
- "refreshOnChange": false,
- "key": "html58",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ed9vh5c",
- "className": ""
- },
- {
- "label": "What is your relationship with this contact?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "dataGridLabel": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Parent/step-parent/sponsor/legal guardian",
- "value": "parentStepParentSponsorLegalGuardian",
- "shortcut": ""
- },
- {
- "label": "Spouse/common-law partner",
- "value": "spouseCommonLawPartner",
- "shortcut": ""
- },
- {
- "label": "Other relative",
- "value": "otherRelative",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "strongWhatIsYourRelationshipWithThisContactStrong",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "strongWhatIsYourRelationshipWithThisContactStrong"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ego9ype0000000000000000000000000000000000",
- "defaultValue": "",
- "inDataGrid": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "id": "eyqyky"
- },
- {
- "title": "Student Aid BC Declaration panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-bg-secondary",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel4",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "StudentAid BC Declaration",
- "refreshOnChange": false,
- "key": "html5",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e2x6dd"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "I. I. I/we understand that:",
- "refreshOnChange": false,
- "key": "html39",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "esnordm",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "This section is optional and can be left blank. The Freedom of Information and Protection of Privacy Act prevents StudentAid BC and financial aid staff from releasing any information pertaining to this application to anyone other than you unless you provide written permission. Complete these questions if you want to authorize another person to obtain information on your behalf about this application, related appendices, or assessment details. If you authorize someone to access information on your behalf by completing these questions, they must provide your Social Insurance Number and date of birth to access any information from StudentAid BC or financial aid staff. Please ensure you have the designated person’s authorization to enter their information. Do not use a institution staff member.",
- "refreshOnChange": false,
- "key": "html41",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e0dlfor",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Collection and use of information",
- "refreshOnChange": false,
- "key": "html115",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e7fwi1n",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Information can be shared with the persons/organizations identified in the StudentAid BC declaration based on your signature, regardless of whether these questions are completed.",
- "refreshOnChange": false,
- "key": "html6",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eds51he",
- "className": ""
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ergd0ji"
- },
- {
- "label": "I agree to share my application information with the trusted contacts entered above.",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "iConsent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "addTrustContactToContactSABC",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ezrjvqr"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eksx7j"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e25p0uk"
- }
- ],
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "e5im6qg",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Family information",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page8",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Family Information",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Family information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html59",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eu6cfr"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your family.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html60",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e7s4eyr"
- },
- {
- "title": "Family details",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "familyDetails",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Family details",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html116",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eamewph"
- },
- {
- "label": "On my first day of class, I'll be:",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "values": [
- {
- "value": "single",
- "label": "Single",
- "shortcut": ""
- },
- {
- "label": "Separated/divorced/widowed",
- "value": "other",
- "shortcut": ""
- },
- {
- "value": "married",
- "label": "Married/common-law",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "onlyAvailableItems": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "Relationship Status",
- "key": "relationshipStatus",
- "attributes": {
- "id": "relationshipStatus",
- "data-cy": "relationshipStatus"
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "etykfub"
- },
- {
- "title": "Married/common law Panel",
- "collapsible": false,
- "hideLabel": true,
- "key": "marriedPanel",
- "conditional": {
- "show": true,
- "when": "relationshipStatus",
- "eq": "married"
- },
- "type": "panel",
- "label": "Married/Common law Panel",
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "breadcrumbClickable": false,
- "scrollToTop": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Date of marriage or date of start of living together in a marriage-like relationship",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "dateOfMarriageOrDateOfStartOfLivingTogetherInAMarriageLikeRelationship",
- "conditional": {
- "show": true,
- "when": "relationshipStatus",
- "eq": "married"
- },
- "type": "textfield",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "ersuy3a"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e7tef3v"
- },
- {
- "label": "Do you have any dependants?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "errorLabel": "Dependent",
- "key": "hasDependents",
- "attributes": {
- "id": "hasDependents",
- "data-cy": "hasDependents"
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e2utfe"
- },
- {
- "title": "Add Dependants Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "addDependantsPanel",
- "conditional": {
- "show": true,
- "when": "hasDependents",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Add Dependants Panel",
- "input": false,
- "tableView": false,
- "allowPrevious": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Add dependants",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html61",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e170v1"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "We use this information to ensure that we take into account your eligibility for certain benefits.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html62",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ergvdq"
- },
- {
- "label": "Dependants",
- "reorder": false,
- "addAnother": "Add Another Dependant",
- "addAnotherPosition": "bottom",
- "defaultOpen": false,
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "hideLabel": true,
- "tableView": false,
- "defaultValue": [
- {
- "fullName": "",
- "dateOfBirth": "",
- "attendingPostSecondarySchool": "",
- "declaredOnTaxes": "",
- "validDependent": null,
- "age": null,
- "isavalidDependant": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "key": "dependants",
- "conditional": {
- "show": true,
- "when": "hasDependents",
- "eq": "yes"
- },
- "type": "datagrid",
- "input": true,
- "components": [
- {
- "key": "fieldset",
- "type": "fieldset",
- "label": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "label": "Full name",
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "fullName",
- "type": "textfield",
- "input": true,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eb4ko98"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "label": "Date of birth",
- "placeholder": "Select date",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "customClass": "font-weight-bold",
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": ""
- },
- "key": "dateOfBirth",
- "type": "textfield",
- "input": true,
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "plain",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "id": "eqxpkn"
- }
- ],
- "width": 4,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 4
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns2",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "e2m404f"
- },
- {
- "label": "Attending post secondary institution",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "attendingPostSecondarySchool",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "attendingPostSecondarySchool"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e4ygtut",
- "defaultValue": ""
- },
- {
- "label": "Declared on taxes due to a disability",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "declaredOnTaxes",
- "attributes": {
- "data-cy": "declaredOnTaxes"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ea0vyrg"
- },
- {
- "title": "Upload panel",
- "collapsible": false,
- "hideLabel": true,
- "key": "uploadPanel",
- "conditional": {
- "show": true,
- "when": "dependants.declaredOnTaxes",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Upload panel",
- "buttonSettings": {
- "previous": true,
- "cancel": true,
- "next": true
- },
- "breadcrumbClickable": true,
- "scrollToTop": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Dependant’s income tax",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "dependantsIncomeTaxApplicationException",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e52khib"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload proof of your dependants income tax return for 20[XX]",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html63",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5k2du8"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide one proof that your dependant has been approved for federal or provincial disability benefits.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0bawhv"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Notice of Determination or
\r\n - Disability Tax Credit statement or
\r\n - Other documents that shows receipt of Disability Tax Credits or benefits from Canada Revenue Agency (CRA)
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html31",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2cvbfb"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_DependantsFirstNameLastName_TaxYear\" \n (e.g. JessLee_AlexLeeTax_2025)\n
\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html38",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eni5dnf"
- },
- {
- "label": "PD Dependent",
- "tableView": false,
- "storage": "url",
- "dir": "PD Dependent",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4 MB",
- "multiple": true,
- "redrawOn": "dependants.declaredOnTaxes",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "key": "pdDependentUpload",
- "type": "file",
- "url": "student/files",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "evdve9"
- },
- {
- "input": false,
- "key": "columns8",
- "tableView": false,
- "label": "Columns",
- "type": "columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content48",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4fxdd"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content48",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5tvgqk"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ep77j8"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ec900o"
- },
- {
- "label": "IsAValidDependant",
- "calculateValue": "value = (((row.validDependent <= 18) && (row.validDependent >= 0)) || \n(row.validDependent >= 19 && row.validDependent <= 22 && row.attendingPostSecondarySchool === \"yes\") || \n(row.declaredOnTaxes === \"yes\"));",
- "key": "isavalidDependant",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ex4d8je"
- },
- {
- "label": "ValidDependent",
- "calculateValue": "//value =-1 is connected , to Will you have a child age 11 years or under in daycare?, pls check the logic, before you change the -1\r\nvalue = -1;\r\nconst studyTime = data.studystartDate\r\n ? new Date(data.studystartDate).getTime()\r\n : data.selectedOfferingDate\r\n ? new Date(data.selectedOfferingDate).getTime()\r\n : null;\r\nif (studyTime) {\r\n const birthDateTime = new Date(row.dateOfBirth).getTime();\r\n const difference = studyTime - birthDateTime;\r\n const age = difference / (1000 * 60 * 60 * 24 * 365);\r\n value = parseInt(age);\r\n}",
- "key": "validDependent",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ewllvk"
- }
- ],
- "id": "eja9nnp000000000000000000",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "legend": "",
- "inDataGrid": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "eloofid"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "esww5zq"
- },
- {
- "label": "Do you have any dependents that you support financially but do not have sole custody of?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "supportnocustodyDependants",
- "attributes": {
- "data-cy": "supportnocustodyDependants"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eftpw4a"
- },
- {
- "title": "Dependents that you support financially but do not have sole custody",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "dependentsThatYouSupportFinanciallyButDoNotHaveSoleCustody",
- "conditional": {
- "show": true,
- "when": "supportnocustodyDependants",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Dependents that you support financially but do not have sole custody",
- "input": false,
- "tableView": false,
- "allowPrevious": false,
- "components": [
- {
- "label": "Application Exception - Dependant’s shared custody",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "dependantsSharedCustodyApplicationException",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ejf7zcr"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload proof of your shared custody",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html63",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eob3sy"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "You can be assessed as a single parent if you have shared custody of your children for an average of at least 8 days each month.",
- "refreshOnChange": false,
- "key": "html64",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eyw4xqx",
- "className": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Proof of shared custody Instructions
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html18",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eh8rhh"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to \"FirstnameLastname_DependantsCustody\"
\n (e.g. JessLee_DependantsCustody”)\n
\n",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html19",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e077vgk"
- },
- {
- "label": "Dependant custody file upload",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "storage": "url",
- "dir": "Dependant custody",
- "fileNameTemplate": "",
- "image": false,
- "uploadOnly": false,
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMinSize": "0KB",
- "fileMaxSize": "4MB",
- "multiple": true,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "dependantCustodyFileUpload",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "supportnocustodyDependants",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "file",
- "url": "student/files",
- "imageSize": "200",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "privateDownload": false,
- "id": "e90zuwt"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content48",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ev70kd"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content49",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e04s6qd"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns8",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "er779qp"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e88jxwl"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eltfaqn"
- },
- {
- "label": "Show Parent Information",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "data",
- "customDefaultValue": "",
- "calculateValue": "if (data.hasDependents === 'no' && (data.relationshipStatus === 'single' || data.relationshipStatus === 'other') && data.outOfHighSchoolFor4Years === 'no' && data.howWillYouBeAttendingTheProgram === \"Full Time\") {\n instance.setValue (true);\n}\nelse {\n instance.setValue (false);\n}",
- "calculateServer": true,
- "key": "showParentInformation",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "essfav",
- "lockKey": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "etsbz9o",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Partner information",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page7",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "relationshipStatus",
- "eq": "married"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Partner Information",
- "breadcrumb": "default",
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "tabindex": "",
- "breadcrumbClickable": true,
- "scrollToTop": true,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Partner information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html65",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eul8srr"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your partner.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html66",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e4j8vze"
- },
- {
- "title": "Partner details",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel3",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Partner details",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html117",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ez14edi"
- },
- {
- "label": "Does your partner have a valid Social Insurance Number?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "isYourSpouseACanadianCitizen",
- "attributes": {
- "data-cy": "isYourSpouseACanadianCitizen"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ebhbans"
- },
- {
- "label": "Additional information required",
- "className": "alert alert-info fa fa-info-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Please be advised your partner will need to sign in to StudentAid BC and provide additional information.
\r\nPlease check your email after submitting your application. An email will be sent to you with instructions for your partner to sign in. Your application cannot proceed until this information is received.\r\n
",
- "refreshOnChange": false,
- "customClass": "banner-info",
- "key": "additionalInformationRequired",
- "conditional": {
- "show": true,
- "when": "isYourSpouseACanadianCitizen",
- "eq": "yes"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ei037zq"
- },
- {
- "label": "Spouse Estimation",
- "className": "alert alert-warning fa fa-exclamation-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Please be advised this could delay your application \n
\nSince we’re unable to validate your partner’s information with Canada Revenue Agency (CRA), please estimate your partner’s income.",
- "refreshOnChange": false,
- "customClass": "banner-warning",
- "key": "spouseEstimation",
- "conditional": {
- "show": true,
- "when": "isYourSpouseACanadianCitizen",
- "eq": "no"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e221y6i"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eaxeja"
- },
- {
- "title": "Partner Income Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "partnerIncomePanel",
- "conditional": {
- "show": true,
- "when": "isYourSpouseACanadianCitizen",
- "eq": "no"
- },
- "type": "panel",
- "label": "Partner Income Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Partner income",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html67",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1xlwr"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your partners income.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html68",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eoar7nv"
- },
- {
- "label": "I have been authorized by my partner to submit their financial information including their net income (previous tax year's return's Line 15000 information)",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerAuthorized",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "es4nl35"
- },
- {
- "label": "What was your partner’s income (as shown on line 15000 of previous year’s Canada Revenue Agency tax return)? If they didn’t file taxes, enter total income from all sources in and outside of Canada.",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "estimatedSpouseIncome",
- "conditional": {
- "show": true,
- "when": "isYourSpouseACanadianCitizen",
- "eq": "no"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e9yrlbn",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "label": "Will your partner be employed full-time or part-time during your study period",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerEmployed",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerEmployed"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "enyf4g",
- "defaultValue": ""
- },
- {
- "label": "Will your partner be at home caring for eligible dependent children on a full-time basis during the your entire study period? ",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnercaringforeligibleDependent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnercaringforeligibleDependent"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ebw9ux",
- "defaultValue": ""
- },
- {
- "label": "Will your partner be living with you during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "livingWithPartner",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "livingWithPartner"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eoxnrvc",
- "defaultValue": ""
- },
- {
- "label": "Will your partner be a full-time post-secondary student for some or all of your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerfulltimeStudent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerfulltimeStudent"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "elp6tn6",
- "defaultValue": null
- },
- {
- "title": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudiesPanel",
- "conditional": {
- "show": true,
- "when": "partnerfulltimeStudent",
- "eq": "yes"
- },
- "type": "panel",
- "label": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "Number of Weeks",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "delimiter": false,
- "decimalLimit": "",
- "requireDecimal": false,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "min": "",
- "max": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "step": "any",
- "integer": ""
- },
- "errorLabel": "",
- "errors": "",
- "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudies",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "partnerfulltimeStudent",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "number",
- "spellcheck": true,
- "input": true,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "euxcw9w",
- "defaultValue": null,
- "inputType": "number"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eum6wts"
- },
- {
- "label": "Will your partner recieve income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerrecieveIncomeAssistance",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerrecieveIncomeAssistance"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "em2eoni",
- "defaultValue": ""
- },
- {
- "title": "Provide the total income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities that your partner will be receiving during your study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "provideTheTotalIncomeAssistanceSocialAssistanceWelfareAndOrBcIncomeAssistanceForPersonsWithDisabilitiesThatYourPartnerWillBeReceivingDuringYourStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "partnerrecieveIncomeAssistance",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Provide the total income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities that your partner will be receiving during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "partnertotalincomeAssistance",
- "conditional": {
- "show": true,
- "when": "partnerrecieveIncomeAssistance",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eyn3uvta",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e1rvvnw"
- },
- {
- "label": "Will your partner be in receipt of Employment Insurance benefits during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partneremploymentInsurance",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partneremploymentInsurance"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "efhh5xo",
- "defaultValue": ""
- },
- {
- "title": "Will your partner be in receipt of Employment Insurance benefits during the your study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "willYourPartnerBeInReceiptOfEmploymentInsuranceBenefitsDuringTheYourStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "partneremploymentInsurance",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Will your partner be in receipt of Employment Insurance benefits during the your study period Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter estimated amount that your partner will receive during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "partnerEICost",
- "conditional": {
- "show": true,
- "when": "partneremploymentInsurance",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "et1ybcb",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e4idhzf"
- },
- {
- "label": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerpermanentdisabilityBenefits",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerpermanentdisabilityBenefits"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e7pcvcq",
- "defaultValue": ""
- },
- {
- "title": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "willYourPartnerBeInReceiptOfFederalOrProvincialPermanentDisabilityBenefitsDuringTheYourStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "partnerpermanentdisabilityBenefits",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter estimated amount that your partner will receive during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "partnerFedralProvincialPDReceiptCost",
- "conditional": {
- "show": true,
- "when": "partnerpermanentdisabilityBenefits",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "epl4y3b",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "eh2gbg4"
- },
- {
- "label": "Will your partner be paying a Canada Student Loan and/or a provincial student loan regular scheduled payments during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerstudentLoan",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerstudentLoan"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eor4a75",
- "defaultValue": ""
- },
- {
- "title": "Will your partner be paying a Canada Student Loan and/or a provincial student loan regular scheduled payments during the your study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "willYourPartnerBePayingACanadaStudentLoanAndOrAProvincialStudentLoanRegularScheduledPaymentsDuringTheYourStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "partnerstudentLoan",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter amount that your partner will pay during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "partnerstudentloanCosts",
- "conditional": {
- "show": true,
- "when": "partnerstudentLoan",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "epa8hyi",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e5j24i"
- },
- {
- "label": "Will your partner be paying for child support and/or spousal support during the your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "partnerchildSupport",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "partnerchildSupport"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e1ja09r",
- "defaultValue": ""
- },
- {
- "title": "Will your partner be paying for child support and/or spousal support during the your study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "willYourPartnerBePayingForChildSupportAndOrSpousalSupportDuringTheYourStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "partnerchildSupport",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter amount that your partner will pay during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "partnerchildsupportCosts",
- "conditional": {
- "show": true,
- "when": "partnerchildSupport",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecc8w6j",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ei7pb6"
- },
- {
- "label": "Durring your study period, will your partner be taking care of eligible dependants? ",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ec3fha",
- "defaultValue": ""
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "erae6ji"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eo39uv9"
- },
- {
- "title": "Parent information",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page6",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": "true",
- "when": "showParentInformation",
- "eq": "true"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Parental information",
- "breadcrumb": "default",
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "tabindex": "",
- "breadcrumbClickable": true,
- "scrollToTop": true,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Parent information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html69",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ee8lggi"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your parent(s).",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html70",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e8vwcee"
- },
- {
- "title": "Parent details",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "parentDetails",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Parent details",
- "refreshOnChange": false,
- "key": "html119",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ey45d48",
- "tags": []
- },
- {
- "label": "Is your parent(s)/step-parent/sponsor/legal guardian a resident of B.C.?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- },
- {
- "label": "Both of my have parents have passed away and I have no legal guardian",
- "value": "bothOfMyHaveParentsHavePassedAwayAndIHaveNoLegalGuardian",
- "shortcut": ""
- },
- {
- "label": "I am estranged from both of my parents",
- "value": "estranged",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "parentbcResident",
- "attributes": {
- "data-cy": "parentbcResident"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "erwljzc",
- "tags": [],
- "lockKey": true
- },
- {
- "label": "Does your parent(s)/step-parent/sponsor/legal guardian have a valid Social Insurance Number?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "parentValidSinNumber",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = (data.parentbcResident && (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\"));",
- "logic": [],
- "attributes": {
- "data-cy": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ey0yir",
- "defaultValue": ""
- },
- {
- "label": "How many parents do you live with?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "1",
- "value": "1",
- "shortcut": ""
- },
- {
- "label": "2",
- "value": "2",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "numberOfParents",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "show = (data.parentbcResident && (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\"));",
- "logic": [],
- "attributes": {
- "data-cy": "numberOfParents"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e247lif",
- "defaultValue": ""
- },
- {
- "label": "HTML",
- "className": "alert alert-info fa fa-info-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Please be advised that your parent(s) will need to sign in and provide additional information.\r\n
Please check your email after submitting your application. An email will be sent to you with instructions for your parent(s) to sign in. Your application can not proceed until this information is received.",
- "refreshOnChange": false,
- "customClass": "banner-info",
- "key": "html11",
- "conditional": {
- "show": true,
- "when": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber",
- "eq": "yes"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "et05eef"
- },
- {
- "label": "HTML",
- "className": "alert alert-warning fa fa-exclamation-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " Please be advised this could delay your application \n
Since we’re unable to validate your partner’s information with Canada Revenue Agency (CRA), please estimate your parent(s) income.",
- "refreshOnChange": false,
- "customClass": "banner-warning",
- "key": "html2",
- "conditional": {
- "show": true,
- "when": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber",
- "eq": "no"
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eg3r17"
- },
- {
- "title": "Parental Info Request ",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "parentalInfoRequest",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "parentValidSinNumber",
- "eq": "no"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Parental Info Request ",
- "breadcrumb": "default",
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "tabindex": "",
- "breadcrumbClickable": false,
- "scrollToTop": false,
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Parent income",
- "refreshOnChange": false,
- "key": "html118",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0qlfa"
- },
- {
- "label": "I have been authorized by my parent(s) to submit their financial information including their net income (previous tax year's return's Line 15000 information)",
- "tableView": false,
- "defaultValue": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "key": "parentAuthorized",
- "type": "checkbox",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": true,
- "labelPosition": "right",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "ej0o81d"
- },
- {
- "label": "Please provide an estimation of your parents income",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "pleaseProvideAnEstimationOfYourParentsIncome",
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "et8xql",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "studentParentNetAssests",
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "etw5gsi",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "studentParentNetContribution",
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eewvsip",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "label": "HTML",
- "tag": "hr",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "refreshOnChange": false,
- "key": "html120",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "content": "",
- "id": "e1nb57p",
- "className": ""
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Your siblings and other parent dependents ",
- "refreshOnChange": false,
- "customClass": "header-md",
- "key": "html71",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ec3y9t"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "We use this information to ensure that we take into account your parent(s) responsibility to other dependants…",
- "refreshOnChange": false,
- "key": "html72",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e9av6ha",
- "className": ""
- },
- {
- "label": "Do your parents have dependants other than yourself?",
- "optionsLabelPosition": "right",
- "customClass": "font-weight-bold",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "doYourParentsHaveDependantsOtherThanYourself",
- "attributes": {
- "data-cy": "doYourParentsHaveDependantsOtherThanYourself"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ec5ince"
- },
- {
- "title": "Your siblings and other dependents panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "yourSiblingsAndOtherDependentsPanel",
- "conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Your Siblings and other Dependents Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Your siblings and other dependents ",
- "refreshOnChange": false,
- "customClass": "header-md",
- "key": "html73",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eodfyhh"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "We use this information to ensure that we take into account your parent(s) responsibility to other dependents…",
- "refreshOnChange": false,
- "key": "html74",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "et0uyjp",
- "className": ""
- },
- {
- "label": "",
- "reorder": false,
- "addAnother": "Add another dependant",
- "addAnotherPosition": "bottom",
- "layoutFixed": false,
- "enableRowGroups": false,
- "initEmpty": false,
- "tableView": false,
- "defaultValue": [
- {
- "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod": "",
- "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability": "",
- "ageAtStartOfYourStudyPeriod": ""
- }
- ],
- "key": "parentDependentTable",
- "conditional": {
- "show": true,
- "when": "doYourParentsHaveDependantsOtherThanYourself",
- "eq": "yes"
- },
- "type": "datagrid",
- "defaultOpen": false,
- "input": true,
- "components": [
- {
- "label": "Age at start of your study period",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "delimiter": false,
- "requireDecimal": false,
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "ageAtStartOfYourStudyPeriod",
- "type": "number",
- "input": true,
- "id": "er24b4x",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inDataGrid": true,
- "inputType": "number"
- },
- {
- "label": "Will this dependant be attending high school or full-time post-secondary school at the start of your study period?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "no",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod",
- "attributes": {
- "data-cy": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod"
- },
- "type": "radio",
- "input": true,
- "id": "eyib08",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "inDataGrid": true
- },
- {
- "label": "Did you parent(s) claim this dependant on their 20xx Income Tax Return due to a disability?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "no",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability",
- "attributes": {
- "data-cy": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability"
- },
- "type": "radio",
- "input": true,
- "id": "ezhtbqcj",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "inDataGrid": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": true,
- "lazyLoad": false,
- "disableAddingRemovingRows": false,
- "id": "e43w5za"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "evmmjfh"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eu9hjg"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ejm0rnl"
- },
- {
- "title": "Estranged details panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "estrangedDetailsPanel",
- "conditional": {
- "show": true,
- "when": "parentbcResident",
- "eq": "estranged"
- },
- "type": "panel",
- "label": "Estranged details panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Estranged from parents",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "estrangedFromParentsApplicationException",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "el7cxrc"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide supporting information ",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html75",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ee6k21"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "You may be assessed as an independent student if there has been a severe family breakdown that goes beyond the normal disagreements between parents and children.",
- "refreshOnChange": false,
- "key": "html76",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e9zei5r",
- "className": ""
- },
- {
- "label": "Please select the date you were estranged from your parents",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "Select date",
- "description": "",
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "calendar",
- "allowInput": true,
- "clickOpens": true,
- "enableDate": true,
- "enableTime": false,
- "mode": "single",
- "noCalendar": false,
- "format": "yyyy-MM-dd",
- "dateFormat": "yyyy-MM-dd",
- "useLocaleSettings": false,
- "hourIncrement": 1,
- "minuteIncrement": 5,
- "time_24hr": false,
- "saveAs": "text",
- "locale": "en"
- },
- "inputMask": "",
- "displayMask": "",
- "allowMultipleMasks": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "minLength": "",
- "maxLength": "",
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "estrangedDate",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textfield",
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "addons": [],
- "inputType": "text",
- "id": "e54f3p9",
- "defaultValue": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "customClass": "header-sm",
- "key": "html77",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "efwpcq",
- "className": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\nA letter from a third party (a social service agency or other professional with direct knowledge of your situation) that includes the following information:
\r\n\r\n - Their relationship to you and your family
\r\n - Their profession
\r\n - Their statement confirming the nature of the breakdown
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html20",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e9z7pv"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Please upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Parents\"
\r\n (e.g. JessieLee_Parents)\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html21",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecfi9yd"
- },
- {
- "label": "Upload supporting documents (optional):",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "customClass": "font-weight-bold",
- "tabindex": "",
- "hidden": false,
- "hideLabel": true,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "storage": "url",
- "dir": "Estranged Details",
- "fileNameTemplate": "",
- "image": false,
- "uploadOnly": false,
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMinSize": "0KB",
- "fileMaxSize": "4MB",
- "multiple": true,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "estrangedFileUpload",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "parentbcResident",
- "eq": "estranged",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "file",
- "url": "student/files",
- "imageSize": "200",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "defaultValue": null,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "privateDownload": false,
- "id": "e9l8wcm",
- "options": "",
- "fileKey": ""
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content50",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "efdt3wr"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content51",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ef6c50a"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns9",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eb17cap"
- },
- {
- "title": "Parent is not a BC Resident",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": true,
- "cancel": true,
- "next": true
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "parentIsNotABcResident",
- "conditional": {
- "show": true,
- "when": "parentbcResident",
- "eq": "no"
- },
- "type": "panel",
- "label": "Parent is not a BC Resident",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Parent's Residency",
- "labelWidth": "",
- "labelMargin": "",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "parentsResidencyApplicationException",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "exe9blq"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide supporting information ",
- "refreshOnChange": false,
- "customClass": "header-md",
- "hidden": false,
- "modalEdit": false,
- "key": "html78",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ebc0l6"
- },
- {
- "label": "HTML",
- "className": "alert alert-warning fa fa-exclamation-circle",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": " You indicated that your parent(s) are not B.C. residents\n
If any of the following circumstances apply, you may still be eligible for StudentAid BC funding.",
- "refreshOnChange": false,
- "customClass": "banner-warning",
- "key": "html4",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e9k29ch"
- },
- {
- "label": "Which of the following best describes your situation?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Your parent(s) live in or maintain a family home in B.C.",
- "value": "yourParentSLiveInOrMaintainAFamilyHomeInBC",
- "shortcut": ""
- },
- {
- "label": "Your parent(s) live in B.C. but your sponsor lives in another province.",
- "value": "yourParentSLiveInBCButYourSponsorLivesInAnotherProvince",
- "shortcut": ""
- },
- {
- "label": "Your parent(s) are separated and the parent you normally live with or who supports you financially is a B.C. resident.",
- "value": "yourParentSAreSeparatedAndTheParentYouNormallyLiveWithOrWhoSupportsYouFinanciallyIsABCResident",
- "shortcut": ""
- },
- {
- "label": "Your parent(s) have been stationed abroad (e.g. military service) but lived in B.C. for at least 12 months before leaving the country",
- "value": "yourParentSHaveBeenStationedAbroadEGMilitaryServiceButLivedInBCForAtLeast12MonthsBeforeLeavingTheCountry",
- "shortcut": ""
- },
- {
- "label": "Your parent(s) are not living in Canada and you are studying in B.C.",
- "value": "yourParentSAreNotLivingInCanadaAndYouAreStudyingInBC",
- "shortcut": ""
- },
- {
- "label": "Your parent(s) moved to another province, but you stayed in B.C. to start or continue your post-secondary studies",
- "value": "yourParentSMovedToAnotherProvinceButYouStayedInBCToStartOrContinueYourPostSecondaryStudies",
- "shortcut": ""
- },
- {
- "label": "None of the above",
- "value": "noneOfTheAbove",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "parentSituation",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "parentbcResident",
- "eq": "no",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "parentSituation"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e4kl12",
- "defaultValue": ""
- },
- {
- "label": "Why you should be considered a resident for StudentAid BC purposes andWhy you haven't applied to your parent(s)' province of residency",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "rows": 3,
- "tooltip": "",
- "prefix": "",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "editor": "",
- "autoExpand": false,
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "showWordCount": false,
- "showCharCount": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": true,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "inputFormat": "html",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": false,
- "minLength": "",
- "maxLength": 500,
- "minWords": "",
- "maxWords": "",
- "pattern": "",
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "bcResidentLongText",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "parentSituation",
- "eq": "noneOfTheAbove",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "textarea",
- "wysiwyg": false,
- "input": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputMask": "",
- "fixedSize": true,
- "id": "e3zzrxo",
- "defaultValue": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "customClass": "header-sm",
- "key": "html79",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "evy207m",
- "className": ""
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Proof of address (e.g. paid utility receipts), or
\r\n - Letter from a professional third party or
\r\n - Official post-secondary transcripts or
\r\n - Student financial assistance denial letter from your previous province of residency
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html22",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eba2c7"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Please upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_ParentsResidency\"
\r\n (e.g. JessieLee_ParentsResidency)\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "hidden": false,
- "modalEdit": false,
- "key": "html23",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ez4psa8"
- },
- {
- "label": "Upload supporting documents",
- "hideLabel": true,
- "tableView": false,
- "storage": "base64",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4MB",
- "key": "parentNotBCResidentFileUpload",
- "type": "file",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "egjvujk"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content52",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eb410r"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content53",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0aaiai"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns10",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "elphaz"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "edpdb4q"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "egztvc"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ekw5h2l"
- },
- {
- "title": "Financial information",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page4",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Financial Information",
- "tabindex": "",
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Financial information",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html80",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ek71wts"
- },
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide information about your finances.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html81",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "egkzqq8"
- },
- {
- "title": "2020 Tax return income panel",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "TaxReturnIncomePanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "2020 Tax Return Income Panel",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "2020 Income tax return",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html82",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eoetsejm"
- },
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Enter your reported total income from line 15000 of your 2020 income tax return. This income will be matched with Canada Revenue Agency records, which may affect your assessment of need and/or grant eligibility. \n\nIf you did not file a 2020 income tax return, enter your total income from all sources both inside and outside of Canada.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html83",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "ezaww3",
- "addons": []
- },
- {
- "label": "My total income in 2020 was:",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "taxReturnIncome",
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "id": "ei8r8ok",
- "addons": [],
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "title": "CRA consent panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-bg-secondary",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "craConsentPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "Content",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "p",
- "className": "category-header-medium-small primary-color",
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "content": "Canada Revenue Agency consent",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "page4Content5",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "hideLabel": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ef5nzen"
- },
- {
- "key": "page4Content6",
- "label": "Content",
- "input": false,
- "attrs": [
- {
- "value": "",
- "attr": ""
- }
- ],
- "content": "For the purpose of verifying the data provided in this application for student assistance, I hereby consent to the release, by the Canada Revenue Agency, to the Ministry of Post Secondary and Future Skills (or a person delegated by the ministry), of taxpayer information from any portion of my income tax records that pertains to information given by me on any StudentAid BC application.\nThe information will be relevant to, and used solely for the purpose of determining and verifying my information and for my spouse’s eligibility for and entitlement to the following programs: Canada Student Grant for students with Permanent Disabilities, the BC Supplemental Bursary for Students with a Permanent Disability, Canada Student Grant for Part-time Students, Canada Student Loan for Part-time Studies, and if eligible, Canada Student Grant for Part-time Students with Dependants under the Canada Student Financial Assistance Act.\n\nThis information will not be disclosed to any other person or organization without my prior approval. This authorization is valid for the two taxation years prior to the year of signature of this consent, the year of signature of this consent and for any other subsequent consecutive taxation year for which assistance is requested.",
- "type": "htmlelement",
- "hideLabel": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tag": "p",
- "id": "e12bspp",
- "addons": [],
- "className": ""
- }
- ],
- "id": "eo4yj69"
- },
- {
- "label": "I give the Canadian Revenue Agency consent to verify the data I have provided in my application.",
- "customClass": "font-weight-bold",
- "tableView": true,
- "defaultValue": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "Canadian Revenue Agency consent",
- "key": "craConsent",
- "type": "checkbox",
- "input": true,
- "dataGridLabel": false,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "labelPosition": "right",
- "description": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "inputType": "checkbox",
- "value": "",
- "name": "",
- "id": "eqxobp2",
- "addons": []
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "e910xkr",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Financial circumstances panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "financialCircumstancesPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Financial circumstances",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html86",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ez1i9pw"
- },
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "If you have had, or anticipate having a significant decrease in income for 2021, you may request to be assessed using this year's estimated income.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html87",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "eui7cei",
- "addons": []
- },
- {
- "label": "Do you want to be assessed with this year's estimated income?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "hasSignificantDegreeOfIncome",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "hasSignificantDegreeOfIncome"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ee3su14",
- "defaultValue": ""
- },
- {
- "title": "Decrease in income panel",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "decreaseInIncomePanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "hasSignificantDegreeOfIncome",
- "eq": "yes"
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Decrease in Income. Panel",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "allowPrevious": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide supporting information ",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html84",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eqwkkg"
- },
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Add your actual income from the beginning of the calendar year up to the date of your application and your estimated income for the remainder of that calendar year to calculate your total current year income.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html85",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "e4m9daa",
- "addons": []
- },
- {
- "label": "My total current year income is:",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "myTotalCurrentYearIncomeIs",
- "conditional": {
- "show": true,
- "when": "hasSignificantDegreeOfIncome",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "id": "et21m",
- "addons": [],
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- },
- {
- "label": "Select the reason for your significant decrease in income.",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "COVID-19",
- "value": "covid19",
- "shortcut": ""
- },
- {
- "label": "Medical illness or injury",
- "value": "medicalIllnessOrInjury",
- "shortcut": ""
- },
- {
- "label": "Family emergency (e.g., death or injury)",
- "value": "familyEmergencyEGDeathOrInjury",
- "shortcut": ""
- },
- {
- "label": "Natural disaster",
- "value": "naturalDisaster",
- "shortcut": ""
- },
- {
- "label": "Layoff, strike, lockout or other reduction in earnings beyond the family’s control",
- "value": "layoffStrikeLockoutOrOtherReductionInEarningsBeyondTheFamilysControl",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": false,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "reasonsignificantdecreaseInIncome",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "hasSignificantDegreeOfIncome",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "reasonsignificantdecreaseInIncome"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "edde5i9",
- "defaultValue": ""
- },
- {
- "title": "Other exceptional circumstance Panel",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "otherExceptionalCircumstancePanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "reasonsignificantdecreaseInIncome",
- "eq": "other"
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Other exceptional circumstance Panel",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Please explain your situation:",
- "placeholder": "Type of expense, when expenses occurred and amount",
- "autoExpand": false,
- "tableView": true,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "key": "pleaseExplainYourExceptionalCircumstance",
- "conditional": {
- "show": true,
- "when": "reasonsignificantdecreaseInIncome",
- "eq": "other"
- },
- "type": "textarea",
- "input": true,
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "spellcheck": true,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ezeo4r",
- "addons": [],
- "displayMask": "",
- "truncateMultipleSpaces": false
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "ermw1li",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "e0c3le4",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "erkahla"
- },
- {
- "title": "Financial exceptional costs panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "exceptionalCostsPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Financial exceptional costs",
- "refreshOnChange": false,
- "key": "html88",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ejy5akn"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "If you have had exceptional circumstances that impact your finances, you may request that these be considered as part of your assessment.",
- "refreshOnChange": false,
- "key": "html89",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "elz4uo",
- "className": ""
- },
- {
- "label": "Do you want to submit an exemption request for exceptional expenses?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "exceptionalExpense",
- "attributes": {
- "data-cy": "exceptionalExpense"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e3ruu1"
- },
- {
- "title": "Exemption request for exceptional expenses Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "exemptionRequestForExceptionalExpensesPanel",
- "conditional": {
- "show": true,
- "when": "exceptionalExpense",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Exceptional Expenses",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "exceptionalExpensesApplicationException",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e78m1ow"
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide supporting information ",
- "refreshOnChange": false,
- "key": "html90",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "evabvdw"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "If you are living at home and need to pay room and board, additional expenses may be considered as part of your assessment.",
- "refreshOnChange": false,
- "key": "html121",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e9vsa6r",
- "className": ""
- },
- {
- "label": "Select the reason for your significant decrease in income:",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Medical illness or injury",
- "value": "medicalIllnessOrInjury",
- "shortcut": ""
- },
- {
- "label": "Family emergency (e.g. death or injury)",
- "value": "familyEmergencyEGDeathOrInjury",
- "shortcut": ""
- },
- {
- "label": "Natural disaster",
- "value": "naturalDisaster",
- "shortcut": ""
- },
- {
- "label": "Unforseen legal expenses",
- "value": "unforseenLegalExpenses",
- "shortcut": ""
- },
- {
- "label": "Court-ordered payments",
- "value": "courtOrderedPayments",
- "shortcut": ""
- },
- {
- "label": "Expenses related to a disability (yours or your dependent's) not covered by other funding (e.g. insurance, grants)",
- "value": "expensesRelatedToADisabilityYoursOrYourDependentsNotCoveredByOtherFundingEGInsuranceGrants",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "key": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong",
- "attributes": {
- "data-cy": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "euojgnj"
- },
- {
- "label": "Type of expense andWhen expenses occurred andAmount",
- "autoExpand": false,
- "tableView": true,
- "key": "strongPleaseExplainYourSituationStrong",
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "ekefms8"
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "key": "html91",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eo1cjdj"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide one of the documents below.",
- "refreshOnChange": false,
- "key": "html92",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eq7e38",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - A copy of your insurance or claim information
\r\n - Receipts showing payment of costs
\r\n - Bank statement
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html24",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "evksdr7",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Expenses\" before uploading
\r\n (e.g. JessieLee_Expenses)\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html25",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e99y2i9",
- "className": ""
- },
- {
- "label": "ExceptionalExpenseFile",
- "hideLabel": true,
- "tableView": false,
- "storage": "url",
- "dir": "Exemption Request for Exceptional Expenses",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4MB",
- "multiple": true,
- "key": "exceptionalExpenseFile",
- "conditional": {
- "show": true,
- "when": "exceptionalExpense",
- "eq": "yes"
- },
- "type": "file",
- "url": "student/files",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "ea87f6w"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content54",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "egdox9m"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content55",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecwx4udn"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns11",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "eajxvgi"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ejevzg"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "epexkwn"
- },
- {
- "title": "Dependant care costs panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "dependantCareCostsPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Dependant care costs",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html93",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "elcakd"
- },
- {
- "label": "Will you have a child age 11 years or under in daycare? ",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "haveDaycareCosts11YearsOrUnder",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "haveDaycareCosts11YearsOrUnder"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "evwiagm",
- "defaultValue": ""
- },
- {
- "title": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "daycareCostsThatYouIncurForYourChildRenAge11YearsOrUnderPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "haveDaycareCosts11YearsOrUnder",
- "eq": "yes"
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "What are the daycare costs that you incur for your child(ren) age 11 years or under?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "$",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "currency": "CAD",
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "daycareCosts11YearsOrUnder",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "haveDaycareCosts11YearsOrUnder",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecj5fir",
- "defaultValue": "",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "ex4ttdg",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Will you have unsubsidized day-care costs during class hours for disabled/infirm dependants 12 years of age or older? ",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "haveDaycareCosts12YearsOrOver",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "haveDaycareCosts12YearsOrOver"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "epsy0r",
- "defaultValue": ""
- },
- {
- "title": "Total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirmed dependents 12 years of age and older Panel",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "totalUnsubsidizedDayCareCostsDuringClassHoursForTheProposedStudyPeriodForDisabledInfirmedDependents12YearsOfAgeAndOlderPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "haveDaycareCosts12YearsOrOver",
- "eq": "yes"
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirmed dependents 12 years of age and older Panel",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "What are the total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirm dependants 12 years of age and older?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "$",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "currency": "CAD",
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "daycareCosts12YearsOrOver",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "haveDaycareCosts12YearsOrOver",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e3j5fb",
- "defaultValue": "",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "evhgz3v",
- "addons": [],
- "lazyLoad": false
- },
- {
- "label": "Will you be paying child support and/or spousal support during your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "childSupport",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "childSupport"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e99dfk",
- "defaultValue": ""
- },
- {
- "title": "Amount paid during study period Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "amountPaidDuringStudyPeriodPanel",
- "conditional": {
- "show": true,
- "when": "childSupport",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the amount that you will pay during your study period.",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "placeholder": "",
- "description": "",
- "tooltip": "",
- "prefix": "$",
- "suffix": "",
- "widget": {
- "type": "input"
- },
- "displayMask": "",
- "customClass": "",
- "tabindex": "",
- "autocomplete": "",
- "hidden": false,
- "hideLabel": false,
- "mask": false,
- "autofocus": false,
- "spellcheck": true,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "multiple": false,
- "persistent": true,
- "currency": "CAD",
- "inputFormat": "plain",
- "protected": false,
- "dbIndex": false,
- "case": "",
- "truncateMultipleSpaces": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validateOn": "change",
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "unique": false,
- "errorLabel": "",
- "errors": "",
- "key": "childsupportCosts",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": true,
- "when": "childSupport",
- "eq": "yes",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "epr14r",
- "defaultValue": "",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "es4kfrt",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "id": "e8eyzqr"
- },
- {
- "title": "Other financial support panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "otherFinancialSupportPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Other financial support",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html95",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "esfpv1r"
- },
- {
- "label": "Will you have merit-based scholarships or need-based bursaries, including provincial government scholarships received during your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "scholarshipsReceived",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "scholarshipsReceived"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ev98cn",
- "defaultValue": ""
- },
- {
- "title": "Merit-based scholarships panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "meritBasedScholarshipsPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "scholarshipsReceived",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the amount that you will receive from merit-based scholarships or need-based bursaries (including provincial government scholarships) during your study period.",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "scholarshipsreceviedCosts",
- "conditional": {
- "show": true,
- "when": "scholarshipsReceived",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e5vnv6j",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e8zng0a"
- },
- {
- "label": "Will you receive voluntary contributions from parent(s)/step-parent/sponsor/legal guardian?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "parentvoluntaryContributions",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "parentvoluntaryContributions"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ezs4n5j",
- "defaultValue": ""
- },
- {
- "title": "Voluntary contributions from parents panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "voluntaryContributionsFromParentsPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "parentvoluntaryContributions",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the estimated amount that you will receive from your parent(s)/step-parent/sponsor/legal guardian.",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "parentvoluntarycontributionsCosts",
- "conditional": {
- "show": true,
- "when": "parentvoluntaryContributions",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e1b6m3",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eghibs"
- },
- {
- "label": "Will you have government funding (e.g., E.I. training allowance, social assistance payment intended to cover education -related costs) during your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "governmentFunding",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "governmentFunding"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "ecjcn2t",
- "defaultValue": ""
- },
- {
- "title": "Government funding panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "governmentFundingPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "governmentFunding",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the amount of government funding that you will receive during your study period.",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "governmentFundingCosts",
- "conditional": {
- "show": true,
- "when": "governmentFunding",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eci37x",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eqfw6u"
- },
- {
- "label": "Will you have non-government (private sector) funding (e.g., employer) during your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "nonGovernmentFunding",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "nonGovernmentFunding"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eynn3e9",
- "defaultValue": ""
- },
- {
- "title": "Non-government funding panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "nonGovernmentFundingPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "nonGovernmentFunding",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the amount of non-government (private sector) funding that you will receive during your study period.",
- "prefix": "$",
- "customClass": "font-weight-bold",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "nongovernmentfundingCosts",
- "conditional": {
- "show": true,
- "when": "nonGovernmentFunding",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "erxvhyh",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ekjho6l"
- },
- {
- "label": "Will you have B.C. income assistance for persons with disabilities that you will be receiving under the Employment and Assistance for Persons with Disabilities Act during your study period?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "bcIncomeassistanceforDisabilities",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "bcIncomeassistanceforDisabilities"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e36aa1l",
- "defaultValue": ""
- },
- {
- "title": "BC disability income assistance panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "bcDisabilityIncomeAssistancePanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "bcIncomeassistanceforDisabilities",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Enter the estimated amount of B.C. income assistance that you will receive during your study period.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "USD",
- "inputFormat": "plain",
- "truncateMultipleSpaces": false,
- "key": "bcIncomeassistancefordisabilitiesCosts",
- "conditional": {
- "show": true,
- "when": "bcIncomeassistanceforDisabilities",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ea92fth",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "e5z8tui"
- }
- ],
- "id": "e2sbql7"
- },
- {
- "title": "Living situation panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "livingSituationPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Living Situation",
- "refreshOnChange": false,
- "key": "html97",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eo59fct"
- },
- {
- "label": "Will you be living in a home paid for by your parent(s)/step-parent/sponsor/legal guardian during your study period?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": true,
- "values": [
- {
- "value": "yes",
- "label": "Yes",
- "shortcut": ""
- },
- {
- "value": "no",
- "label": "No",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "errorLabel": "Living with your parent/guardian",
- "key": "livingWithParents",
- "attributes": {
- "data-cy": "livingWithParents"
- },
- "type": "radio",
- "input": true,
- "lockKey": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "eo9gian"
- },
- {
- "title": "Room and board rent panel",
- "collapsible": false,
- "hideLabel": true,
- "key": "roomAndBoardRentPanel",
- "conditional": {
- "show": true,
- "when": "livingWithParents",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Will you be paying room and board (rent) to your parent(s)/step-parent/sponsor/legal guardian?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "livingathomeRent",
- "conditional": {
- "show": true,
- "when": "livingWithParents",
- "eq": "yes"
- },
- "attributes": {
- "data-cy": "livingathomeRent"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e3w53xm"
- },
- {
- "title": "Your parent(s)/step-parent/sponsor/legal guardian situation Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "collapsible": false,
- "hideLabel": true,
- "key": "yourParentSStepParentSponsorLegalGuardianSituationPanel",
- "conditional": {
- "show": true,
- "when": "livingathomeRent",
- "eq": "yes"
- },
- "type": "panel",
- "label": "Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Rent living situation",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "rentLivingSituationApplicationException",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "e535uwp"
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please add supporting information",
- "refreshOnChange": false,
- "key": "html98",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eja07mq"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "If you are living at home and need to pay room and board, additional expenses may be considered as part of your assessment",
- "refreshOnChange": false,
- "key": "html99",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eupcebe",
- "className": ""
- },
- {
- "label": "Which of the following best describes your parent(s)/step-parent/sponsor/legal guardian situation?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "Receiving income assistance or permanent disability benefits",
- "value": "receivingIncomeAssistanceOrPermanentDisabilityBenefits",
- "shortcut": ""
- },
- {
- "label": "Receiving Canada Pension and/or old age supplement, with no other source of income or support",
- "value": "receivingCanadaPensionAndOrOldAgeSupplementWithNoOtherSourceOfIncomeOrSupport",
- "shortcut": ""
- },
- {
- "label": "Earning low income, and/or unemployed due to layoff, strike or lockout.",
- "value": "earningLowIncomeAndOrUnemployedDueToLayoffStrikeOrLockout",
- "shortcut": ""
- },
- {
- "label": "Other",
- "value": "other",
- "shortcut": ""
- }
- ],
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "key": "livingathomerentDescription",
- "conditional": {
- "show": true,
- "when": "livingathomeRent",
- "eq": "yes"
- },
- "attributes": {
- "data-cy": "livingathomerentDescription"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "el21rfa"
- },
- {
- "label": "Please explain your situation:",
- "autoExpand": false,
- "tableView": true,
- "key": "textArea",
- "conditional": {
- "show": true,
- "when": "livingathomerentDescription",
- "eq": "other"
- },
- "type": "textarea",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "minLength": "",
- "maxLength": "",
- "pattern": "",
- "minWords": "",
- "maxWords": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "mask": false,
- "inputType": "text",
- "inputFormat": "html",
- "inputMask": "",
- "displayMask": "",
- "spellcheck": true,
- "truncateMultipleSpaces": false,
- "rows": 3,
- "wysiwyg": false,
- "editor": "",
- "fixedSize": true,
- "id": "etnpur"
- },
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "key": "html100",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e74jrh"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - A letter from your parent(s), step-parent(s), sponsor, or legal guardian explaining the amount charged and date you started to pay rent or
\r\n - Proof of payment
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html26",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e0mhupn",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Rent\" before uploading
\r\n (e.g. JessieLee_Rent)\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html27",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "en7ltf2",
- "className": ""
- },
- {
- "label": "Upload supporting documents (optional):",
- "hideLabel": true,
- "tableView": false,
- "storage": "url",
- "dir": "Parent(s)/step-parent/sponsor/legal guardian situation",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4MB",
- "multiple": true,
- "key": "parentLivingSituationFile",
- "type": "file",
- "url": "student/files",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "evwba29"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content56",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ejt0vhf"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content57",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e6qd7di"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns12",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "el3l6nu"
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "evufcu"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e9ztmvn"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "elm8scb"
- },
- {
- "title": "Transportation panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "transportationPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Transportation",
- "refreshOnChange": false,
- "customClass": "header-md",
- "hidden": false,
- "modalEdit": false,
- "key": "html101",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "etf9kj",
- "addons": []
- },
- {
- "label": "If you must relocate to a different city to attend school, do you want to provide a cost to be considered?",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "enxmjyj",
- "defaultValue": ""
- },
- {
- "title": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "ifYouMustRelocateToADifferentCityToAttendSchoolAndYouWillReturnHomeAtLeastOnceDuringYourStudyPeriodWhatIsTheCostOfOneReturnTripHomePanel",
- "conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
- "eq": "yes"
- },
- "type": "panel",
- "label": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home?",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "returntriphomeCost",
- "conditional": {
- "show": true,
- "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
- "eq": "yes"
- },
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "id": "ea21r2t",
- "addons": [],
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "tree": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "e0mlhmb",
- "addons": [],
- "lazyLoad": false
- }
- ],
- "id": "enu5jl9"
- },
- {
- "title": "Additional transportation cost",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "additionalTransportationCost",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Additional transportation cost",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html102",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "etbbd6"
- },
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "You may be eligible for an additional transportation allowance if there is limited or no local public transit where you live, or if you have special circumstances that require extra travel. ",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html103",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "eobcxlv",
- "addons": []
- },
- {
- "label": "Do you want to be assessed for additional transportation costs",
- "labelPosition": "top",
- "labelWidth": "",
- "labelMargin": "",
- "optionsLabelPosition": "right",
- "description": "",
- "tooltip": "",
- "customClass": "",
- "tabindex": "",
- "inline": false,
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "values": [
- {
- "label": "Yes",
- "value": "yes",
- "shortcut": ""
- },
- {
- "label": "No",
- "value": "no",
- "shortcut": ""
- }
- ],
- "dataType": "",
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "onlyAvailableItems": false,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {
- "data-cy": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong"
- },
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": false,
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "e26wllo",
- "defaultValue": ""
- },
- {
- "title": "Transportation Exception Content",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-unset",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "panel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": true,
- "when": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
- "eq": "yes"
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "Application Exception - Transportation",
- "calculateValue": "value = \"studentApplicationException\";",
- "calculateServer": true,
- "key": "transportationApplicationException",
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "hidden",
- "id": "ebhurj"
- },
- {
- "label": "Which of the following best describes your situation?",
- "optionsLabelPosition": "right",
- "inline": false,
- "tableView": false,
- "values": [
- {
- "label": "I don’t require additional transportation allowance.",
- "value": "notRequired",
- "shortcut": ""
- },
- {
- "label": "There is limited or no public transit where I live",
- "value": "noLimit",
- "shortcut": ""
- },
- {
- "label": "I am in a clinical or practicum placement that requires additional travel",
- "value": "educationPlacement",
- "shortcut": ""
- },
- {
- "label": "I have special circumstances that require additional travel (work, family responsibilities, living distance from school).",
- "value": "special",
- "shortcut": ""
- }
- ],
- "key": "transportationcostsituation",
- "conditional": {
- "show": true,
- "when": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
- "eq": "yes"
- },
- "type": "radio",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "onlyAvailableItems": false
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "inputType": "radio",
- "fieldSet": false,
- "id": "efqfe2q"
- },
- {
- "title": "Addition Transportation Panel",
- "breadcrumbClickable": false,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": false,
- "collapsible": false,
- "hideLabel": true,
- "key": "additionTransportationPanel",
- "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement');",
- "type": "panel",
- "label": "Addition Transportation Panel",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "tag": "h3",
- "className": "category-header-medium primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Upload supporting documents",
- "refreshOnChange": false,
- "key": "html104",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "esmabhd"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Please provide one of the documents below.",
- "refreshOnChange": false,
- "key": "html105",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e29azc",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Copy of your vehicle insurance and
\r\n - Work, clinical, or practicum location and schedule or
\r\n - Statement that outlines the family responsibilities that require additional travel (e.g. driving children to and from school or daycare) or
\r\n - Statement why you can’t move closer to your school
\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html28",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "euf75k",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Transportation\" before uploading
\r\n (e.g. JessieLee_Transportation)\r\n
",
- "refreshOnChange": false,
- "customClass": "align-bullets",
- "key": "html29",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "eo0wfja",
- "className": ""
- },
- {
- "label": "Upload supporting documents (optional):",
- "customClass": "font-weight-bold",
- "hideLabel": true,
- "tableView": false,
- "storage": "url",
- "dir": "Addition Transportation",
- "webcam": false,
- "fileTypes": [
- {
- "label": "",
- "value": ""
- }
- ],
- "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
- "fileMaxSize": "4MB",
- "multiple": true,
- "key": "transportationCostsFile",
- "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement');",
- "type": "file",
- "url": "student/files",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "image": false,
- "privateDownload": false,
- "imageSize": "200",
- "fileMinSize": "0KB",
- "uploadOnly": false,
- "id": "e9ybwvl"
- },
- {
- "label": "Columns",
- "columns": [
- {
- "components": [
- {
- "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content58",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "ecnc868"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- },
- {
- "components": [
- {
- "html": "4MB file limit each
\n",
- "label": "Content",
- "refreshOnChange": false,
- "key": "content59",
- "type": "content",
- "input": false,
- "tableView": false,
- "hideOnChildrenHidden": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e2l267"
- }
- ],
- "width": 6,
- "offset": 0,
- "push": 0,
- "pull": 0,
- "size": "md",
- "currentWidth": 6
- }
- ],
- "hideOnChildrenHidden": false,
- "key": "columns13",
- "type": "columns",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "autoAdjust": false,
- "id": "ek4ohwi"
- },
- {
- "label": "Please estimate your weekly transportation costs.",
- "prefix": "$",
- "mask": false,
- "spellcheck": true,
- "tableView": false,
- "currency": "CAD",
- "inputFormat": "plain",
- "validate": {
- "required": true,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false,
- "min": "",
- "max": "",
- "step": "any",
- "integer": ""
- },
- "key": "transportationcostsEstimate",
- "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement' || data.transportationcostsituation === 'other');",
- "type": "currency",
- "input": true,
- "delimiter": true,
- "placeholder": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": true,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e0owegk",
- "inputType": "text",
- "inputMask": "",
- "decimalLimit": 2,
- "requireDecimal": true
- }
- ],
- "allowPrevious": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "theme": "default",
- "breadcrumb": "default",
- "id": "ew7bwiw"
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "ev5rghf"
- }
- ],
- "id": "emvzoox"
- },
- {
- "input": true,
- "tableView": false,
- "key": "dependantstatus",
- "label": "Dependant Status",
- "protected": false,
- "unique": false,
- "persistent": true,
- "type": "hidden",
- "tags": [],
- "conditional": {
- "show": "",
- "when": null,
- "eq": ""
- },
- "properties": {},
- "calculateServer": true,
- "calculateValue": "/**\r\n * When parent information is entered if student selects\r\n * both the parents passed away \r\n * or estranged from both of my parents then consider the\r\n * student as not dependant.\r\n */\r\nconst isDependant =\r\n data.showParentInformation &&\r\n (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\");\r\n\r\nvalue = isDependant ? \"dependant\" : \"independant\";",
- "lockKey": true
- }
- ],
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "e9pkm6d",
- "addons": [],
- "lazyLoad": false
- },
- {
- "title": "Confirm submission",
- "theme": "default",
- "breadcrumb": "default",
- "breadcrumbClickable": true,
- "buttonSettings": {
- "previous": false,
- "cancel": false,
- "next": false
- },
- "scrollToTop": true,
- "tooltip": "",
- "customClass": "",
- "collapsible": false,
- "hidden": false,
- "hideLabel": false,
- "disabled": false,
- "modalEdit": false,
- "key": "page5",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "nextPage": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Confirm Submission",
- "tabindex": "",
- "components": [
- {
- "label": "HTML",
- "labelWidth": "",
- "labelMargin": "",
- "tag": "h2",
- "className": "category-header-large primary-color",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Confirm submission",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html106",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "eghrup9"
- },
- {
- "label": "HTML",
- "tag": "p",
- "className": "",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Confirm your application submission details below. Click on a previous step to edit your application answers.",
- "refreshOnChange": false,
- "customClass": "",
- "hidden": false,
- "modalEdit": false,
- "key": "html107",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "htmlelement",
- "input": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "tableView": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "id": "enm7da",
- "addons": []
- },
- {
- "title": "Declarations panel",
- "labelWidth": "",
- "labelMargin": "",
- "theme": "default",
- "tooltip": "",
- "customClass": "formio-panel-bg-secondary",
- "collapsible": false,
- "hidden": false,
- "hideLabel": true,
- "disabled": false,
- "modalEdit": false,
- "key": "declarationsPanel",
- "tags": [],
- "properties": {},
- "customConditional": "",
- "conditional": {
- "json": "",
- "show": null,
- "when": null,
- "eq": ""
- },
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "panel",
- "label": "Panel",
- "breadcrumb": "default",
- "tabindex": "",
- "input": false,
- "tableView": false,
- "components": [
- {
- "label": "HTML",
- "className": "category-header-medium-small pb-2",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "Declarations",
- "refreshOnChange": false,
- "customClass": "header-md",
- "key": "html108",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e342tgn"
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "StudentAid BC consent",
- "refreshOnChange": false,
- "key": "html1",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "ebh8ug",
- "className": ""
- },
- {
- "label": "HTML",
- "attrs": [
- {
- "attr": "",
- "value": ""
- }
- ],
- "content": "I am applying for funding to assist with my education under one or all of the following programs: Canada Student Loan for Part-time Studies, Canada Student Grant for students with Permanent Disabilities, the BC Supplemental Bursary for Students with a Permanent Disability, Canada Student Grant for Part-time Students, and if eligible, Canada Student Grant for Part-time Students with Dependants. Read More",
- "refreshOnChange": false,
- "key": "html",
- "type": "htmlelement",
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "addons": [],
- "tag": "p",
- "id": "e09oa3u",
- "className": ""
- }
- ],
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "tree": false,
- "lazyLoad": false,
- "id": "eiwesth"
- },
- {
- "label": "I give StudentAid BC consent to verify the data I have provided in my application",
- "labelWidth": "",
- "labelMargin": "",
- "description": "",
- "tooltip": "",
- "shortcut": "",
- "inputType": "checkbox",
- "customClass": "",
- "tabindex": "",
- "hidden": false,
- "hideLabel": false,
- "autofocus": false,
- "disabled": false,
- "tableView": false,
- "modalEdit": false,
- "defaultValue": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "clearOnHide": true,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "allowCalculateOverride": false,
- "validate": {
- "required": true,
- "customMessage": "",
- "custom": "",
- "customPrivate": false,
- "json": "",
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "errorLabel": "",
- "errors": "",
- "key": "studentAidBcConsent",
- "tags": [],
- "properties": {},
- "conditional": {
- "show": null,
- "when": null,
- "eq": "",
- "json": ""
- },
- "customConditional": "",
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "checkbox",
- "name": "",
- "value": "",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "refreshOn": "",
- "dataGridLabel": true,
- "labelPosition": "right",
- "widget": null,
- "validateOn": "change",
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "addons": [],
- "id": "e53huch"
- }
- ],
- "input": false,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "clearOnHide": false,
- "refreshOn": "",
- "redrawOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "autofocus": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": null,
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "tree": false,
- "id": "e602qx",
- "addons": [],
- "lazyLoad": false
- },
- {
- "autofocus": false,
- "input": true,
- "label": "Submit",
- "tableView": false,
- "key": "submit",
- "size": "md",
- "leftIcon": "",
- "rightIcon": "",
- "block": false,
- "action": "submit",
- "disableOnInvalid": false,
- "theme": "primary",
- "type": "button",
- "placeholder": "",
- "prefix": "",
- "customClass": "",
- "suffix": "",
- "multiple": false,
- "defaultValue": null,
- "protected": false,
- "unique": false,
- "persistent": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "redrawOn": "",
- "modalEdit": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "dbIndex": false,
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "widget": {
- "type": "input"
- },
- "attributes": {},
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "overlay": {
- "style": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "allowCalculateOverride": false,
- "encrypted": false,
- "showCharCount": false,
- "showWordCount": false,
- "properties": {},
- "allowMultipleMasks": false,
- "dataGridLabel": true,
- "id": "e1fb6tf"
- },
- {
- "label": "applicationId",
- "customClass": "",
- "modalEdit": false,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationId",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "tableView": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "em1y8gd",
- "defaultValue": ""
- },
- {
- "label": "applicationStatus",
- "customClass": "",
- "modalEdit": false,
- "defaultValue": null,
- "persistent": true,
- "protected": false,
- "dbIndex": false,
- "encrypted": false,
- "redrawOn": "",
- "customDefaultValue": "",
- "calculateValue": "",
- "calculateServer": false,
- "key": "applicationStatus",
- "tags": [],
- "properties": {},
- "logic": [],
- "attributes": {},
- "overlay": {
- "style": "",
- "page": "",
- "left": "",
- "top": "",
- "width": "",
- "height": ""
- },
- "type": "hidden",
- "input": true,
- "tableView": false,
- "placeholder": "",
- "prefix": "",
- "suffix": "",
- "multiple": false,
- "unique": false,
- "hidden": false,
- "clearOnHide": true,
- "refreshOn": "",
- "dataGridLabel": false,
- "labelPosition": "top",
- "description": "",
- "errorLabel": "",
- "tooltip": "",
- "hideLabel": false,
- "tabindex": "",
- "disabled": false,
- "autofocus": false,
- "widget": {
- "type": "input"
- },
- "validateOn": "change",
- "validate": {
- "required": false,
- "custom": "",
- "customPrivate": false,
- "strictDateValidation": false,
- "multiple": false,
- "unique": false
- },
- "conditional": {
- "show": null,
- "when": null,
- "eq": ""
- },
- "allowCalculateOverride": false,
- "showCharCount": false,
- "showWordCount": false,
- "allowMultipleMasks": false,
- "inputType": "hidden",
- "id": "e6z1qd9"
- }
- ]
+{
+ "title": "SFAA2022-23",
+ "name": "SFAA2022-23",
+ "path": "sfaa2022-23",
+ "type": "form",
+ "display": "wizard",
+ "tags": [
+ "common"
+ ],
+ "components": [
+ {
+ "title": "Welcome",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Welcome",
+ "tabindex": "",
+ "components": [
+ {
+ "label": "Columns",
+ "input": false,
+ "tableView": false,
+ "key": "page1Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Get started on your application",
+ "refreshOnChange": false,
+ "customClass": "header-lg",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html109",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elnwfyt"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Start your application to receive a student loan or grant. \nYour application will be assessed for how much money you can get.\n
\nBefore you begin, you may need to gather the following:\n\n - Your citizenship documentation
\n - Your institution and program details
\n - Your dependent details and costs
\n - Your tax return information
\n
\n\n\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html110",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9er568"
+ }
+ ],
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "width": 6,
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "div",
+ "className": "",
+ "attrs": [
+ {
+ "value": "An illustration of a student with a clipboard. Illustration by Storyset.",
+ "attr": "aria-label"
+ },
+ {
+ "attr": "role",
+ "value": "img"
+ }
+ ],
+ "content": "",
+ "refreshOnChange": false,
+ "customClass": "student-with-clipboard-img",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "page1ColumnsColumnsContent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "hideLabel": true,
+ "hideOnChildrenHidden": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0oiolp"
+ }
+ ],
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "width": 6,
+ "currentWidth": 6
+ }
+ ],
+ "hideLabel": true,
+ "key": "page1ColumnsColumns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "autoAdjust": false,
+ "id": "ego57u",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "width": 12,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 12
+ },
+ {
+ "components": [],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "type": "columns",
+ "hideLabel": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "autoAdjust": false,
+ "hideOnChildrenHidden": false,
+ "id": "evh64v3",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "applicationId",
+ "key": "applicationId1",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "elknlor",
+ "addons": []
+ },
+ {
+ "label": "workflowName",
+ "calculateValue": "value = \"assessment-gateway\"",
+ "calculateServer": true,
+ "key": "workflowName",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "ebsh4es",
+ "addons": []
+ }
+ ],
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "eyx5cz",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Program",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "350px",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Program",
+ "tabindex": "",
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Select your program",
+ "refreshOnChange": false,
+ "customClass": "header-lg",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html9",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "exz6y1",
+ "addons": []
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your education plans, such as courses or programs you will be taking.",
+ "refreshOnChange": false,
+ "customClass": "header-desc",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html37",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e6dgwpl"
+ },
+ {
+ "title": "Institution selection panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "institutionSelectionPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Institution selection",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html114",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek4vzp"
+ },
+ {
+ "label": "The institution I will be attending is:",
+ "widget": "choicesjs",
+ "placeholder": " search for your school",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectedLocation",
+ "customConditional": "show = !!!data.isReadOnly",
+ "type": "select",
+ "input": true,
+ "lockKey": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "clearOnRefresh": false,
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }}",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "eu1n2m9"
+ },
+ {
+ "label": "The institution I will be attending is:",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": true,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": false,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectedLocationName",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show = !!data.isReadOnly",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "eipxwx",
+ "defaultValue": ""
+ },
+ {
+ "label": "My institution isn't listed",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "mySchoolIsNotListed",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1rhmg3"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ewu2bl"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "alert alert-danger fa fa-ban",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Your institution is not designated by StudentAid BC
\r\nIf your institution is not in the list, it means that your institution is not designated. \r\nPlease contact your institution so that they can persue a designation status with us. \r\nIf your institution is not designated, you will be unable to complete your application at this time.",
+ "refreshOnChange": false,
+ "customClass": "banner-alert",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html10",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "mySchoolIsNotListed",
+ "eq": "true",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5ag4iw"
+ },
+ {
+ "title": "Program selection",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "show =\n (!!data.selectedLocation &&\n !!!data.mySchoolIsNotListed) ||\n !!data.isReadOnly;",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Program selection",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html40",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show =\r\n (!!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed) ||\r\n !!data.isReadOnly;\r\n\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0atgwd"
+ },
+ {
+ "label": "In what capacity will you be attending this program?",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "Select how will you be attending the program",
+ "description": "",
+ "tooltip": "A part time program has a course load between 20 and 59%. \nA full time program must have a course load of: 60% or greater or\n40 and 60% for students with a permanent disability.\nIf you are unsure, please contact your institution’s financial aid officer.",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "values",
+ "data": {
+ "values": [
+ {
+ "label": "Part Time",
+ "value": "Part Time"
+ },
+ {
+ "label": "Full Time",
+ "value": "Full Time"
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "",
+ "custom": ""
+ },
+ "dataType": "",
+ "idPath": "id",
+ "valueProperty": "",
+ "limit": 100,
+ "template": "{{ item.label }}",
+ "refreshOn": "selectedLocation",
+ "refreshOnBlur": "selectedLocation",
+ "clearOnRefresh": true,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "howWillYouBeAttendingTheProgram",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show =\r\n (!!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed) ||\r\n !!data.isReadOnly;",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "selectFields": "",
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "redrawOn": "",
+ "input": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "lazyLoad": true,
+ "authenticate": false,
+ "ignoreCache": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "enuaazl",
+ "defaultValue": ""
+ },
+ {
+ "title": "Program",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "program",
+ "tags": [],
+ "properties": {},
+ "customConditional": "show = \n (data.howWillYouBeAttendingTheProgram === 'Full Time' ||\n data.howWillYouBeAttendingTheProgram === 'Part Time')",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "The program I will be attending:",
+ "labelPosition": "top",
+ "widget": "choicesjs",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": " search for your program",
+ "description": "",
+ "tooltip": "",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "uniqueOptions": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "dataSrc": "values",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "resource": "",
+ "json": "",
+ "url": "",
+ "custom": ""
+ },
+ "dataType": "",
+ "idPath": "id",
+ "valueProperty": "",
+ "limit": 100,
+ "template": "{{ item.label }}",
+ "refreshOn": "howWillYouBeAttendingTheProgram",
+ "refreshOnBlur": "howWillYouBeAttendingTheProgram",
+ "clearOnRefresh": true,
+ "searchEnabled": true,
+ "selectThreshold": 0.3,
+ "readOnlyValue": false,
+ "customOptions": {},
+ "useExactSearch": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "selectedProgram",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show =\r\n !!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed &&\r\n !!data.howWillYouBeAttendingTheProgram &&\r\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) &&\r\n !!!data.isReadOnly;\r\n \r\n\r\n",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "select",
+ "indexeddb": {
+ "filter": {}
+ },
+ "selectFields": "",
+ "searchField": "",
+ "searchDebounce": 0.3,
+ "minSearch": 0,
+ "filter": "",
+ "redrawOn": "",
+ "input": true,
+ "lockKey": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "lazyLoad": true,
+ "authenticate": false,
+ "ignoreCache": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "id": "eopfm7h",
+ "defaultValue": ""
+ },
+ {
+ "label": "The program I will be attending:",
+ "disabled": true,
+ "tableView": true,
+ "persistent": false,
+ "key": "selectedProgramName",
+ "customConditional": "show = !!data.isReadOnly",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "easelit"
+ },
+ {
+ "label": "My program is not listed",
+ "optionsLabelPosition": "right",
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": {
+ "z": false,
+ "programnotListed": false
+ },
+ "values": [
+ {
+ "label": "My program is not listed",
+ "value": "programnotListed",
+ "shortcut": ""
+ }
+ ],
+ "key": "myProgramNotListed",
+ "customConditional": "show = (!!data.selectedLocation && !!!data.mySchoolIsNotListed);",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "ecibhe"
+ },
+ {
+ "title": "Custom program and offering",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "customProgramAndOffering",
+ "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
+ "type": "panel",
+ "label": "Custom program and offering",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "className": "alert alert-info fa fa-info-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Info!
We have determined you are special and require additional information to process your request. Please fill out the below information as much as you can and your institution will complete and verify the required information. ",
+ "refreshOnChange": false,
+ "customClass": "banner-info",
+ "key": "html12",
+ "customConditional": "show = data.programnotListed || data.offeringnotListed;",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "evaf9nc"
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Please provide additional information about your program",
+ "refreshOnChange": false,
+ "key": "html42",
+ "conditional": {
+ "show": true,
+ "when": "programnotListed",
+ "eq": "true"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "euzaplc"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "This information will be sent to your institution to complete so that you can carry on with your application.",
+ "refreshOnChange": false,
+ "key": "html43",
+ "conditional": {
+ "show": true,
+ "when": "programnotListed",
+ "eq": "true"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ebo8vbh",
+ "className": ""
+ },
+ {
+ "label": "Program name",
+ "placeholder": "Enter the name of your program",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "programName",
+ "conditional": {
+ "show": true,
+ "when": "programnotListed",
+ "eq": "true"
+ },
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ejhdok9"
+ },
+ {
+ "label": "Program description",
+ "placeholder": "Enter a short description of your program",
+ "autoExpand": false,
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "maxLength": 500,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "programDescription",
+ "conditional": {
+ "show": true,
+ "when": "programnotListed",
+ "eq": "true"
+ },
+ "type": "textarea",
+ "input": true,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "efzyprr"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide additional information about your program offering",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "key": "html44",
+ "customConditional": "show = data.offeringnotListed;",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "evgar2",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Information about how this will trigger a program information request from the institution.",
+ "refreshOnChange": false,
+ "key": "html45",
+ "customConditional": "show = data.offeringnotListed;",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e4deel",
+ "className": ""
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Start date",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "Select date",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "if (data.studystartDate){\n data.selectedOfferingDate = '';\n}",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "// To calculate the time difference of studystartDate and programYearStartDate\r\nconst first_difference_In_Time =\r\n new Date(data.studystartDate).getTime() -\r\n new Date(data.programYearStartDate).getTime();\r\n// To calculate the time difference of programYearEndDate and studystartDate\r\nconst last_difference_In_Time =\r\n new Date(data.programYearEndDate).getTime() -\r\n new Date(data.studystartDate).getTime();\r\n\r\n// To calculate the no. of days between two dates\r\nconst first_difference_In_Days = first_difference_In_Time / (1000 * 3600 * 24);\r\n\r\n// To calculate the no. of days between two dates\r\nconst last_difference_In_Days = last_difference_In_Time / (1000 * 3600 * 24);\r\n\r\n// studystartDate should be equal or in between program year start and end date\r\nvalid =\r\n first_difference_In_Days >= 0 && last_difference_In_Days >= 0\r\n ? true\r\n : \"Study start date should be within the program year\";\r\n",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "studystartDate",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ehmio79",
+ "defaultValue": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "End date",
+ "placeholder": "Select date",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time =\r\n new Date(data.studyendDate).getTime() -\r\n new Date(data.studystartDate).getTime();\r\n\r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = data.studystartDate\r\n ? Difference_In_Days >= data.studyPeriodMinDays &&\r\n Difference_In_Days <= data.studyPeriodMaxDays\r\n ? true\r\n : `Invalid Study Period, Dates must be between ${data.studyPeriodMinDays} and ${data.studyPeriodMaxDays} days`\r\n : \"Please provide Study Start date\";",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "studyendDate",
+ "customConditional": "show = (data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) ||\n (data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false);",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e3cbd2m",
+ "tags": [],
+ "lockKey": true
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e3mfbie"
+ },
+ {
+ "key": "customProgramAndOfferingStudyenddatewarning",
+ "label": "Study end date warning",
+ "input": false,
+ "tag": "p",
+ "attrs": [
+ {
+ "value": "",
+ "attr": ""
+ }
+ ],
+ "className": "alert alert-warning fa fa-exclamation-triangle w-100",
+ "content": "This study end date has past\n
\nThe selected study period has past and you can no longer receive funding. Continuing your application will require StudentAid BC approval to be eligible for funding.",
+ "type": "htmlelement",
+ "hideLabel": true,
+ "tags": [],
+ "conditional": {
+ "show": "true",
+ "when": "studyEndDateBeforeToday",
+ "eq": "true"
+ },
+ "properties": {},
+ "customClass": "banner-warning",
+ "customConditional": ""
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e00cj6a"
+ },
+ {
+ "title": "programDesc",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "programDesc",
+ "customConditional": "show =\r\n ((!!data.selectedProgram &&\r\n !!data.selectedLocation &&\r\n !!!data.mySchoolIsNotListed &&\r\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false)\r\n ) || (data.isReadOnly && data.selectedProgramDesc?.id));\r\n",
+ "type": "panel",
+ "label": "programDesc",
+ "buttonSettings": {
+ "previous": true,
+ "cancel": true,
+ "next": true
+ },
+ "breadcrumbClickable": true,
+ "scrollToTop": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "{{data.selectedProgramDesc?.name}}",
+ "refreshOnChange": true,
+ "customClass": "category-header-medium primary-color",
+ "key": "html31",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7m0jxv"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "{{data.selectedProgramDesc?.description}}",
+ "refreshOnChange": true,
+ "customClass": "pt-4",
+ "key": "html32",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eyhhx9p",
+ "className": ""
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "className": "label-medium",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Credential",
+ "refreshOnChange": false,
+ "key": "html33",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e9qep33r"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Delivery Method",
+ "refreshOnChange": false,
+ "customClass": "label-medium",
+ "key": "html34",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eovpl3k",
+ "className": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns4",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eedtnsp"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "{{data.selectedProgramDesc?.credentialTypeToDisplay}}",
+ "refreshOnChange": true,
+ "key": "html35",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eueqprv",
+ "className": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "{{data.selectedProgramDesc?.deliveryMethod}}",
+ "refreshOnChange": true,
+ "key": "html36",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "etilmiw",
+ "className": ""
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns5",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e4ubed9"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eezaqos"
+ },
+ {
+ "label": "When will you be taking this program?",
+ "widget": "choicesjs",
+ "placeholder": " search for your program offering",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "refreshOn": "selectedProgram",
+ "clearOnRefresh": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "selectedOffering",
+ "customConditional": "show =\n (!!data.selectedLocation &&\n !!data.selectedProgram &&\n !!!data.mySchoolIsNotListed &&\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false) &&\n !(data.myStudyPeriodIsntListed ? data.myStudyPeriodIsntListed.offeringnotListed : false) &&\n !!!data.isReadOnly\n );",
+ "type": "select",
+ "input": true,
+ "searchThreshold": 0.3,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "idPath": "id",
+ "data": {
+ "values": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "json": "",
+ "url": "",
+ "resource": "",
+ "custom": ""
+ },
+ "limit": 100,
+ "dataSrc": "values",
+ "valueProperty": "",
+ "lazyLoad": true,
+ "filter": "",
+ "searchEnabled": true,
+ "searchDebounce": 0.3,
+ "searchField": "",
+ "minSearch": 0,
+ "readOnlyValue": false,
+ "authenticate": false,
+ "ignoreCache": false,
+ "template": "{{ item.label }}",
+ "selectFields": "",
+ "selectThreshold": 0.3,
+ "uniqueOptions": false,
+ "fuseOptions": {
+ "include": "score",
+ "threshold": 0.3
+ },
+ "indexeddb": {
+ "filter": {}
+ },
+ "customOptions": {},
+ "useExactSearch": false,
+ "id": "em1sitc"
+ },
+ {
+ "label": "When will you be taking this program?",
+ "disabled": true,
+ "tableView": true,
+ "persistent": false,
+ "key": "selectedOfferingName",
+ "customConditional": "show = !!data.isReadOnly",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e9w4l3n"
+ },
+ {
+ "label": "My study period isn’t listed",
+ "optionsLabelPosition": "right",
+ "hideLabel": true,
+ "tableView": false,
+ "values": [
+ {
+ "label": "My study period isn’t listed",
+ "value": "offeringnotListed",
+ "shortcut": ""
+ }
+ ],
+ "key": "myStudyPeriodIsntListed",
+ "customConditional": "show =\n (!!data.selectedLocation &&\n !!data.selectedProgram &&\n !!!data.mySchoolIsNotListed &&\n !(data.myProgramNotListed ? data.myProgramNotListed.programnotListed : false)\n );\n\n",
+ "type": "selectboxes",
+ "input": true,
+ "inputType": "checkbox",
+ "defaultValue": {
+ "offeringnotListed": false
+ },
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "fieldSet": false,
+ "inline": false,
+ "id": "eif07al",
+ "lockKey": true
+ },
+ {
+ "key": "programStudyperiodwarning",
+ "label": "Study period end date warning",
+ "input": false,
+ "tag": "p",
+ "attrs": [
+ {
+ "value": "",
+ "attr": ""
+ }
+ ],
+ "className": "alert alert-warning fa fa-exclamation-triangle w-100",
+ "content": "This study end date has past\n
\nThe selected study period has past and you can no longer receive funding. Continuing your application will require StudentAid BC approval to be eligible for funding.",
+ "type": "htmlelement",
+ "tags": [],
+ "conditional": {
+ "show": "true",
+ "when": "selectedStudyEndDateBeforeToday",
+ "eq": "true"
+ },
+ "properties": {},
+ "customClass": "banner-warning",
+ "customConditional": "",
+ "hideLabel": true
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "studyEndDateIsPastApplicationException",
+ "label": "Application Exception - Study end date is past",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "calculateValue": "value = \"studentApplicationException\";",
+ "lockKey": true,
+ "customConditional": "show = data.studyEndDateBeforeToday || data.selectedStudyEndDateBeforeToday;",
+ "calculateServer": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eeie82f"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ek4n7vq"
+ },
+ {
+ "title": "Course information panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel1",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "howWillYouBeAttendingTheProgram",
+ "eq": "Part Time"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Course information",
+ "refreshOnChange": false,
+ "key": "html112",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "efhriqd"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please add your courses that you plan on taking during your study period.",
+ "refreshOnChange": false,
+ "key": "html113",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "emh3t8f",
+ "className": ""
+ },
+ {
+ "label": "Course information",
+ "reorder": false,
+ "addAnother": "Add course",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "courseName": "",
+ "courseCode": "",
+ "courseStartDate": "",
+ "courseEndDate": ""
+ }
+ ],
+ "key": "courseDetails",
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "fieldset",
+ "type": "fieldset",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Course name",
+ "customClass": "label-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "courseName",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "e6uctnl"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Course code",
+ "tooltip": "Your course code is also known as your course registration number typically shown beside your course name (e.g. MGMT 101)",
+ "customClass": "label-bold",
+ "tableView": true,
+ "case": "uppercase",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "courseCode",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqkr5x"
+ }
+ ],
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns2",
+ "type": "columns",
+ "hideOnChildrenHidden": false,
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e1cu6ql"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Course start date",
+ "placeholder": "Select date",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "customClass": "label-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "courseStartDate",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ehhui5b"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Course end date",
+ "placeholder": "Select date",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "customClass": "label-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "courseEndDate",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "epcwxa"
+ }
+ ],
+ "size": "md",
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ebc86yc"
+ }
+ ],
+ "id": "eler3if00000000000000000000000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "legend": "",
+ "inDataGrid": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eh5vyhe"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "emhghx5"
+ },
+ {
+ "title": "Additonal Information Panel",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "additonalInformationPanel",
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Additional information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html111",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2er6mr"
+ },
+ {
+ "label": "Student number",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "maxLength": 12,
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "pattern": ""
+ },
+ "key": "studentNumber",
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "egjry98"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "epd92wk"
+ },
+ {
+ "label": "programYearStartDate",
+ "customDefaultValue": "value = data.programYearStartDate;",
+ "key": "programYearStartDate",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "eu8tkf"
+ },
+ {
+ "label": "programYearEndDate",
+ "customDefaultValue": "value = data.programYearEndDate;",
+ "key": "programYearEndDate",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "enpifd"
+ },
+ {
+ "label": "selectedProgramDesc",
+ "persistent": false,
+ "redrawOn": "data",
+ "key": "selectedProgramDesc",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ewu7omd"
+ },
+ {
+ "label": "selectedOfferingDate",
+ "key": "selectedOfferingDate",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ehrxohq",
+ "tags": [],
+ "lockKey": true
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "selectedOfferingEndDate",
+ "label": "Selected offering end date",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "maximumAllowedDaysAfterStudyEndDate",
+ "label": "Maximum allowed days after study end date",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateValue": "/**\n * Maximum number of days past the study period end date\n * beyond when an application will require StudentAid BC\n * approval for funding.\n */\n \nvalue = 42;",
+ "calculateServer": true
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "studyEndDateBeforeToday",
+ "label": "Study end date before today",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateServer": true,
+ "calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating selectedStudyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If program/study period not listed is selected, validate the study end date to be after given days before now.\r\nvalue = !!data.studyendDate && isGivenDateBeforeToday(data.studyendDate);\r\n",
+ "isNew": false
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "selectedStudyEndDateBeforeToday",
+ "label": "Selected study end date before today",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateServer": true,
+ "calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating studyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If a study period is selected, validate its study end date to be after given days before now.\r\nvalue =\r\n !!data.selectedOfferingEndDate &&\r\n isGivenDateBeforeToday(data.selectedOfferingEndDate);\r\n",
+ "isNew": false
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMinDays",
+ "label": "Study period minimum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateValue": "value = data.howWillYouBeAttendingTheProgram === \"Full Time\" ? 84 : 42;"
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMaxDays",
+ "label": "Study period maximum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "defaultValue": "365"
+ }
+ ],
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "eybfjx6",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Personal information",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "w-100 mw-100",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page2",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Personal Information",
+ "tabindex": "",
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Personal information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html46",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eh0veaa"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please confirm your profile information below.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html47",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ee6z0qa"
+ },
+ {
+ "title": "StudentAid BC personal info panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "StudentAidBCPersonalInfoPanel",
+ "type": "panel",
+ "label": "StudentAid BC Personal Info Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Your StudentAid BC profile information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html48",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "euy5nl9"
+ },
+ {
+ "label": "Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "value": "",
+ "attr": ""
+ }
+ ],
+ "content": "This information was provided by you and B.C. \nServices Card when you first signed into your account. \nIf this information is out of date, please update your profile.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "page2WellColumnsContent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "hideLabel": true,
+ "hideOnChildrenHidden": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eglhsig"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Given names",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentGivenNames",
+ "type": "textfield",
+ "input": true,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "eollo8c",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Date of birth",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentDateOfBirth",
+ "type": "textfield",
+ "input": true,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "eiro1mh",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Home address",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentHomeAddress",
+ "type": "textfield",
+ "input": true,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "eppxei",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Email",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentEmail",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "ey8k2yp",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Last name",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentLastName",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "eug619a",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Gender",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentGender",
+ "type": "textfield",
+ "input": true,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "el67mt",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Phone number",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "studentPhoneNumber",
+ "type": "textfield",
+ "input": true,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "egglzja",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ },
+ {
+ "label": "Permanent disability status",
+ "customClass": "font-weight-bold",
+ "disabled": true,
+ "tableView": true,
+ "key": "pdStatus",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "spellcheck": true,
+ "id": "eq3hnwv",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "key": "columns1",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "autoAdjust": false,
+ "hideOnChildrenHidden": false,
+ "id": "ebg5117",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "I confirm my StudentAid BC Profile that is shown above is correct.",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "studentInfoConfirmed",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "dataGridLabel": false,
+ "lockKey": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2ll48j"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e1llrtm",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Personal Information panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "personalInformationPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Personal information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html94",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eopc569"
+ },
+ {
+ "label": "What is your citizenship status?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "values": [
+ {
+ "value": "canadianCitizen",
+ "label": "Canadian citizen",
+ "shortcut": ""
+ },
+ {
+ "value": "protectedPerson",
+ "label": "Protected person",
+ "shortcut": ""
+ },
+ {
+ "value": "permanentResident",
+ "label": "Permanent resident",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "Citizen and Residency",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "citizenship",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "citizenship"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7mli1j",
+ "defaultValue": ""
+ },
+ {
+ "title": "Citizenship proof panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "citizenshipProofPanel",
+ "customConditional": "show = (data.citizenship === 'protectedPerson' || data.citizenship === 'permanentResident');",
+ "type": "panel",
+ "label": "Citizenship Proof Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload proof of citizenship",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html49",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eynojhp"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide one of the documents below.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html50",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e20une"
+ },
+ {
+ "title": "Permanent Residency Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "permanentResidencyContent",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "citizenship",
+ "eq": "permanentResident"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Citizenship for permanent residency",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "citizenshipForPermanentResidencyApplicationException",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ej3ulok",
+ "lockKey": true
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html13",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ey4sx1n"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_Citizenship_PermanentResidency\" \n (e.g. JessLee_Citizenship_PermanentResidency)\n
\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html14",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "enul519"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e9i8iih"
+ },
+ {
+ "title": "Protected Person Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "protectedPersonContent",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "citizenship",
+ "eq": "protectedPerson"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Citizenship for protected persons",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "citizenshipForProtectedPersonsApplicationException",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "exfxlo"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html15",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eofd1g"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_Citizenship_ProtectedPerson\" \n (e.g. JessLee_Citizenship_ProtectedPerson)\n
\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html38",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eiwi"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ervp8ae"
+ },
+ {
+ "label": "Upload proof of citizenship",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "storage": "url",
+ "dir": "Proof of Citizenship",
+ "fileNameTemplate": "",
+ "image": false,
+ "uploadOnly": false,
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMinSize": "0KB",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "citizenshipVerification",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show = (data.citizenship === 'protectedPerson' || data.citizenship === 'permanentResident');",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "file",
+ "url": "student/files",
+ "imageSize": "200",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "privateDownload": false,
+ "id": "e2wqoxi",
+ "options": "",
+ "fileKey": ""
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content44",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "e9wutz8",
+ "addons": []
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "customClass": "",
+ "refreshOnChange": false,
+ "hidden": false,
+ "modalEdit": false,
+ "key": "content45",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "e5czcdd",
+ "addons": []
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "autoAdjust": false,
+ "hideOnChildrenHidden": false,
+ "customClass": "",
+ "hidden": false,
+ "hideLabel": false,
+ "modalEdit": false,
+ "key": "columns6",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "columns",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "elv3ea8",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "efawj5",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Are you a resident of B.C.?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "you have lived in BC all your life\r\nBC is the province where you last lived for 12 continuous months, as of your study start date, not including months of full-time post-secondary study\r\nyou arrived in BC as a permanent resident or protect person, and will attend school in BC and you have not lived in any other province for 12 continuous months",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "Have lived in B.C. for at least 12 consecutive months",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "bcResident",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "bcResident"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e3yxtjc",
+ "defaultValue": ""
+ },
+ {
+ "title": "Not a BC resident panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "notABcResidentPanel",
+ "conditional": {
+ "show": true,
+ "when": "bcResident",
+ "eq": "no"
+ },
+ "type": "panel",
+ "label": "Not a BC Resident Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Citizenship for B.C. residency",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "citizenshipForBCResidencyApplicationException",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ed8czgf"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "alert alert-warning fa fa-exclamation-triangle w-100",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " You indicated that you are not a B.C. Resident\n
\n If any of the following circumstances apply, you may still be eligible for StudentAid BC funding.",
+ "refreshOnChange": false,
+ "customClass": "banner-warning",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html7",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": "true",
+ "when": "bcResident",
+ "eq": "no",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evyzdwp"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide additional information",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html51",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "edey8ax"
+ },
+ {
+ "label": "",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "You and your spouse/partner originally received student financial assistance from another province but are now both studying in B.C. and B.C. is the province of residency for one of you.",
+ "value": "youAndYourSpousePartnerOriginallyReceivedStudentFinancialAssistanceFromAnotherProvinceButAreNowBothStudyingInBCAndBCIsTheProvinceOfResidencyForOneOfYou",
+ "shortcut": ""
+ },
+ {
+ "label": "Your spouse/partner has been employed in B.C. for 12 months in a row before the first day of your study period.",
+ "value": "yourSpousePartnerHasBeenEmployedInBCFor12MonthsInARowBeforeTheFirstDayOfYourStudyPeriod",
+ "shortcut": ""
+ },
+ {
+ "label": "you will have finished 4 years of full-time, postsecondary study in B.C. before the first day of your study period.",
+ "value": "youWillHaveFinished4YearsOfFullTimePostsecondaryStudyInBCBeforeTheFirstDayOfYourStudyPeriod",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "bclivingSituation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "bcResident",
+ "eq": "no",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "bclivingSituationvv"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e5q37cn",
+ "defaultValue": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Why you should be considered a resident for StudentAid BC purposes, and
\n - Why you haven’t applied to your previous province of residency
\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html30",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "bclivingSituation",
+ "eq": "other",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "em6852"
+ },
+ {
+ "label": "Please explain your sitution:",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "rows": 3,
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": true,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "minLength": "",
+ "maxLength": 500,
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "otherLivingSituation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "bclivingSituation",
+ "eq": "other",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "esidcoe",
+ "defaultValue": ""
+ },
+ {
+ "title": "Upload supporting documents",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "uploadSupportingDocuments",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "bclivingSituation",
+ "eq": "other"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Upload supporting documents",
+ "breadcrumb": "default",
+ "buttonSettings": {
+ "previous": true,
+ "cancel": true,
+ "next": true
+ },
+ "tabindex": "",
+ "breadcrumbClickable": true,
+ "scrollToTop": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "key": "html52",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eawr0fg"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide one of the documents below.",
+ "refreshOnChange": false,
+ "key": "html3",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "exvzcx",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Lease agreements and utility receipts
\n - Official post-secondary transcripts
\n - A statement outlining your spouse/partners’ place and dates of employment in B.C.
\n - A student financial aid denial letter from your previous province of residency
\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html16",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eznitl"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to \"FirstnameLastname_BCResidency\"
\n (e.g. JessLee_BCResidency)\n
\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html17",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ekl3d6"
+ },
+ {
+ "label": "Upload supporting documents (optional):",
+ "customClass": "font-weight-bold",
+ "hideLabel": true,
+ "tableView": false,
+ "storage": "url",
+ "dir": "Not a BC Resident - Supporting Documents",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "key": "otherLivingSituationDocs",
+ "type": "file",
+ "url": "student/files",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "e15yoie"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content46",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "euomj5"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content47",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "edp1zrf"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns7",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eh0xn99"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e7zmnf6"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eo7yj4f",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Do you identify as an Indigenous person?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "Aboriginal Status",
+ "errors": "",
+ "key": "indigenousStatus",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "indigenousStatus"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "efkl1q9",
+ "defaultValue": ""
+ },
+ {
+ "title": "Indigenous Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "indigenousPanel",
+ "conditional": {
+ "show": true,
+ "when": "indigenousStatus",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Indigenous Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Aboriginal heritage",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html53",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqku8sb"
+ },
+ {
+ "label": "I am:",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "First Nations",
+ "value": "firstNations",
+ "shortcut": ""
+ },
+ {
+ "label": "Metis",
+ "value": "metis",
+ "shortcut": ""
+ },
+ {
+ "label": "Inuit",
+ "value": "inuit",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "aboriginalHeritage",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "indigenousStatus",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "aboriginalHeritage"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eomlfzp",
+ "defaultValue": ""
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ef3gfa",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Were you ever a youth in continuing care or custody of a director of child welfare in BC (ward of the court – this means the provincial government is/was your legal guardian)? ",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "Youth In Care",
+ "errors": "",
+ "key": "youthInCare",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "youthInCare"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "en74evs",
+ "defaultValue": ""
+ },
+ {
+ "label": "At the time of your course study start date, will you have been out of high school for 4 years?",
+ "labelPosition": "top",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "key": "outOfHighSchoolFor4Years",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eahh865",
+ "defaultValue": "",
+ "addons": []
+ },
+ {
+ "label": "When did you graduate or leave high-school?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "Select date",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "whenDidYouGraduateOrLeaveHighSchool",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "ep2gj8",
+ "defaultValue": ""
+ }
+ ],
+ "id": "etmjo4"
+ },
+ {
+ "title": "Emplyment information panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "emplymentInformationPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Employment information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html54",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7vkza"
+ },
+ {
+ "label": "Will you be working a full-time job of 32 hours per week for more than half of your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "A “full time job” is defined as working at least 32 hours per week, including vacation time, statutory holidays, in-lieu days and approved leaves of absence. If you are employed full-time for at least 50 percent of your study period, you are not eligible for F/T fundin",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "Employment Information",
+ "errors": "",
+ "key": "fullTimeJob",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "fullTimeJob"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evq38w",
+ "defaultValue": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "alert alert-warning fa fa-info-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " You’re not eligible for StudentAid BC funding
\nStudents who work 32 hours a week or more are not eligible for StudentAid BC funding because your primary occupation is considered to be employment.",
+ "refreshOnChange": false,
+ "customClass": "banner-warning",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html8",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "fullTimeJob",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek1digi"
+ },
+ {
+ "label": "In the time since you left high school to your first day of classes, have you spent two periods of 12 consecutive months each, in the full time labour force?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "fulltimelabourForce",
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eqf8qus",
+ "addons": []
+ }
+ ],
+ "id": "erpkbb"
+ },
+ {
+ "title": "Share information with trusted contact",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "shareInformationWithTrustedContact",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Share information with trusted contact",
+ "refreshOnChange": false,
+ "key": "html55",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eklgmng"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Do you want allow another person to be able to contact StudentAid BC and inquire about the status of your application or provide additional information on your behalf? (A parent/guardian for example.)",
+ "refreshOnChange": false,
+ "key": "html56",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eqr6a1n",
+ "className": ""
+ },
+ {
+ "label": "Do you want to allow a trusted contact to interact with StudentAid BC on your behalf?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "addTrustContactToContactSABC",
+ "attributes": {
+ "data-cy": "addTrustContactToContactSABC"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e4lwkh"
+ },
+ {
+ "title": "Trusted contact panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "trustedContactPanel",
+ "conditional": {
+ "show": true,
+ "when": "addTrustContactToContactSABC",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Trusted Contact Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Add trusted contact",
+ "refreshOnChange": false,
+ "key": "html57",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1t8cjsi"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Enter the information of the contact(s) you would like to add to your profile as a trusted contact who can contact StudentAid BC on your behalf. You give access multiple contacts if needed.",
+ "refreshOnChange": false,
+ "key": "html58",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ed9vh5c",
+ "className": ""
+ },
+ {
+ "label": "What is your relationship with this contact?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "dataGridLabel": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Parent/step-parent/sponsor/legal guardian",
+ "value": "parentStepParentSponsorLegalGuardian",
+ "shortcut": ""
+ },
+ {
+ "label": "Spouse/common-law partner",
+ "value": "spouseCommonLawPartner",
+ "shortcut": ""
+ },
+ {
+ "label": "Other relative",
+ "value": "otherRelative",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "strongWhatIsYourRelationshipWithThisContactStrong",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "strongWhatIsYourRelationshipWithThisContactStrong"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ego9ype0000000000000000000000000000000000",
+ "defaultValue": "",
+ "inDataGrid": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "id": "eyqyky"
+ },
+ {
+ "title": "Student Aid BC Declaration panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-bg-secondary",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel4",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "StudentAid BC Declaration",
+ "refreshOnChange": false,
+ "key": "html5",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e2x6dd"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "I. I. I/we understand that:",
+ "refreshOnChange": false,
+ "key": "html39",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "esnordm",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "This section is optional and can be left blank. The Freedom of Information and Protection of Privacy Act prevents StudentAid BC and financial aid staff from releasing any information pertaining to this application to anyone other than you unless you provide written permission. Complete these questions if you want to authorize another person to obtain information on your behalf about this application, related appendices, or assessment details. If you authorize someone to access information on your behalf by completing these questions, they must provide your Social Insurance Number and date of birth to access any information from StudentAid BC or financial aid staff. Please ensure you have the designated person’s authorization to enter their information. Do not use a institution staff member.",
+ "refreshOnChange": false,
+ "key": "html41",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e0dlfor",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Collection and use of information",
+ "refreshOnChange": false,
+ "key": "html115",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e7fwi1n",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Information can be shared with the persons/organizations identified in the StudentAid BC declaration based on your signature, regardless of whether these questions are completed.",
+ "refreshOnChange": false,
+ "key": "html6",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eds51he",
+ "className": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ergd0ji"
+ },
+ {
+ "label": "I agree to share my application information with the trusted contacts entered above.",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "iConsent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "addTrustContactToContactSABC",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ezrjvqr"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eksx7j"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e25p0uk"
+ }
+ ],
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "e5im6qg",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Family information",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page8",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Family Information",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Family information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html59",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eu6cfr"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your family.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html60",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e7s4eyr"
+ },
+ {
+ "title": "Family details",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "familyDetails",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Family details",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html116",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eamewph"
+ },
+ {
+ "label": "On my first day of class, I'll be:",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "values": [
+ {
+ "value": "single",
+ "label": "Single",
+ "shortcut": ""
+ },
+ {
+ "label": "Separated/divorced/widowed",
+ "value": "other",
+ "shortcut": ""
+ },
+ {
+ "value": "married",
+ "label": "Married/common-law",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "Relationship Status",
+ "key": "relationshipStatus",
+ "attributes": {
+ "id": "relationshipStatus",
+ "data-cy": "relationshipStatus"
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "etykfub"
+ },
+ {
+ "title": "Married/common law Panel",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "marriedPanel",
+ "conditional": {
+ "show": true,
+ "when": "relationshipStatus",
+ "eq": "married"
+ },
+ "type": "panel",
+ "label": "Married/Common law Panel",
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "breadcrumbClickable": false,
+ "scrollToTop": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Date of marriage or date of start of living together in a marriage-like relationship",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "dateOfMarriageOrDateOfStartOfLivingTogetherInAMarriageLikeRelationship",
+ "conditional": {
+ "show": true,
+ "when": "relationshipStatus",
+ "eq": "married"
+ },
+ "type": "textfield",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "ersuy3a"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e7tef3v"
+ },
+ {
+ "label": "Do you have any dependants?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "errorLabel": "Dependent",
+ "key": "hasDependents",
+ "attributes": {
+ "id": "hasDependents",
+ "data-cy": "hasDependents"
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e2utfe"
+ },
+ {
+ "title": "Add Dependants Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "addDependantsPanel",
+ "conditional": {
+ "show": true,
+ "when": "hasDependents",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Add Dependants Panel",
+ "input": false,
+ "tableView": false,
+ "allowPrevious": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Add dependants",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html61",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e170v1"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "We use this information to ensure that we take into account your eligibility for certain benefits.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html62",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ergvdq"
+ },
+ {
+ "label": "Dependants",
+ "reorder": false,
+ "addAnother": "Add Another Dependant",
+ "addAnotherPosition": "bottom",
+ "defaultOpen": false,
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "hideLabel": true,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "fullName": "",
+ "dateOfBirth": "",
+ "attendingPostSecondarySchool": "",
+ "declaredOnTaxes": "",
+ "validDependent": null,
+ "age": null,
+ "isavalidDependant": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "dependants",
+ "conditional": {
+ "show": true,
+ "when": "hasDependents",
+ "eq": "yes"
+ },
+ "type": "datagrid",
+ "input": true,
+ "components": [
+ {
+ "key": "fieldset",
+ "type": "fieldset",
+ "label": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "label": "Full name",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "fullName",
+ "type": "textfield",
+ "input": true,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eb4ko98"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "label": "Date of birth",
+ "placeholder": "Select date",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": ""
+ },
+ "key": "dateOfBirth",
+ "type": "textfield",
+ "input": true,
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "plain",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "id": "eqxpkn"
+ }
+ ],
+ "width": 4,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 4
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns2",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "e2m404f"
+ },
+ {
+ "label": "Attending post secondary institution",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "attendingPostSecondarySchool",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "attendingPostSecondarySchool"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e4ygtut",
+ "defaultValue": ""
+ },
+ {
+ "label": "Declared on taxes due to a disability",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "declaredOnTaxes",
+ "attributes": {
+ "data-cy": "declaredOnTaxes"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ea0vyrg"
+ },
+ {
+ "title": "Upload panel",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "uploadPanel",
+ "conditional": {
+ "show": true,
+ "when": "dependants.declaredOnTaxes",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Upload panel",
+ "buttonSettings": {
+ "previous": true,
+ "cancel": true,
+ "next": true
+ },
+ "breadcrumbClickable": true,
+ "scrollToTop": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Dependant’s income tax",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "dependantsIncomeTaxApplicationException",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e52khib"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload proof of your dependants income tax return for 20[XX]",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html63",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5k2du8"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide one proof that your dependant has been approved for federal or provincial disability benefits.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0bawhv"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Notice of Determination or
\r\n - Disability Tax Credit statement or
\r\n - Other documents that shows receipt of Disability Tax Credits or benefits from Canada Revenue Agency (CRA)
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html31",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2cvbfb"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to
\"FirstnameLastname_DependantsFirstNameLastName_TaxYear\" \n (e.g. JessLee_AlexLeeTax_2025)\n
\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html38",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eni5dnf"
+ },
+ {
+ "label": "PD Dependent",
+ "tableView": false,
+ "storage": "url",
+ "dir": "PD Dependent",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4 MB",
+ "multiple": true,
+ "redrawOn": "dependants.declaredOnTaxes",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "pdDependentUpload",
+ "type": "file",
+ "url": "student/files",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "evdve9"
+ },
+ {
+ "input": false,
+ "key": "columns8",
+ "tableView": false,
+ "label": "Columns",
+ "type": "columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content48",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4fxdd"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content48",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5tvgqk"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ep77j8"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ec900o"
+ },
+ {
+ "label": "IsAValidDependant",
+ "calculateValue": "value = (((row.validDependent <= 18) && (row.validDependent >= 0)) || \n(row.validDependent >= 19 && row.validDependent <= 22 && row.attendingPostSecondarySchool === \"yes\") || \n(row.declaredOnTaxes === \"yes\"));",
+ "key": "isavalidDependant",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ex4d8je"
+ },
+ {
+ "label": "ValidDependent",
+ "calculateValue": "//value =-1 is connected , to Will you have a child age 11 years or under in daycare?, pls check the logic, before you change the -1\r\nvalue = -1;\r\nconst studyTime = data.studystartDate\r\n ? new Date(data.studystartDate).getTime()\r\n : data.selectedOfferingDate\r\n ? new Date(data.selectedOfferingDate).getTime()\r\n : null;\r\nif (studyTime) {\r\n const birthDateTime = new Date(row.dateOfBirth).getTime();\r\n const difference = studyTime - birthDateTime;\r\n const age = difference / (1000 * 60 * 60 * 24 * 365);\r\n value = parseInt(age);\r\n}",
+ "key": "validDependent",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ewllvk"
+ }
+ ],
+ "id": "eja9nnp000000000000000000",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "legend": "",
+ "inDataGrid": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "eloofid"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "esww5zq"
+ },
+ {
+ "label": "Do you have any dependents that you support financially but do not have sole custody of?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "supportnocustodyDependants",
+ "attributes": {
+ "data-cy": "supportnocustodyDependants"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eftpw4a"
+ },
+ {
+ "title": "Dependents that you support financially but do not have sole custody",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "dependentsThatYouSupportFinanciallyButDoNotHaveSoleCustody",
+ "conditional": {
+ "show": true,
+ "when": "supportnocustodyDependants",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Dependents that you support financially but do not have sole custody",
+ "input": false,
+ "tableView": false,
+ "allowPrevious": false,
+ "components": [
+ {
+ "label": "Application Exception - Dependant’s shared custody",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "dependantsSharedCustodyApplicationException",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ejf7zcr"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload proof of your shared custody",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html63",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eob3sy"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "You can be assessed as a single parent if you have shared custody of your children for an average of at least 8 days each month.",
+ "refreshOnChange": false,
+ "key": "html64",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eyw4xqx",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Proof of shared custody Instructions
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html18",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eh8rhh"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\n\n - Upload a photo or scanned copy of your documentation
\n - Rename your document to \"FirstnameLastname_DependantsCustody\"
\n (e.g. JessLee_DependantsCustody”)\n
\n",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html19",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e077vgk"
+ },
+ {
+ "label": "Dependant custody file upload",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "storage": "url",
+ "dir": "Dependant custody",
+ "fileNameTemplate": "",
+ "image": false,
+ "uploadOnly": false,
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMinSize": "0KB",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "dependantCustodyFileUpload",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "supportnocustodyDependants",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "file",
+ "url": "student/files",
+ "imageSize": "200",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "privateDownload": false,
+ "id": "e90zuwt"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content48",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ev70kd"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content49",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e04s6qd"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns8",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "er779qp"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e88jxwl"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eltfaqn"
+ },
+ {
+ "label": "Show Parent Information",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "data",
+ "customDefaultValue": "",
+ "calculateValue": "if (data.hasDependents === 'no' && (data.relationshipStatus === 'single' || data.relationshipStatus === 'other') && data.outOfHighSchoolFor4Years === 'no' && data.howWillYouBeAttendingTheProgram === \"Full Time\") {\n instance.setValue (true);\n}\nelse {\n instance.setValue (false);\n}",
+ "calculateServer": true,
+ "key": "showParentInformation",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "essfav",
+ "lockKey": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "etsbz9o",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Partner information",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page7",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "relationshipStatus",
+ "eq": "married"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Partner Information",
+ "breadcrumb": "default",
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "tabindex": "",
+ "breadcrumbClickable": true,
+ "scrollToTop": true,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Partner information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html65",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eul8srr"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your partner.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html66",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e4j8vze"
+ },
+ {
+ "title": "Partner details",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel3",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Partner details",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html117",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ez14edi"
+ },
+ {
+ "label": "Does your partner have a valid Social Insurance Number?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "isYourSpouseACanadianCitizen",
+ "attributes": {
+ "data-cy": "isYourSpouseACanadianCitizen"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ebhbans"
+ },
+ {
+ "label": "Additional information required",
+ "className": "alert alert-info fa fa-info-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Please be advised your partner will need to sign in to StudentAid BC and provide additional information.
\r\nPlease check your email after submitting your application. An email will be sent to you with instructions for your partner to sign in. Your application cannot proceed until this information is received.\r\n
",
+ "refreshOnChange": false,
+ "customClass": "banner-info",
+ "key": "additionalInformationRequired",
+ "conditional": {
+ "show": true,
+ "when": "isYourSpouseACanadianCitizen",
+ "eq": "yes"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ei037zq"
+ },
+ {
+ "label": "Spouse Estimation",
+ "className": "alert alert-warning fa fa-exclamation-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Please be advised this could delay your application \n
\nSince we’re unable to validate your partner’s information with Canada Revenue Agency (CRA), please estimate your partner’s income.",
+ "refreshOnChange": false,
+ "customClass": "banner-warning",
+ "key": "spouseEstimation",
+ "conditional": {
+ "show": true,
+ "when": "isYourSpouseACanadianCitizen",
+ "eq": "no"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e221y6i"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eaxeja"
+ },
+ {
+ "title": "Partner Income Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "partnerIncomePanel",
+ "conditional": {
+ "show": true,
+ "when": "isYourSpouseACanadianCitizen",
+ "eq": "no"
+ },
+ "type": "panel",
+ "label": "Partner Income Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Partner income",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html67",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1xlwr"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your partners income.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html68",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eoar7nv"
+ },
+ {
+ "label": "I have been authorized by my partner to submit their financial information including their net income (previous tax year's return's Line 15000 information)",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerAuthorized",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "es4nl35"
+ },
+ {
+ "label": "What was your partner’s income (as shown on line 15000 of previous year’s Canada Revenue Agency tax return)? If they didn’t file taxes, enter total income from all sources in and outside of Canada.",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "estimatedSpouseIncome",
+ "conditional": {
+ "show": true,
+ "when": "isYourSpouseACanadianCitizen",
+ "eq": "no"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9yrlbn",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "label": "Will your partner be employed full-time or part-time during your study period",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerEmployed",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerEmployed"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enyf4g",
+ "defaultValue": ""
+ },
+ {
+ "label": "Will your partner be at home caring for eligible dependent children on a full-time basis during the your entire study period? ",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnercaringforeligibleDependent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnercaringforeligibleDependent"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ebw9ux",
+ "defaultValue": ""
+ },
+ {
+ "label": "Will your partner be living with you during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "livingWithPartner",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "livingWithPartner"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eoxnrvc",
+ "defaultValue": ""
+ },
+ {
+ "label": "Will your partner be a full-time post-secondary student for some or all of your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerfulltimeStudent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerfulltimeStudent"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "elp6tn6",
+ "defaultValue": null
+ },
+ {
+ "title": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudiesPanel",
+ "conditional": {
+ "show": true,
+ "when": "partnerfulltimeStudent",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "If your partner will be a full-time student, how many weeks of your study period will they also be in studies?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "Number of Weeks",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "delimiter": false,
+ "decimalLimit": "",
+ "requireDecimal": false,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "min": "",
+ "max": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "step": "any",
+ "integer": ""
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "ifYourPartnerWillBeAFullTimeStudentHowManyWeeksOfYourStudyPeriodWillTheyAlsoBeInStudies",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "partnerfulltimeStudent",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "number",
+ "spellcheck": true,
+ "input": true,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "euxcw9w",
+ "defaultValue": null,
+ "inputType": "number"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eum6wts"
+ },
+ {
+ "label": "Will your partner recieve income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerrecieveIncomeAssistance",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerrecieveIncomeAssistance"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "em2eoni",
+ "defaultValue": ""
+ },
+ {
+ "title": "Provide the total income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities that your partner will be receiving during your study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "provideTheTotalIncomeAssistanceSocialAssistanceWelfareAndOrBcIncomeAssistanceForPersonsWithDisabilitiesThatYourPartnerWillBeReceivingDuringYourStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "partnerrecieveIncomeAssistance",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Provide the total income assistance/social assistance (welfare) and/or BC income assistance for persons with disabilities that your partner will be receiving during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "partnertotalincomeAssistance",
+ "conditional": {
+ "show": true,
+ "when": "partnerrecieveIncomeAssistance",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eyn3uvta",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e1rvvnw"
+ },
+ {
+ "label": "Will your partner be in receipt of Employment Insurance benefits during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partneremploymentInsurance",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partneremploymentInsurance"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "efhh5xo",
+ "defaultValue": ""
+ },
+ {
+ "title": "Will your partner be in receipt of Employment Insurance benefits during the your study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "willYourPartnerBeInReceiptOfEmploymentInsuranceBenefitsDuringTheYourStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "partneremploymentInsurance",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Will your partner be in receipt of Employment Insurance benefits during the your study period Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter estimated amount that your partner will receive during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "partnerEICost",
+ "conditional": {
+ "show": true,
+ "when": "partneremploymentInsurance",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "et1ybcb",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e4idhzf"
+ },
+ {
+ "label": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerpermanentdisabilityBenefits",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerpermanentdisabilityBenefits"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e7pcvcq",
+ "defaultValue": ""
+ },
+ {
+ "title": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "willYourPartnerBeInReceiptOfFederalOrProvincialPermanentDisabilityBenefitsDuringTheYourStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "partnerpermanentdisabilityBenefits",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Will your partner be in receipt of federal or provincial permanent disability benefits during the your study period Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter estimated amount that your partner will receive during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "partnerFedralProvincialPDReceiptCost",
+ "conditional": {
+ "show": true,
+ "when": "partnerpermanentdisabilityBenefits",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epl4y3b",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "eh2gbg4"
+ },
+ {
+ "label": "Will your partner be paying a Canada Student Loan and/or a provincial student loan regular scheduled payments during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerstudentLoan",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerstudentLoan"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eor4a75",
+ "defaultValue": ""
+ },
+ {
+ "title": "Will your partner be paying a Canada Student Loan and/or a provincial student loan regular scheduled payments during the your study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "willYourPartnerBePayingACanadaStudentLoanAndOrAProvincialStudentLoanRegularScheduledPaymentsDuringTheYourStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "partnerstudentLoan",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter amount that your partner will pay during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "partnerstudentloanCosts",
+ "conditional": {
+ "show": true,
+ "when": "partnerstudentLoan",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epa8hyi",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e5j24i"
+ },
+ {
+ "label": "Will your partner be paying for child support and/or spousal support during the your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "partnerchildSupport",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "partnerchildSupport"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e1ja09r",
+ "defaultValue": ""
+ },
+ {
+ "title": "Will your partner be paying for child support and/or spousal support during the your study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "willYourPartnerBePayingForChildSupportAndOrSpousalSupportDuringTheYourStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "partnerchildSupport",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter amount that your partner will pay during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "partnerchildsupportCosts",
+ "conditional": {
+ "show": true,
+ "when": "partnerchildSupport",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecc8w6j",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ei7pb6"
+ },
+ {
+ "label": "Durring your study period, will your partner be taking care of eligible dependants? ",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "durringYourStudyPeriodWillYourPartnerBeTakingCareOfEligibleDependants"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ec3fha",
+ "defaultValue": ""
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "erae6ji"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eo39uv9"
+ },
+ {
+ "title": "Parent information",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page6",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": "true",
+ "when": "showParentInformation",
+ "eq": "true"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Parental information",
+ "breadcrumb": "default",
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "tabindex": "",
+ "breadcrumbClickable": true,
+ "scrollToTop": true,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Parent information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html69",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ee8lggi"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your parent(s).",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html70",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e8vwcee"
+ },
+ {
+ "title": "Parent details",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "parentDetails",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Parent details",
+ "refreshOnChange": false,
+ "key": "html119",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ey45d48",
+ "tags": []
+ },
+ {
+ "label": "Is your parent(s)/step-parent/sponsor/legal guardian a resident of B.C.?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ },
+ {
+ "label": "Both of my have parents have passed away and I have no legal guardian",
+ "value": "bothOfMyHaveParentsHavePassedAwayAndIHaveNoLegalGuardian",
+ "shortcut": ""
+ },
+ {
+ "label": "I am estranged from both of my parents",
+ "value": "estranged",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "parentbcResident",
+ "attributes": {
+ "data-cy": "parentbcResident"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "erwljzc",
+ "tags": [],
+ "lockKey": true
+ },
+ {
+ "label": "Does your parent(s)/step-parent/sponsor/legal guardian have a valid Social Insurance Number?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "parentValidSinNumber",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show = (data.parentbcResident && (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\"));",
+ "logic": [],
+ "attributes": {
+ "data-cy": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ey0yir",
+ "defaultValue": ""
+ },
+ {
+ "label": "How many parents do you live with?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "1",
+ "value": "1",
+ "shortcut": ""
+ },
+ {
+ "label": "2",
+ "value": "2",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "numberOfParents",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "show = (data.parentbcResident && (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\"));",
+ "logic": [],
+ "attributes": {
+ "data-cy": "numberOfParents"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e247lif",
+ "defaultValue": ""
+ },
+ {
+ "label": "HTML",
+ "className": "alert alert-info fa fa-info-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Please be advised that your parent(s) will need to sign in and provide additional information.\r\n
Please check your email after submitting your application. An email will be sent to you with instructions for your parent(s) to sign in. Your application can not proceed until this information is received.",
+ "refreshOnChange": false,
+ "customClass": "banner-info",
+ "key": "html11",
+ "conditional": {
+ "show": true,
+ "when": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber",
+ "eq": "yes"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "et05eef"
+ },
+ {
+ "label": "HTML",
+ "className": "alert alert-warning fa fa-exclamation-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " Please be advised this could delay your application \n
Since we’re unable to validate your partner’s information with Canada Revenue Agency (CRA), please estimate your parent(s) income.",
+ "refreshOnChange": false,
+ "customClass": "banner-warning",
+ "key": "html2",
+ "conditional": {
+ "show": true,
+ "when": "doYourParentSStepParentSponsorLegalGuardianHaveAValidSinNumber",
+ "eq": "no"
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eg3r17"
+ },
+ {
+ "title": "Parental Info Request ",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "parentalInfoRequest",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "parentValidSinNumber",
+ "eq": "no"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Parental Info Request ",
+ "breadcrumb": "default",
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "tabindex": "",
+ "breadcrumbClickable": false,
+ "scrollToTop": false,
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Parent income",
+ "refreshOnChange": false,
+ "key": "html118",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0qlfa"
+ },
+ {
+ "label": "I have been authorized by my parent(s) to submit their financial information including their net income (previous tax year's return's Line 15000 information)",
+ "tableView": false,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "key": "parentAuthorized",
+ "type": "checkbox",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "ej0o81d"
+ },
+ {
+ "label": "Please provide an estimation of your parents income",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "pleaseProvideAnEstimationOfYourParentsIncome",
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "et8xql",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "label": "Enter the total net value of all your parents Canadian and foreign assets (do not include RRSPs, principal residence or business). Enter ‘0’ if none.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "studentParentNetAssests",
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etw5gsi",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "label": "How much will your parents be giving the student to help meet their specific educational costs during this study period? Enter ‘0’ if none.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "studentParentNetContribution",
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eewvsip",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "label": "HTML",
+ "tag": "hr",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "refreshOnChange": false,
+ "key": "html120",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "content": "",
+ "id": "e1nb57p",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Your siblings and other parent dependents ",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "key": "html71",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ec3y9t"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "We use this information to ensure that we take into account your parent(s) responsibility to other dependants…",
+ "refreshOnChange": false,
+ "key": "html72",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e9av6ha",
+ "className": ""
+ },
+ {
+ "label": "Do your parents have dependants other than yourself?",
+ "optionsLabelPosition": "right",
+ "customClass": "font-weight-bold",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "doYourParentsHaveDependantsOtherThanYourself",
+ "attributes": {
+ "data-cy": "doYourParentsHaveDependantsOtherThanYourself"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ec5ince"
+ },
+ {
+ "title": "Your siblings and other dependents panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "yourSiblingsAndOtherDependentsPanel",
+ "conditional": {
+ "show": true,
+ "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Your Siblings and other Dependents Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Your siblings and other dependents ",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "key": "html73",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eodfyhh"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "We use this information to ensure that we take into account your parent(s) responsibility to other dependents…",
+ "refreshOnChange": false,
+ "key": "html74",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "et0uyjp",
+ "className": ""
+ },
+ {
+ "label": "",
+ "reorder": false,
+ "addAnother": "Add another dependant",
+ "addAnotherPosition": "bottom",
+ "layoutFixed": false,
+ "enableRowGroups": false,
+ "initEmpty": false,
+ "tableView": false,
+ "defaultValue": [
+ {
+ "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod": "",
+ "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability": "",
+ "ageAtStartOfYourStudyPeriod": ""
+ }
+ ],
+ "key": "parentDependentTable",
+ "conditional": {
+ "show": true,
+ "when": "doYourParentsHaveDependantsOtherThanYourself",
+ "eq": "yes"
+ },
+ "type": "datagrid",
+ "defaultOpen": false,
+ "input": true,
+ "components": [
+ {
+ "label": "Age at start of your study period",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "delimiter": false,
+ "requireDecimal": false,
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "ageAtStartOfYourStudyPeriod",
+ "type": "number",
+ "input": true,
+ "id": "er24b4x",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inDataGrid": true,
+ "inputType": "number"
+ },
+ {
+ "label": "Will this dependant be attending high school or full-time post-secondary school at the start of your study period?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "no",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod",
+ "attributes": {
+ "data-cy": "willThisDependantBeAttendingHighSchoolOrFullTimePostSecondarySchoolAtTheStartOfYourStudyPeriod"
+ },
+ "type": "radio",
+ "input": true,
+ "id": "eyib08",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "inDataGrid": true
+ },
+ {
+ "label": "Did you parent(s) claim this dependant on their 20xx Income Tax Return due to a disability?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "no",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability",
+ "attributes": {
+ "data-cy": "didYouParentSClaimThisDependantOnTheir20XxIncomeTaxReturnDueToADisability"
+ },
+ "type": "radio",
+ "input": true,
+ "id": "ezhtbqcj",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "inDataGrid": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": true,
+ "lazyLoad": false,
+ "disableAddingRemovingRows": false,
+ "id": "e43w5za"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "evmmjfh"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eu9hjg"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ejm0rnl"
+ },
+ {
+ "title": "Estranged details panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "estrangedDetailsPanel",
+ "conditional": {
+ "show": true,
+ "when": "parentbcResident",
+ "eq": "estranged"
+ },
+ "type": "panel",
+ "label": "Estranged details panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Estranged from parents",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "estrangedFromParentsApplicationException",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "el7cxrc"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide supporting information ",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html75",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ee6k21"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "You may be assessed as an independent student if there has been a severe family breakdown that goes beyond the normal disagreements between parents and children.",
+ "refreshOnChange": false,
+ "key": "html76",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e9zei5r",
+ "className": ""
+ },
+ {
+ "label": "Please select the date you were estranged from your parents",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "Select date",
+ "description": "",
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "calendar",
+ "allowInput": true,
+ "clickOpens": true,
+ "enableDate": true,
+ "enableTime": false,
+ "mode": "single",
+ "noCalendar": false,
+ "format": "yyyy-MM-dd",
+ "dateFormat": "yyyy-MM-dd",
+ "useLocaleSettings": false,
+ "hourIncrement": 1,
+ "minuteIncrement": 5,
+ "time_24hr": false,
+ "saveAs": "text",
+ "locale": "en"
+ },
+ "inputMask": "",
+ "displayMask": "",
+ "allowMultipleMasks": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": "",
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "estrangedDate",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textfield",
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "addons": [],
+ "inputType": "text",
+ "id": "e54f3p9",
+ "defaultValue": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "customClass": "header-sm",
+ "key": "html77",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "efwpcq",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\nA letter from a third party (a social service agency or other professional with direct knowledge of your situation) that includes the following information:
\r\n\r\n - Their relationship to you and your family
\r\n - Their profession
\r\n - Their statement confirming the nature of the breakdown
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html20",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e9z7pv"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Please upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Parents\"
\r\n (e.g. JessieLee_Parents)\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html21",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecfi9yd"
+ },
+ {
+ "label": "Upload supporting documents (optional):",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "customClass": "font-weight-bold",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": true,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "storage": "url",
+ "dir": "Estranged Details",
+ "fileNameTemplate": "",
+ "image": false,
+ "uploadOnly": false,
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMinSize": "0KB",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "estrangedFileUpload",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "parentbcResident",
+ "eq": "estranged",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "file",
+ "url": "student/files",
+ "imageSize": "200",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "defaultValue": null,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "privateDownload": false,
+ "id": "e9l8wcm",
+ "options": "",
+ "fileKey": ""
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content50",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "efdt3wr"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content51",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ef6c50a"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns9",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eb17cap"
+ },
+ {
+ "title": "Parent is not a BC Resident",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": true,
+ "cancel": true,
+ "next": true
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "parentIsNotABcResident",
+ "conditional": {
+ "show": true,
+ "when": "parentbcResident",
+ "eq": "no"
+ },
+ "type": "panel",
+ "label": "Parent is not a BC Resident",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Parent's Residency",
+ "labelWidth": "",
+ "labelMargin": "",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "parentsResidencyApplicationException",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "exe9blq"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide supporting information ",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html78",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ebc0l6"
+ },
+ {
+ "label": "HTML",
+ "className": "alert alert-warning fa fa-exclamation-circle",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": " You indicated that your parent(s) are not B.C. residents\n
If any of the following circumstances apply, you may still be eligible for StudentAid BC funding.",
+ "refreshOnChange": false,
+ "customClass": "banner-warning",
+ "key": "html4",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e9k29ch"
+ },
+ {
+ "label": "Which of the following best describes your situation?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Your parent(s) live in or maintain a family home in B.C.",
+ "value": "yourParentSLiveInOrMaintainAFamilyHomeInBC",
+ "shortcut": ""
+ },
+ {
+ "label": "Your parent(s) live in B.C. but your sponsor lives in another province.",
+ "value": "yourParentSLiveInBCButYourSponsorLivesInAnotherProvince",
+ "shortcut": ""
+ },
+ {
+ "label": "Your parent(s) are separated and the parent you normally live with or who supports you financially is a B.C. resident.",
+ "value": "yourParentSAreSeparatedAndTheParentYouNormallyLiveWithOrWhoSupportsYouFinanciallyIsABCResident",
+ "shortcut": ""
+ },
+ {
+ "label": "Your parent(s) have been stationed abroad (e.g. military service) but lived in B.C. for at least 12 months before leaving the country",
+ "value": "yourParentSHaveBeenStationedAbroadEGMilitaryServiceButLivedInBCForAtLeast12MonthsBeforeLeavingTheCountry",
+ "shortcut": ""
+ },
+ {
+ "label": "Your parent(s) are not living in Canada and you are studying in B.C.",
+ "value": "yourParentSAreNotLivingInCanadaAndYouAreStudyingInBC",
+ "shortcut": ""
+ },
+ {
+ "label": "Your parent(s) moved to another province, but you stayed in B.C. to start or continue your post-secondary studies",
+ "value": "yourParentSMovedToAnotherProvinceButYouStayedInBCToStartOrContinueYourPostSecondaryStudies",
+ "shortcut": ""
+ },
+ {
+ "label": "None of the above",
+ "value": "noneOfTheAbove",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "parentSituation",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "parentbcResident",
+ "eq": "no",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "parentSituation"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e4kl12",
+ "defaultValue": ""
+ },
+ {
+ "label": "Why you should be considered a resident for StudentAid BC purposes andWhy you haven't applied to your parent(s)' province of residency",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "rows": 3,
+ "tooltip": "",
+ "prefix": "",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "editor": "",
+ "autoExpand": false,
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "showWordCount": false,
+ "showCharCount": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": true,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "inputFormat": "html",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "minLength": "",
+ "maxLength": 500,
+ "minWords": "",
+ "maxWords": "",
+ "pattern": "",
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "bcResidentLongText",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "parentSituation",
+ "eq": "noneOfTheAbove",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "textarea",
+ "wysiwyg": false,
+ "input": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputMask": "",
+ "fixedSize": true,
+ "id": "e3zzrxo",
+ "defaultValue": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "customClass": "header-sm",
+ "key": "html79",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "evy207m",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Proof of address (e.g. paid utility receipts), or
\r\n - Letter from a professional third party or
\r\n - Official post-secondary transcripts or
\r\n - Student financial assistance denial letter from your previous province of residency
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html22",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eba2c7"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Please upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_ParentsResidency\"
\r\n (e.g. JessieLee_ParentsResidency)\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html23",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ez4psa8"
+ },
+ {
+ "label": "Upload supporting documents",
+ "hideLabel": true,
+ "tableView": false,
+ "storage": "base64",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4MB",
+ "key": "parentNotBCResidentFileUpload",
+ "type": "file",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "egjvujk"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content52",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eb410r"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content53",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0aaiai"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns10",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "elphaz"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "edpdb4q"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "egztvc"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ekw5h2l"
+ },
+ {
+ "title": "Financial information",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page4",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Financial Information",
+ "tabindex": "",
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Financial information",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html80",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ek71wts"
+ },
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide information about your finances.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html81",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egkzqq8"
+ },
+ {
+ "title": "2020 Tax return income panel",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "TaxReturnIncomePanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "2020 Tax Return Income Panel",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "2020 Income tax return",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html82",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eoetsejm"
+ },
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Enter your reported total income from line 15000 of your 2020 income tax return. This income will be matched with Canada Revenue Agency records, which may affect your assessment of need and/or grant eligibility. \n\nIf you did not file a 2020 income tax return, enter your total income from all sources both inside and outside of Canada.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html83",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "ezaww3",
+ "addons": []
+ },
+ {
+ "label": "My total income in 2020 was:",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "taxReturnIncome",
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "id": "ei8r8ok",
+ "addons": [],
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "title": "CRA consent panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-bg-secondary",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "craConsentPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "p",
+ "className": "category-header-medium-small primary-color",
+ "attrs": [
+ {
+ "value": "",
+ "attr": ""
+ }
+ ],
+ "content": "Canada Revenue Agency consent",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "page4Content5",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "hideLabel": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ef5nzen"
+ },
+ {
+ "key": "page4Content6",
+ "label": "Content",
+ "input": false,
+ "attrs": [
+ {
+ "value": "",
+ "attr": ""
+ }
+ ],
+ "content": "For the purpose of verifying the data provided in this application for student assistance, I hereby consent to the release, by the Canada Revenue Agency, to the Ministry of Post Secondary and Future Skills (or a person delegated by the ministry), of taxpayer information from any portion of my income tax records that pertains to information given by me on any StudentAid BC application.\nThe information will be relevant to, and used solely for the purpose of determining and verifying my information and for my spouse’s eligibility for and entitlement to the following programs: Canada Student Grant for students with Permanent Disabilities, the BC Supplemental Bursary for Students with a Permanent Disability, Canada Student Grant for Part-time Students, Canada Student Loan for Part-time Studies, and if eligible, Canada Student Grant for Part-time Students with Dependants under the Canada Student Financial Assistance Act.\n\nThis information will not be disclosed to any other person or organization without my prior approval. This authorization is valid for the two taxation years prior to the year of signature of this consent, the year of signature of this consent and for any other subsequent consecutive taxation year for which assistance is requested.",
+ "type": "htmlelement",
+ "hideLabel": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tag": "p",
+ "id": "e12bspp",
+ "addons": [],
+ "className": ""
+ }
+ ],
+ "id": "eo4yj69"
+ },
+ {
+ "label": "I give the Canadian Revenue Agency consent to verify the data I have provided in my application.",
+ "customClass": "font-weight-bold",
+ "tableView": true,
+ "defaultValue": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "Canadian Revenue Agency consent",
+ "key": "craConsent",
+ "type": "checkbox",
+ "input": true,
+ "dataGridLabel": false,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "labelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "inputType": "checkbox",
+ "value": "",
+ "name": "",
+ "id": "eqxobp2",
+ "addons": []
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "e910xkr",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Financial circumstances panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "financialCircumstancesPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Financial circumstances",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html86",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ez1i9pw"
+ },
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "If you have had, or anticipate having a significant decrease in income for 2021, you may request to be assessed using this year's estimated income.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html87",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "eui7cei",
+ "addons": []
+ },
+ {
+ "label": "Do you want to be assessed with this year's estimated income?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "hasSignificantDegreeOfIncome",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "hasSignificantDegreeOfIncome"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ee3su14",
+ "defaultValue": ""
+ },
+ {
+ "title": "Decrease in income panel",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "decreaseInIncomePanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "hasSignificantDegreeOfIncome",
+ "eq": "yes"
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Decrease in Income. Panel",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "allowPrevious": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide supporting information ",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html84",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eqwkkg"
+ },
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Add your actual income from the beginning of the calendar year up to the date of your application and your estimated income for the remainder of that calendar year to calculate your total current year income.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html85",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "e4m9daa",
+ "addons": []
+ },
+ {
+ "label": "My total current year income is:",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "myTotalCurrentYearIncomeIs",
+ "conditional": {
+ "show": true,
+ "when": "hasSignificantDegreeOfIncome",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "id": "et21m",
+ "addons": [],
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ },
+ {
+ "label": "Select the reason for your significant decrease in income.",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "COVID-19",
+ "value": "covid19",
+ "shortcut": ""
+ },
+ {
+ "label": "Medical illness or injury",
+ "value": "medicalIllnessOrInjury",
+ "shortcut": ""
+ },
+ {
+ "label": "Family emergency (e.g., death or injury)",
+ "value": "familyEmergencyEGDeathOrInjury",
+ "shortcut": ""
+ },
+ {
+ "label": "Natural disaster",
+ "value": "naturalDisaster",
+ "shortcut": ""
+ },
+ {
+ "label": "Layoff, strike, lockout or other reduction in earnings beyond the family’s control",
+ "value": "layoffStrikeLockoutOrOtherReductionInEarningsBeyondTheFamilysControl",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": false,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "reasonsignificantdecreaseInIncome",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "hasSignificantDegreeOfIncome",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "reasonsignificantdecreaseInIncome"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "edde5i9",
+ "defaultValue": ""
+ },
+ {
+ "title": "Other exceptional circumstance Panel",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "otherExceptionalCircumstancePanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "reasonsignificantdecreaseInIncome",
+ "eq": "other"
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Other exceptional circumstance Panel",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Please explain your situation:",
+ "placeholder": "Type of expense, when expenses occurred and amount",
+ "autoExpand": false,
+ "tableView": true,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "key": "pleaseExplainYourExceptionalCircumstance",
+ "conditional": {
+ "show": true,
+ "when": "reasonsignificantdecreaseInIncome",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "spellcheck": true,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ezeo4r",
+ "addons": [],
+ "displayMask": "",
+ "truncateMultipleSpaces": false
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "ermw1li",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "e0c3le4",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "erkahla"
+ },
+ {
+ "title": "Financial exceptional costs panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "exceptionalCostsPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Financial exceptional costs",
+ "refreshOnChange": false,
+ "key": "html88",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ejy5akn"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "If you have had exceptional circumstances that impact your finances, you may request that these be considered as part of your assessment.",
+ "refreshOnChange": false,
+ "key": "html89",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "elz4uo",
+ "className": ""
+ },
+ {
+ "label": "Do you want to submit an exemption request for exceptional expenses?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "exceptionalExpense",
+ "attributes": {
+ "data-cy": "exceptionalExpense"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e3ruu1"
+ },
+ {
+ "title": "Exemption request for exceptional expenses Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "exemptionRequestForExceptionalExpensesPanel",
+ "conditional": {
+ "show": true,
+ "when": "exceptionalExpense",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Exceptional Expenses",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "exceptionalExpensesApplicationException",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e78m1ow"
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide supporting information ",
+ "refreshOnChange": false,
+ "key": "html90",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "evabvdw"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "If you are living at home and need to pay room and board, additional expenses may be considered as part of your assessment.",
+ "refreshOnChange": false,
+ "key": "html121",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e9vsa6r",
+ "className": ""
+ },
+ {
+ "label": "Select the reason for your significant decrease in income:",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Medical illness or injury",
+ "value": "medicalIllnessOrInjury",
+ "shortcut": ""
+ },
+ {
+ "label": "Family emergency (e.g. death or injury)",
+ "value": "familyEmergencyEGDeathOrInjury",
+ "shortcut": ""
+ },
+ {
+ "label": "Natural disaster",
+ "value": "naturalDisaster",
+ "shortcut": ""
+ },
+ {
+ "label": "Unforseen legal expenses",
+ "value": "unforseenLegalExpenses",
+ "shortcut": ""
+ },
+ {
+ "label": "Court-ordered payments",
+ "value": "courtOrderedPayments",
+ "shortcut": ""
+ },
+ {
+ "label": "Expenses related to a disability (yours or your dependent's) not covered by other funding (e.g. insurance, grants)",
+ "value": "expensesRelatedToADisabilityYoursOrYourDependentsNotCoveredByOtherFundingEGInsuranceGrants",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "key": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong",
+ "attributes": {
+ "data-cy": "strongSelectTheReasonForYourSignificantDecreaseInIncomeStrong"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "euojgnj"
+ },
+ {
+ "label": "Type of expense andWhen expenses occurred andAmount",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "strongPleaseExplainYourSituationStrong",
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "ekefms8"
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "key": "html91",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eo1cjdj"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide one of the documents below.",
+ "refreshOnChange": false,
+ "key": "html92",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eq7e38",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - A copy of your insurance or claim information
\r\n - Receipts showing payment of costs
\r\n - Bank statement
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html24",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "evksdr7",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Expenses\" before uploading
\r\n (e.g. JessieLee_Expenses)\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html25",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e99y2i9",
+ "className": ""
+ },
+ {
+ "label": "ExceptionalExpenseFile",
+ "hideLabel": true,
+ "tableView": false,
+ "storage": "url",
+ "dir": "Exemption Request for Exceptional Expenses",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "key": "exceptionalExpenseFile",
+ "conditional": {
+ "show": true,
+ "when": "exceptionalExpense",
+ "eq": "yes"
+ },
+ "type": "file",
+ "url": "student/files",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "ea87f6w"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content54",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "egdox9m"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content55",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecwx4udn"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns11",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "eajxvgi"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ejevzg"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "epexkwn"
+ },
+ {
+ "title": "Dependant care costs panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "dependantCareCostsPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Dependant care costs",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html93",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "elcakd"
+ },
+ {
+ "label": "Will you have a child age 11 years or under in daycare? ",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "haveDaycareCosts11YearsOrUnder",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "haveDaycareCosts11YearsOrUnder"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "evwiagm",
+ "defaultValue": ""
+ },
+ {
+ "title": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "daycareCostsThatYouIncurForYourChildRenAge11YearsOrUnderPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "haveDaycareCosts11YearsOrUnder",
+ "eq": "yes"
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Daycare costs that you incur for your child(ren) age 11 years or under Panel",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "What are the daycare costs that you incur for your child(ren) age 11 years or under?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "$",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "daycareCosts11YearsOrUnder",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "haveDaycareCosts11YearsOrUnder",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecj5fir",
+ "defaultValue": "",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "ex4ttdg",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Will you have unsubsidized day-care costs during class hours for disabled/infirm dependants 12 years of age or older? ",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "haveDaycareCosts12YearsOrOver",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "haveDaycareCosts12YearsOrOver"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "epsy0r",
+ "defaultValue": ""
+ },
+ {
+ "title": "Total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirmed dependents 12 years of age and older Panel",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "totalUnsubsidizedDayCareCostsDuringClassHoursForTheProposedStudyPeriodForDisabledInfirmedDependents12YearsOfAgeAndOlderPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "haveDaycareCosts12YearsOrOver",
+ "eq": "yes"
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirmed dependents 12 years of age and older Panel",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "What are the total unsubsidized day-care costs during class hours for the proposed study period for disabled/infirm dependants 12 years of age and older?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "$",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "daycareCosts12YearsOrOver",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "haveDaycareCosts12YearsOrOver",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e3j5fb",
+ "defaultValue": "",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "evhgz3v",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "label": "Will you be paying child support and/or spousal support during your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "childSupport",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "childSupport"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e99dfk",
+ "defaultValue": ""
+ },
+ {
+ "title": "Amount paid during study period Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "amountPaidDuringStudyPeriodPanel",
+ "conditional": {
+ "show": true,
+ "when": "childSupport",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the amount that you will pay during your study period.",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "placeholder": "",
+ "description": "",
+ "tooltip": "",
+ "prefix": "$",
+ "suffix": "",
+ "widget": {
+ "type": "input"
+ },
+ "displayMask": "",
+ "customClass": "",
+ "tabindex": "",
+ "autocomplete": "",
+ "hidden": false,
+ "hideLabel": false,
+ "mask": false,
+ "autofocus": false,
+ "spellcheck": true,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "multiple": false,
+ "persistent": true,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "protected": false,
+ "dbIndex": false,
+ "case": "",
+ "truncateMultipleSpaces": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validateOn": "change",
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "unique": false,
+ "errorLabel": "",
+ "errors": "",
+ "key": "childsupportCosts",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": true,
+ "when": "childSupport",
+ "eq": "yes",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "epr14r",
+ "defaultValue": "",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "es4kfrt",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "id": "e8eyzqr"
+ },
+ {
+ "title": "Other financial support panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "otherFinancialSupportPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Other financial support",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html95",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "esfpv1r"
+ },
+ {
+ "label": "Will you have merit-based scholarships or need-based bursaries, including provincial government scholarships received during your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "scholarshipsReceived",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "scholarshipsReceived"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ev98cn",
+ "defaultValue": ""
+ },
+ {
+ "title": "Merit-based scholarships panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "meritBasedScholarshipsPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "scholarshipsReceived",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the amount that you will receive from merit-based scholarships or need-based bursaries (including provincial government scholarships) during your study period.",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "scholarshipsreceviedCosts",
+ "conditional": {
+ "show": true,
+ "when": "scholarshipsReceived",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e5vnv6j",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e8zng0a"
+ },
+ {
+ "label": "Will you receive voluntary contributions from parent(s)/step-parent/sponsor/legal guardian?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "parentvoluntaryContributions",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "parentvoluntaryContributions"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ezs4n5j",
+ "defaultValue": ""
+ },
+ {
+ "title": "Voluntary contributions from parents panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "voluntaryContributionsFromParentsPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "parentvoluntaryContributions",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the estimated amount that you will receive from your parent(s)/step-parent/sponsor/legal guardian.",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "parentvoluntarycontributionsCosts",
+ "conditional": {
+ "show": true,
+ "when": "parentvoluntaryContributions",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e1b6m3",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eghibs"
+ },
+ {
+ "label": "Will you have government funding (e.g., E.I. training allowance, social assistance payment intended to cover education -related costs) during your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "governmentFunding",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "governmentFunding"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "ecjcn2t",
+ "defaultValue": ""
+ },
+ {
+ "title": "Government funding panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "governmentFundingPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "governmentFunding",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the amount of government funding that you will receive during your study period.",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "governmentFundingCosts",
+ "conditional": {
+ "show": true,
+ "when": "governmentFunding",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eci37x",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eqfw6u"
+ },
+ {
+ "label": "Will you have non-government (private sector) funding (e.g., employer) during your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "nonGovernmentFunding",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "nonGovernmentFunding"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eynn3e9",
+ "defaultValue": ""
+ },
+ {
+ "title": "Non-government funding panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "nonGovernmentFundingPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "nonGovernmentFunding",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the amount of non-government (private sector) funding that you will receive during your study period.",
+ "prefix": "$",
+ "customClass": "font-weight-bold",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "nongovernmentfundingCosts",
+ "conditional": {
+ "show": true,
+ "when": "nonGovernmentFunding",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "erxvhyh",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ekjho6l"
+ },
+ {
+ "label": "Will you have B.C. income assistance for persons with disabilities that you will be receiving under the Employment and Assistance for Persons with Disabilities Act during your study period?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "bcIncomeassistanceforDisabilities",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "bcIncomeassistanceforDisabilities"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e36aa1l",
+ "defaultValue": ""
+ },
+ {
+ "title": "BC disability income assistance panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "bcDisabilityIncomeAssistancePanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "bcIncomeassistanceforDisabilities",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Enter the estimated amount of B.C. income assistance that you will receive during your study period.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "USD",
+ "inputFormat": "plain",
+ "truncateMultipleSpaces": false,
+ "key": "bcIncomeassistancefordisabilitiesCosts",
+ "conditional": {
+ "show": true,
+ "when": "bcIncomeassistanceforDisabilities",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ea92fth",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "e5z8tui"
+ }
+ ],
+ "id": "e2sbql7"
+ },
+ {
+ "title": "Living situation panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "livingSituationPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Living Situation",
+ "refreshOnChange": false,
+ "key": "html97",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eo59fct"
+ },
+ {
+ "label": "Will you be living in a home paid for by your parent(s)/step-parent/sponsor/legal guardian during your study period?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": true,
+ "values": [
+ {
+ "value": "yes",
+ "label": "Yes",
+ "shortcut": ""
+ },
+ {
+ "value": "no",
+ "label": "No",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "errorLabel": "Living with your parent/guardian",
+ "key": "livingWithParents",
+ "attributes": {
+ "data-cy": "livingWithParents"
+ },
+ "type": "radio",
+ "input": true,
+ "lockKey": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "eo9gian"
+ },
+ {
+ "title": "Room and board rent panel",
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "roomAndBoardRentPanel",
+ "conditional": {
+ "show": true,
+ "when": "livingWithParents",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Will you be paying room and board (rent) to your parent(s)/step-parent/sponsor/legal guardian?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "livingathomeRent",
+ "conditional": {
+ "show": true,
+ "when": "livingWithParents",
+ "eq": "yes"
+ },
+ "attributes": {
+ "data-cy": "livingathomeRent"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e3w53xm"
+ },
+ {
+ "title": "Your parent(s)/step-parent/sponsor/legal guardian situation Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "yourParentSStepParentSponsorLegalGuardianSituationPanel",
+ "conditional": {
+ "show": true,
+ "when": "livingathomeRent",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Rent living situation",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "rentLivingSituationApplicationException",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "e535uwp"
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please add supporting information",
+ "refreshOnChange": false,
+ "key": "html98",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eja07mq"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "If you are living at home and need to pay room and board, additional expenses may be considered as part of your assessment",
+ "refreshOnChange": false,
+ "key": "html99",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eupcebe",
+ "className": ""
+ },
+ {
+ "label": "Which of the following best describes your parent(s)/step-parent/sponsor/legal guardian situation?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "Receiving income assistance or permanent disability benefits",
+ "value": "receivingIncomeAssistanceOrPermanentDisabilityBenefits",
+ "shortcut": ""
+ },
+ {
+ "label": "Receiving Canada Pension and/or old age supplement, with no other source of income or support",
+ "value": "receivingCanadaPensionAndOrOldAgeSupplementWithNoOtherSourceOfIncomeOrSupport",
+ "shortcut": ""
+ },
+ {
+ "label": "Earning low income, and/or unemployed due to layoff, strike or lockout.",
+ "value": "earningLowIncomeAndOrUnemployedDueToLayoffStrikeOrLockout",
+ "shortcut": ""
+ },
+ {
+ "label": "Other",
+ "value": "other",
+ "shortcut": ""
+ }
+ ],
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "key": "livingathomerentDescription",
+ "conditional": {
+ "show": true,
+ "when": "livingathomeRent",
+ "eq": "yes"
+ },
+ "attributes": {
+ "data-cy": "livingathomerentDescription"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "el21rfa"
+ },
+ {
+ "label": "Please explain your situation:",
+ "autoExpand": false,
+ "tableView": true,
+ "key": "textArea",
+ "conditional": {
+ "show": true,
+ "when": "livingathomerentDescription",
+ "eq": "other"
+ },
+ "type": "textarea",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "minLength": "",
+ "maxLength": "",
+ "pattern": "",
+ "minWords": "",
+ "maxWords": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "mask": false,
+ "inputType": "text",
+ "inputFormat": "html",
+ "inputMask": "",
+ "displayMask": "",
+ "spellcheck": true,
+ "truncateMultipleSpaces": false,
+ "rows": 3,
+ "wysiwyg": false,
+ "editor": "",
+ "fixedSize": true,
+ "id": "etnpur"
+ },
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "key": "html100",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e74jrh"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - A letter from your parent(s), step-parent(s), sponsor, or legal guardian explaining the amount charged and date you started to pay rent or
\r\n - Proof of payment
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html26",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e0mhupn",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Rent\" before uploading
\r\n (e.g. JessieLee_Rent)\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html27",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "en7ltf2",
+ "className": ""
+ },
+ {
+ "label": "Upload supporting documents (optional):",
+ "hideLabel": true,
+ "tableView": false,
+ "storage": "url",
+ "dir": "Parent(s)/step-parent/sponsor/legal guardian situation",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "key": "parentLivingSituationFile",
+ "type": "file",
+ "url": "student/files",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "evwba29"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content56",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ejt0vhf"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content57",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e6qd7di"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns12",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "el3l6nu"
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "evufcu"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e9ztmvn"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "elm8scb"
+ },
+ {
+ "title": "Transportation panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "transportationPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Transportation",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html101",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "etf9kj",
+ "addons": []
+ },
+ {
+ "label": "If you must relocate to a different city to attend school, do you want to provide a cost to be considered?",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "enxmjyj",
+ "defaultValue": ""
+ },
+ {
+ "title": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "ifYouMustRelocateToADifferentCityToAttendSchoolAndYouWillReturnHomeAtLeastOnceDuringYourStudyPeriodWhatIsTheCostOfOneReturnTripHomePanel",
+ "conditional": {
+ "show": true,
+ "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "eq": "yes"
+ },
+ "type": "panel",
+ "label": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "If you must relocate to a different city to attend school and you will return home at least once during your study period, what is the cost of one return trip home?",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "returntriphomeCost",
+ "conditional": {
+ "show": true,
+ "when": "strongIfYouMustRelocateToADifferentCityToAttendSchoolDoYouWantToProvideACostToBeConsideredStrong",
+ "eq": "yes"
+ },
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "id": "ea21r2t",
+ "addons": [],
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "tree": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "e0mlhmb",
+ "addons": [],
+ "lazyLoad": false
+ }
+ ],
+ "id": "enu5jl9"
+ },
+ {
+ "title": "Additional transportation cost",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "additionalTransportationCost",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Additional transportation cost",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html102",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "etbbd6"
+ },
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "You may be eligible for an additional transportation allowance if there is limited or no local public transit where you live, or if you have special circumstances that require extra travel. ",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html103",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "eobcxlv",
+ "addons": []
+ },
+ {
+ "label": "Do you want to be assessed for additional transportation costs",
+ "labelPosition": "top",
+ "labelWidth": "",
+ "labelMargin": "",
+ "optionsLabelPosition": "right",
+ "description": "",
+ "tooltip": "",
+ "customClass": "",
+ "tabindex": "",
+ "inline": false,
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "values": [
+ {
+ "label": "Yes",
+ "value": "yes",
+ "shortcut": ""
+ },
+ {
+ "label": "No",
+ "value": "no",
+ "shortcut": ""
+ }
+ ],
+ "dataType": "",
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "onlyAvailableItems": false,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {
+ "data-cy": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong"
+ },
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "e26wllo",
+ "defaultValue": ""
+ },
+ {
+ "title": "Transportation Exception Content",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-unset",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "panel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": true,
+ "when": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
+ "eq": "yes"
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "Application Exception - Transportation",
+ "calculateValue": "value = \"studentApplicationException\";",
+ "calculateServer": true,
+ "key": "transportationApplicationException",
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "hidden",
+ "id": "ebhurj"
+ },
+ {
+ "label": "Which of the following best describes your situation?",
+ "optionsLabelPosition": "right",
+ "inline": false,
+ "tableView": false,
+ "values": [
+ {
+ "label": "I don’t require additional transportation allowance.",
+ "value": "notRequired",
+ "shortcut": ""
+ },
+ {
+ "label": "There is limited or no public transit where I live",
+ "value": "noLimit",
+ "shortcut": ""
+ },
+ {
+ "label": "I am in a clinical or practicum placement that requires additional travel",
+ "value": "educationPlacement",
+ "shortcut": ""
+ },
+ {
+ "label": "I have special circumstances that require additional travel (work, family responsibilities, living distance from school).",
+ "value": "special",
+ "shortcut": ""
+ }
+ ],
+ "key": "transportationcostsituation",
+ "conditional": {
+ "show": true,
+ "when": "strongYouMayBeEligibleForAnAdditionalTransportationAllowanceIfThereIsNoLimitedLocalPublicTransitWhereYouLiveOrIfYouAreRequiredDueToSpecialCircumstancesDoYouWantToBeAssessedForAdditionalTransportationCostsStrong",
+ "eq": "yes"
+ },
+ "type": "radio",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "onlyAvailableItems": false
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "inputType": "radio",
+ "fieldSet": false,
+ "id": "efqfe2q"
+ },
+ {
+ "title": "Addition Transportation Panel",
+ "breadcrumbClickable": false,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": false,
+ "collapsible": false,
+ "hideLabel": true,
+ "key": "additionTransportationPanel",
+ "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement');",
+ "type": "panel",
+ "label": "Addition Transportation Panel",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "tag": "h3",
+ "className": "category-header-medium primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Upload supporting documents",
+ "refreshOnChange": false,
+ "key": "html104",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "esmabhd"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Please provide one of the documents below.",
+ "refreshOnChange": false,
+ "key": "html105",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e29azc",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Copy of your vehicle insurance and
\r\n - Work, clinical, or practicum location and schedule or
\r\n - Statement that outlines the family responsibilities that require additional travel (e.g. driving children to and from school or daycare) or
\r\n - Statement why you can’t move closer to your school
\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html28",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "euf75k",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "\r\n\r\n - Upload a photo or scanned copy of your documentation
\r\n - Rename your document to \"FirstnameLastName_Transportation\" before uploading
\r\n (e.g. JessieLee_Transportation)\r\n
",
+ "refreshOnChange": false,
+ "customClass": "align-bullets",
+ "key": "html29",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "eo0wfja",
+ "className": ""
+ },
+ {
+ "label": "Upload supporting documents (optional):",
+ "customClass": "font-weight-bold",
+ "hideLabel": true,
+ "tableView": false,
+ "storage": "url",
+ "dir": "Addition Transportation",
+ "webcam": false,
+ "fileTypes": [
+ {
+ "label": "",
+ "value": ""
+ }
+ ],
+ "filePattern": ".pdf,.doc,.docx,.jpg,.png,.txt",
+ "fileMaxSize": "4MB",
+ "multiple": true,
+ "key": "transportationCostsFile",
+ "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement');",
+ "type": "file",
+ "url": "student/files",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "image": false,
+ "privateDownload": false,
+ "imageSize": "200",
+ "fileMinSize": "0KB",
+ "uploadOnly": false,
+ "id": "e9ybwvl"
+ },
+ {
+ "label": "Columns",
+ "columns": [
+ {
+ "components": [
+ {
+ "html": "We accept JPG, PNG, DOC, DOCX, PDF, TXT
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content58",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "ecnc868"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ },
+ {
+ "components": [
+ {
+ "html": "4MB file limit each
\n",
+ "label": "Content",
+ "refreshOnChange": false,
+ "key": "content59",
+ "type": "content",
+ "input": false,
+ "tableView": false,
+ "hideOnChildrenHidden": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e2l267"
+ }
+ ],
+ "width": 6,
+ "offset": 0,
+ "push": 0,
+ "pull": 0,
+ "size": "md",
+ "currentWidth": 6
+ }
+ ],
+ "hideOnChildrenHidden": false,
+ "key": "columns13",
+ "type": "columns",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "autoAdjust": false,
+ "id": "ek4ohwi"
+ },
+ {
+ "label": "Please estimate your weekly transportation costs.",
+ "prefix": "$",
+ "mask": false,
+ "spellcheck": true,
+ "tableView": false,
+ "currency": "CAD",
+ "inputFormat": "plain",
+ "validate": {
+ "required": true,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false,
+ "min": "",
+ "max": "",
+ "step": "any",
+ "integer": ""
+ },
+ "key": "transportationcostsEstimate",
+ "customConditional": "show = (data.transportationcostsituation === 'noLimit' || data.transportationcostsituation === 'special' || data.transportationcostsituation === 'educationPlacement' || data.transportationcostsituation === 'other');",
+ "type": "currency",
+ "input": true,
+ "delimiter": true,
+ "placeholder": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e0owegk",
+ "inputType": "text",
+ "inputMask": "",
+ "decimalLimit": 2,
+ "requireDecimal": true
+ }
+ ],
+ "allowPrevious": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "theme": "default",
+ "breadcrumb": "default",
+ "id": "ew7bwiw"
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "ev5rghf"
+ }
+ ],
+ "id": "emvzoox"
+ },
+ {
+ "input": true,
+ "tableView": false,
+ "key": "dependantstatus",
+ "label": "Dependant Status",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "calculateServer": true,
+ "calculateValue": "/**\r\n * When parent information is entered if student selects\r\n * both the parents passed away \r\n * or estranged from both of my parents then consider the\r\n * student as not dependant.\r\n */\r\nconst isDependant =\r\n data.showParentInformation &&\r\n (data.parentbcResident === \"yes\" || data.parentbcResident === \"no\");\r\n\r\nvalue = isDependant ? \"dependant\" : \"independant\";",
+ "lockKey": true
+ }
+ ],
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "e9pkm6d",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "title": "Confirm submission",
+ "theme": "default",
+ "breadcrumb": "default",
+ "breadcrumbClickable": true,
+ "buttonSettings": {
+ "previous": false,
+ "cancel": false,
+ "next": false
+ },
+ "scrollToTop": true,
+ "tooltip": "",
+ "customClass": "",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": false,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "page5",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "nextPage": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Confirm Submission",
+ "tabindex": "",
+ "components": [
+ {
+ "label": "HTML",
+ "labelWidth": "",
+ "labelMargin": "",
+ "tag": "h2",
+ "className": "category-header-large primary-color",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Confirm submission",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html106",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "eghrup9"
+ },
+ {
+ "label": "HTML",
+ "tag": "p",
+ "className": "",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Confirm your application submission details below. Click on a previous step to edit your application answers.",
+ "refreshOnChange": false,
+ "customClass": "",
+ "hidden": false,
+ "modalEdit": false,
+ "key": "html107",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "htmlelement",
+ "input": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "tableView": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "id": "enm7da",
+ "addons": []
+ },
+ {
+ "title": "Declarations panel",
+ "labelWidth": "",
+ "labelMargin": "",
+ "theme": "default",
+ "tooltip": "",
+ "customClass": "formio-panel-bg-secondary",
+ "collapsible": false,
+ "hidden": false,
+ "hideLabel": true,
+ "disabled": false,
+ "modalEdit": false,
+ "key": "declarationsPanel",
+ "tags": [],
+ "properties": {},
+ "customConditional": "",
+ "conditional": {
+ "json": "",
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "panel",
+ "label": "Panel",
+ "breadcrumb": "default",
+ "tabindex": "",
+ "input": false,
+ "tableView": false,
+ "components": [
+ {
+ "label": "HTML",
+ "className": "category-header-medium-small pb-2",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "Declarations",
+ "refreshOnChange": false,
+ "customClass": "header-md",
+ "key": "html108",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e342tgn"
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "StudentAid BC consent",
+ "refreshOnChange": false,
+ "key": "html1",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "ebh8ug",
+ "className": ""
+ },
+ {
+ "label": "HTML",
+ "attrs": [
+ {
+ "attr": "",
+ "value": ""
+ }
+ ],
+ "content": "I am applying for funding to assist with my education under one or all of the following programs: Canada Student Loan for Part-time Studies, Canada Student Grant for students with Permanent Disabilities, the BC Supplemental Bursary for Students with a Permanent Disability, Canada Student Grant for Part-time Students, and if eligible, Canada Student Grant for Part-time Students with Dependants. Read More",
+ "refreshOnChange": false,
+ "key": "html",
+ "type": "htmlelement",
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tag": "p",
+ "id": "e09oa3u",
+ "className": ""
+ }
+ ],
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "tree": false,
+ "lazyLoad": false,
+ "id": "eiwesth"
+ },
+ {
+ "label": "I give StudentAid BC consent to verify the data I have provided in my application",
+ "labelWidth": "",
+ "labelMargin": "",
+ "description": "",
+ "tooltip": "",
+ "shortcut": "",
+ "inputType": "checkbox",
+ "customClass": "",
+ "tabindex": "",
+ "hidden": false,
+ "hideLabel": false,
+ "autofocus": false,
+ "disabled": false,
+ "tableView": false,
+ "modalEdit": false,
+ "defaultValue": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "clearOnHide": true,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "allowCalculateOverride": false,
+ "validate": {
+ "required": true,
+ "customMessage": "",
+ "custom": "",
+ "customPrivate": false,
+ "json": "",
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "errorLabel": "",
+ "errors": "",
+ "key": "studentAidBcConsent",
+ "tags": [],
+ "properties": {},
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": "",
+ "json": ""
+ },
+ "customConditional": "",
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "checkbox",
+ "name": "",
+ "value": "",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "refreshOn": "",
+ "dataGridLabel": true,
+ "labelPosition": "right",
+ "widget": null,
+ "validateOn": "change",
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "addons": [],
+ "id": "e53huch"
+ }
+ ],
+ "input": false,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "clearOnHide": false,
+ "refreshOn": "",
+ "redrawOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "autofocus": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": null,
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "tree": false,
+ "id": "e602qx",
+ "addons": [],
+ "lazyLoad": false
+ },
+ {
+ "autofocus": false,
+ "input": true,
+ "label": "Submit",
+ "tableView": false,
+ "key": "submit",
+ "size": "md",
+ "leftIcon": "",
+ "rightIcon": "",
+ "block": false,
+ "action": "submit",
+ "disableOnInvalid": false,
+ "theme": "primary",
+ "type": "button",
+ "placeholder": "",
+ "prefix": "",
+ "customClass": "",
+ "suffix": "",
+ "multiple": false,
+ "defaultValue": null,
+ "protected": false,
+ "unique": false,
+ "persistent": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "redrawOn": "",
+ "modalEdit": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "dbIndex": false,
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "widget": {
+ "type": "input"
+ },
+ "attributes": {},
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "overlay": {
+ "style": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "allowCalculateOverride": false,
+ "encrypted": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "properties": {},
+ "allowMultipleMasks": false,
+ "dataGridLabel": true,
+ "id": "e1fb6tf"
+ },
+ {
+ "label": "applicationId",
+ "customClass": "",
+ "modalEdit": false,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationId",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "tableView": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "em1y8gd",
+ "defaultValue": ""
+ },
+ {
+ "label": "applicationStatus",
+ "customClass": "",
+ "modalEdit": false,
+ "defaultValue": null,
+ "persistent": true,
+ "protected": false,
+ "dbIndex": false,
+ "encrypted": false,
+ "redrawOn": "",
+ "customDefaultValue": "",
+ "calculateValue": "",
+ "calculateServer": false,
+ "key": "applicationStatus",
+ "tags": [],
+ "properties": {},
+ "logic": [],
+ "attributes": {},
+ "overlay": {
+ "style": "",
+ "page": "",
+ "left": "",
+ "top": "",
+ "width": "",
+ "height": ""
+ },
+ "type": "hidden",
+ "input": true,
+ "tableView": false,
+ "placeholder": "",
+ "prefix": "",
+ "suffix": "",
+ "multiple": false,
+ "unique": false,
+ "hidden": false,
+ "clearOnHide": true,
+ "refreshOn": "",
+ "dataGridLabel": false,
+ "labelPosition": "top",
+ "description": "",
+ "errorLabel": "",
+ "tooltip": "",
+ "hideLabel": false,
+ "tabindex": "",
+ "disabled": false,
+ "autofocus": false,
+ "widget": {
+ "type": "input"
+ },
+ "validateOn": "change",
+ "validate": {
+ "required": false,
+ "custom": "",
+ "customPrivate": false,
+ "strictDateValidation": false,
+ "multiple": false,
+ "unique": false
+ },
+ "conditional": {
+ "show": null,
+ "when": null,
+ "eq": ""
+ },
+ "allowCalculateOverride": false,
+ "showCharCount": false,
+ "showWordCount": false,
+ "allowMultipleMasks": false,
+ "inputType": "hidden",
+ "id": "e6z1qd9"
+ }
+ ]
}
\ No newline at end of file
diff --git a/sources/packages/forms/src/form-definitions/sfaa2023-24.json b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
index 8d4212ac94..5fdf3077ac 100644
--- a/sources/packages/forms/src/form-definitions/sfaa2023-24.json
+++ b/sources/packages/forms/src/form-definitions/sfaa2023-24.json
@@ -2652,7 +2652,7 @@
"tableView": true,
"validate": {
"required": true,
- "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time = new Date(data.studyendDate).getTime() - new Date(data.studystartDate).getTime();\r\n \r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = (data.studystartDate) ? \r\n ((Difference_In_Days >= 42) && (Difference_In_Days <= 365)) ? \r\n true : \"Invalid Study Period, Dates must be between 42 and 365 days\" : \r\n\"Please provide Study Start date\";",
+ "custom": "// To calculate the time difference of two dates\r\nconst Difference_In_Time =\r\n new Date(data.studyendDate).getTime() -\r\n new Date(data.studystartDate).getTime();\r\n\r\n// To calculate the no. of days between two dates\r\nconst Difference_In_Days = Difference_In_Time / (1000 * 3600 * 24);\r\nvalid = data.studystartDate\r\n ? Difference_In_Days >= data.studyPeriodMinDays &&\r\n Difference_In_Days <= data.studyPeriodMaxDays\r\n ? true\r\n : `Invalid Study Period, Dates must be between ${data.studyPeriodMinDays} and ${data.studyPeriodMaxDays} days`\r\n : \"Please provide Study Start date\";",
"customPrivate": false,
"strictDateValidation": false,
"multiple": false,
@@ -2694,7 +2694,7 @@
"attributes": {},
"validateOn": "change",
"conditional": {
- "show": null,
+ "show": "",
"when": null,
"eq": ""
},
@@ -5491,6 +5491,44 @@
"calculateServer": true,
"calculateValue": "/**\r\n * Validates if the date provided is before today.\r\n *\r\n * The same validation exists on calculating studyEndDateBeforeToday,\r\n * other student application forms, program information request form\r\n * and also on the server side.\r\n *\r\n * When there is an update to this logic make sure to update in all the above.\r\n *\r\n */\r\n\r\nfunction isGivenDateBeforeToday(givenDate) {\r\n return moment\r\n .utc(givenDate)\r\n .isBefore(moment.utc(new Date()).format(\"YYYY-MM-DD\"), \"day\");\r\n}\r\n\r\n// If a study period is selected, validate its study end date to be after given days before now.\r\nvalue =\r\n !!data.selectedOfferingEndDate &&\r\n isGivenDateBeforeToday(data.selectedOfferingEndDate);\r\n",
"isNew": false
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMinDays",
+ "label": "Study period minimum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "calculateValue": "value = data.howWillYouBeAttendingTheProgram === \"Full Time\" ? 84 : 42;"
+ },
+ {
+ "input": true,
+ "tableView": true,
+ "key": "studyPeriodMaxDays",
+ "label": "Study period maximum days",
+ "protected": false,
+ "unique": false,
+ "persistent": true,
+ "type": "hidden",
+ "tags": [],
+ "conditional": {
+ "show": "",
+ "when": null,
+ "eq": ""
+ },
+ "properties": {},
+ "lockKey": true,
+ "defaultValue": "365"
}
],
"input": false,