Participant Information
Parent Information
{ "settings": { "recaptcha": { "isEnabled": "true", "siteKey": "6Les66kUAAAAANyLrgkl7iuN4JUpNlB5upaMovI4" }, "hcaptcha": { "siteKey": "7fe715a1-151f-4c63-b497-bd971974df05" } }, "components": [ { "legend": "Participant Information", "key": "fieldSet", "type": "fieldset", "label": "Field Set", "input": false, "tableView": false, "components": [ { "label": "Columns", "columns": [ { "components": [ { "label": "Teen's First Name", "validate": { "required": true }, "key": "Teens_First_Name", "type": "textfield", "input": true, "tableView": true } ], "width": 6, "offset": 0, "push": 0, "pull": 0, "size": "md", "currentWidth": 6 }, { "components": [ { "label": "Teen's Last Name", "validate": { "required": true }, "key": "Teen_Last_Name", "type": "textfield", "input": true, "tableView": true } ], "width": 6, "offset": 0, "push": 0, "pull": 0, "size": "md", "currentWidth": 6 } ], "key": "columns", "type": "columns", "input": false, "tableView": false }, { "label": "Gender", "widget": "choicesjs", "data": { "values": [ { "label": "Male", "value": "male" }, { "label": "Female", "value": "female" } ] }, "validate": { "required": true }, "key": "gender", "type": "select", "input": true, "tableView": true }, { "label": "Grade entering, Fall 2024", "mask": false, "delimiter": false, "requireDecimal": false, "truncateMultipleSpaces": false, "validate": { "required": true }, "key": "grade", "type": "number", "input": true, "tableView": false }, { "label": "School", "validate": { "required": true }, "key": "school", "type": "textfield", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "email", "type": "email", "input": true, "tableView": true }, { "label": "Phone Number", "validate": { "required": true }, "key": "teen_phone_number", "type": "phoneNumber", "input": true, "tableView": true } ] }, { "legend": "Parent Information", "key": "fieldSet1", "type": "fieldset", "label": "Field Set", "input": false, "tableView": false, "components": [ { "label": "Columns", "columns": [ { "components": [ { "label": "Parent's First Name", "validate": { "required": true }, "key": "Parents_First_Name", "type": "textfield", "input": true, "tableView": true } ], "width": 6, "offset": 0, "push": 0, "pull": 0, "size": "md", "currentWidth": 6 }, { "components": [ { "label": "Parent's Last Name", "validate": { "required": true }, "key": "Parents_Last_Name", "type": "textfield", "input": true, "tableView": true } ], "width": 6, "offset": 0, "push": 0, "pull": 0, "size": "md", "currentWidth": 6 } ], "key": "columns1", "type": "columns", "input": false, "tableView": false }, { "label": "Relationship", "widget": "choicesjs", "data": { "values": [ { "label": "Mother", "value": "mother" }, { "label": "Father", "value": "father" }, { "label": "Stepmother", "value": "stepmother" }, { "label": "Stepfather", "value": "stepfather" }, { "label": "Grandmother", "value": "grandmother" }, { "label": "Grandfather", "value": "grandfather" }, { "label": "Guardian", "value": "guardian" }, { "label": "Registering myself", "value": "registering_myself" } ] }, "validate": { "required": true }, "key": "parent_relationship", "type": "select", "input": true, "tableView": true }, { "label": "Email", "validate": { "required": true }, "key": "parent_email", "type": "email", "input": true, "tableView": true }, { "label": "Phone Number", "validate": { "required": true }, "key": "parent_phone_number", "type": "phoneNumber", "input": true, "tableView": true } ] }, { "label": "Which of the informational sessions will you be attending?", "widget": "choicesjs", "data": { "values": [ { "label": "September 19th - Virtual via Zoom", "value": "september18VirtualViaZoom" }, { "label": "September 23rd - Boynton Beach", "value": "september23rd(BB)" } ] }, "validate": { "onlyAvailableItems": true }, "key": "whichOfTheInformationalSessionsWillYouBeAttending", "type": "select", "input": true, "tableView": true }, { "label": "Check box to indicate that you have read and agree to the Mandel JCC liability waiver listed above.*", "validate": { "required": true }, "key": "checkBoxToIndicateThatYouHaveReadAndAgreeToTheMandelJccLiabilityWaiverListedAbove", "type": "checkbox", "input": true, "tableView": false }, { "type": "button", "label": "Submit", "key": "submit", "disableOnInvalid": true, "input": true, "tableView": false } ] }