From ceaca60ecee22545fffa66508827582bccd939a2 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sun, 11 Aug 2024 18:41:56 +0200 Subject: [PATCH] Add additional_info field to form requirements Include extra guidance for the user to specify their timezone. This aims to reduce ambiguity and ensure better form submissions. The change is minimal but improves overall user experience. --- src/components/form/data/apply.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/form/data/apply.tsx b/src/components/form/data/apply.tsx index 267d7eb..cf44919 100644 --- a/src/components/form/data/apply.tsx +++ b/src/components/form/data/apply.tsx @@ -89,6 +89,7 @@ export const apply: FormData = { min_length: 3, max_length: 256, required: true, + additional_info: "Please include your timezone." }, { label: "Do you have any previous experience being staff?",