Is there a way to have one submit button for multiple forms in the same page? #10915
Unanswered
Shaker-Hamdi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation where I have multiple forms on the same page.
The single form is inside a
<userForm />
component, and I loop over a dynamic number (it could be any number), and I display that form component for each iteration on the same page.How do I have a single submit button that handles the onSubmit on all these forms (however many there are)?
Beta Was this translation helpful? Give feedback.
All reactions