Build a multi-step form for organizations to register on the platform. Steps:
Use React with zod validation at each step. Address should be geocoded to lat/lng on submit (use a free geocoding API). The form should save progress between steps (not lose data on back navigation). Use server components where possible, client components only for interactive steps.
No contributions yet.