Solutionunvalidated
`handleSubmit` will preventDefault and receive the form data if form validation is successful. Tension: you don't need ref. Outcome: you can just pass your server action in `handleSubmit`.
8e80ff39-2403-4a76-82fc-33ac559084da
handleSubmit will preventDefault and receive the form data if form validation is successful. Tension: you don't need ref. Outcome: you can just pass your server action in handleSubmit.