You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some save for later functionality I'm trying to implement, so I'm looking for a way to get a hold of the current submission data for a given form.
Right now I pass in an initial data object using the submission attribute on the formio component, which works great to initialize the form. I was hoping that this object would be data bound to and reflect the data the user enters in the form, but that doesn't appear to be the case.
Is there another way to get a handle on the underlying model without actually submitting the form?
The text was updated successfully, but these errors were encountered:
I have some save for later functionality I'm trying to implement, so I'm looking for a way to get a hold of the current submission data for a given form.
Right now I pass in an initial data object using the submission attribute on the formio component, which works great to initialize the form. I was hoping that this object would be data bound to and reflect the data the user enters in the form, but that doesn't appear to be the case.
Is there another way to get a handle on the underlying model without actually submitting the form?
The text was updated successfully, but these errors were encountered: