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
{{ message }}
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
I have a form with several required fields. I've gotten a number of valid submissions, but my admin view also shows a series of entries where each value simply appears as undefined. What is likely to cause this? Could it be that somebody tried to submit valid form data but it wasn't properly stored?
The text was updated successfully, but these errors were encountered:
It's possible that the serialization on the client side didn't work properly, but it's hard to tell without more information.
In order to have a proper look, we would need you to either provide the JSON schema you're using under the hood, or to provide us with a link to the form itself.
I have a form with several required fields. I've gotten a number of valid submissions, but my admin view also shows a series of entries where each value simply appears as
undefined
. What is likely to cause this? Could it be that somebody tried to submit valid form data but it wasn't properly stored?The text was updated successfully, but these errors were encountered: