Form Data when control moves to another component #3276
Unanswered
sivaputrevu
asked this question in
General
Replies: 1 comment 2 replies
-
Is this what you after? https://react-hook-form.com/advanced-usage#WizardFormFunnel |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
I need one info on to hold the form data. when the user clicks on submit, depends on his selection I need to show a confirmation dialog[which is entirely a diff component] and the user confirms the form data will get submitted to server. for this req. as of now I am caching the form data in a local state and fetching back when the user confirmed in the confirmation dialog. Is there any way to hold on the form data[React hook form way] when the control moves to another component and comes back!
please assist!
Beta Was this translation helpful? Give feedback.
All reactions