{ "fields": [ { "fieldName": "registrationType", "value": "community", "type": "hidden" }, { "title": { "en-US": "Parent Organization" }, "fieldName": "parentOrg", "type": "dropdown", "options": [ { "value": "4-H", "title": { "en-US": "4-H" } }, { "value": "girlScouts", "title": { "en-US": "Girl Scouts" } }, { "value": "boyScouts", "title": { "en-US": "Boy Scouts" } }, { "value": "other", "title": { "en-US": "Other" }, "children": [ { "title": { "en-US": "Other Parent Organization" }, "fieldName": "otherParentOrg", "type": "text", "validation": { "required": true } } ] } ], "validation": { "required": true } }, { "title": { "en-US": "Organization Chapter" }, "fieldName": "orgChapter", "type": "text", "placeholder": { "en-US": "Organization Chapter" }, "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": "Job Title / Role" }, "fieldName": "jobTitleRole", "type": "text", "placeholder": { "en-US": "Enter job title/role" }, "validation": { "required": true } }, { "title": { "en-US": "Registrant email" }, "fieldName": "email", "type": "email", "placeholder": { "en-US": "Enter email" }, "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 organization?" }, "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": "Please enter how you heard of us" }, "fieldName": "othermktgchannel", "type": "text", "validation": { "required": true } } ] } ], "validation": { "required": true } } ] }