storm mode • forms hub • staff workflow
PUSH
This is the P.U.S.H forms hub. You must be logged in to submit a form. Your login saves across pages (Forms + TOS) on this same website.
Create Form
login required
Tip: If this is a report, include message links/screenshots + timestamps. If it’s an appeal, include what you’ll do differently.
Advanced Form Guide
ideas + build template
Open advanced form checklist
What makes a form “advanced”
- Conditional questions (show/hide fields)
- Validation (required, min/max, link checks, age checks)
- Anti-spam (captcha + rate limit)
- File uploads (screenshots / proof)
- Save/continue later (drafts)
- Admin review flow (pending/approved/denied)
- Logging (who, when)
- Privacy + policy pages
Core pieces
- Frontend: form page + success/error states
- Backend: needed so your Discord webhook isn’t exposed
- Storage: optional (Discord only / DB / Sheets)
- Security: Turnstile/hCaptcha + rate limit + secrets server-side
How to tell me to build it later (template)
GOAL:
HOSTING:
SEND TO (webhook as secret/env var):
FORM FIELDS:
CONDITIONAL LOGIC:
ANTI-SPAM:
STORE SUBMISSIONS:
FILE UPLOADS:
DESIGN STYLE:
PAGES NEEDED:
EXTRA:
Best setup: Cloudflare Pages + Worker + Turnstile (free) — optional D1 database later.