Using an auto-updating school year lets you place a single, smart tag that always shows the correct school year without manual edits each summer. Build it once, and your forms and email notifications stay accurate all year-round.
Add a Computed Component
1
On your form, drop in a Computed Component and set its formula equal to:
2
Set the field ID of the computed component to schoolYear and set the component to Always Hide (under the component's Show/Hide Rules).
3
Now, when you want to reference the school year dynamically on your form or in email notifications, use ##schoolYear## to merge-in the calculated school year. Simple!
Need your year to flip earlier? Change
currentMonth >= 7
to a lower number. For example, use >= 4
if you want the school year to change on April 1.That is all it takes. One computed component and one merge tag keep every form and email up to date year after year!
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article