{ "version": 1, "title": "Tutorial — Display Fields (Note and Divider)", "fields": [ { "id": "intro", "type": "note", "label": "Note and Divider fields are display-only — they show information to the field worker but do not collect data and are not included in submissions." }, { "id": "section_divider", "type": "divider" }, { "id": "instructions", "type": "note", "label": "Instructions: Fill in all required fields (*). Take a photo of the site before starting. If the respondent is not available, record 'Absent' in the notes field." }, { "id": "location", "type": "geopoint", "label": "Location", "required": true }, { "id": "site_name", "type": "text", "label": "Site Name", "required": true }, { "id": "photo_reminder", "type": "note", "label": "Remember to take a photo of the site before proceeding." }, { "id": "photo", "type": "photo", "label": "Site Photo" }, { "id": "divider_end", "type": "divider" }, { "id": "closing_note", "type": "note", "label": "Review all fields before submitting. Submissions cannot be edited after sync." }, { "id": "notes", "type": "textarea", "label": "Notes" } ] }