{ "fields": [ { "fieldName": "schoolId", "type": "hidden" }, { "fieldName": "zipCode", "type": "hidden" }, { "fieldName": "registrationType", "value": "school", "type": "hidden" }, { "title": { "en-US": "School name" }, "fieldName": "schoolName", "type": "text", "placeholder": { "en-US": "Enter your school name" }, "validation": { "required": true } }, { "title": { "en-US": "Registrant first name" }, "fieldName": "firstName", "type": "text", "placeholder": { "en-US": "Enter your first name" }, "validation": { "required": true } }, { "title": { "en-US": "Registrant last name" }, "fieldName": "lastName", "type": "text", "placeholder": { "en-US": "Enter your last name" }, "validation": { "required": true } }, { "title": { "en-US": "Registrant school email" }, "fieldName": "schoolEmail", "type": "email", "placeholder": { "en-US": "Enter your school email" }, "validation": { "required": true } }, { "title": { "en-US": "Registrant personal email" }, "fieldName": "email", "type": "email", "placeholder": { "en-US": "Enter your personal email" }, "helperText": { "en-US": "Personal emails are used only as a backup in case your school email isn't deliverable." }, "validation": { "required": true } }, { "title": { "en-US": "School Registrant Role" }, "fieldName": "role", "type": "dropdown", "placeholder": { "en-US": "Select your role" }, "options": [ { "value": "educator", "title": { "en-US": "Educator" } }, { "value": "administrator", "title": { "en-US": "Administrator" } }, { "value": "other", "title": { "en-US": "Other" } } ], "validation": { "required": true } }, { "title": { "en-US": "What grade levels will be competing in the Challenge? (Select all that apply)" }, "fieldName": "gradeLevels", "type": "checkbox", "options": [ { "value": "6", "title": { "en-US": "6" } }, { "value": "7", "title": { "en-US": "7" } }, { "value": "8", "title": { "en-US": "8" } }, { "value": "9", "title": { "en-US": "9" } }, { "value": "10", "title": { "en-US": "10" } }, { "value": "11", "title": { "en-US": "11" } }, { "value": "12", "title": { "en-US": "12" } } ] }, { "title": { "en-US": "Approximately how many students will compete from your classes?" }, "fieldName": "studentCount", "type": "number", "placeholder": { "en-US": "Enter the number of students" }, "validation": { "required": true } }, { "title": { "en-US": "Are you also planning to participate as one of the below school organizations? If yes, select your organization." }, "fieldName": "organization", "type": "dropdown", "placeholder": { "en-US": "Select organization (optional)" }, "options": [ { "value": "FBLA", "title": { "en-US": "FBLA" } }, { "value": "DECA", "title": { "en-US": "DECA" } }, { "value": "CEE", "title": { "en-US": "CEE" } }, { "value": "businessProfessionals", "title": { "en-US": "Business Professionals of America" } }, { "value": "other", "title": { "en-US": "Other" }, "children": [ { "title": { "en-US": "Please enter the name of the school organization you'll be participating with:" }, "fieldName": "otherSchoolOrg", "type": "text", "placeholder": { "en-US": "Enter the name of the school organization" }, "validation": { "required": true } } ] } ] }, { "title": { "en-US": "If participating with a school organization, approximately how many students do you expect to participate?" }, "fieldName": "organizationStudentCount", "type": "number", "placeholder": { "en-US": "Enter the number of students" } }, { "title": { "en-US": "How did you hear about the Intuit Hour of Finance Challenge? (Check all that apply)" }, "fieldName": "referralType", "type": "dropdown-multi", "placeholder": { "en-US": "Select option" }, "options": [ { "value": "intuitEmail", "title": { "en-US": "Email from Intuit for Education" } }, { "value": "educationOrganization", "title": { "en-US": "Education organization (e.g. NGPF, FBLA, CEE, DECA)" } }, { "value": "communityOrganization", "title": { "en-US": "Community based organization (e.g. Girl Scouts, Boy Scouts, 4-H)" } }, { "value": "webSearch", "title": { "en-US": "Web search (e.g. Google, Bing, Gemini, Chat GPT)" } }, { "value": "socialMedia", "title": { "en-US": "Social media" } }, { "value": "newsArticle", "title": { "en-US": "News article" } }, { "value": "colleague", "title": { "en-US": "Colleagues or peer educators" } }, { "value": "district", "title": { "en-US": "District or state-provided resources" } }, { "value": "FinLitforum", "title": { "en-US": "Intuit FinLit Forum" } }, { "value": "intuitemp", "title": { "en-US": "Intuit employee" } }, { "value": "other", "title": { "en-US": "Other" }, "children": [ { "title": { "en-US": "How did you hear about us?:" }, "fieldName": "othermktgchannel", "type": "text", "validation": { "required": true } } ] } ], "validation": { "required": true } } ] }