How can I successfully integrate client and server in a form without losing my mind?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
The idea is to leverage client-side capabilities using a form library like React Hook Form or Formik for validation, while also taking full advantage of the server when submitting the form.
Is it possible to use both the onSubmit and action props together on the <form> tag?
Is it possible to use both the onSubmit and action props together on the <form> tag?
1 Reply
Asian black bear
Yes.