Ask organizer modal implemented

This commit is contained in:
adilallo
2026-05-11 18:03:52 -06:00
parent b5930331c0
commit 625a8c3161
29 changed files with 724 additions and 56 deletions
+7
View File
@@ -0,0 +1,7 @@
/**
* Shared between client (form JSON) and server (Zod + honeypot check).
* CR-107 Ask an organizer.
*/
export const ORGANIZER_INQUIRY_HONEYPOT_FIELD = "company" as const;
export const ASK_ORGANIZER_INQUIRY_FORM_ID = "ask-organizer-inquiry-form" as const;