Form notes - hidden, for whoever edits this form
This block is hidden. Parents never see it and it is not part of any submission, email or sheet. Keep it hidden and keep it last.
Field names are the contract. Every field has a name set over the API (parent_email, student1_site, attendee_count, admission ...). They are the column keys the analysis workbook and the email templates bind to. Do not rename a field in the builder. If you add a field, name it in the same style: snake_case, parent_* / student1_* / var_* / p_*. The full standard is shared/form-standard.md in the HSA repo.
parent_email is the family key. Every HSA form uses it, lowercased and trimmed, to join a family across forms and years. Keep it required.
Hidden fields are on purpose. school_year (2026-27) is stamped on every row so stacked years can be told apart. var_cc is where the copy of the parent receipt goes. Do not delete them, do not unhide them.
Emails. HSA record goes to jotform@medfordhsa.org and regenerates itself when the form is edited, so hand edits to it do not last. Parent receipt goes to the parent, Clone Of Parent receipt to var_cc; both reply to jotform@medfordhsa.org. Never point anything at execboard@.
Payment is live PayPal. Enabling the form takes real money. The $20 amount lives in the payment field; the "Cost is $20 per family" line under attendee_count is plain text and must be changed with it.
Next year: clone this form, then update the date, place, rain date (it appears in the reminders block AND in both receipt bodies), the school list, the price, and school_year. Then re-read this block. Notes and to-do: projects/movie-night/README.md in the HSA repo.