-
Notifications
You must be signed in to change notification settings - Fork 37
How to get the form datas of each step #17
Comments
function form1Data() { function onFormSubmit() { const step2Content = ( ...some fields... )const step1Content = ( ...some fields... )<StepProgressBar |
@iamsajithsasi this feature is not yet implemented, would it be possible for you to raise a PR?? |
@iamsajithsasi did you find a workaround? I'm having the same problem. |
Nope. Form were removed from dom during next/prev steps. I had to move owing to time constraints |
I made this: |
I'm wondering, how the data of each form/steps needs to be obtained. Thanks
The text was updated successfully, but these errors were encountered: