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 thought about creating a form using fields.array() for the properties attribute and using a custom widget that renders fields.object instead of fields.string but cant seem to get it working.
Is there a simple solution?
The text was updated successfully, but these errors were encountered:
How would i go about creating a form that outputs:
or alternatively if thats not possible:
I need to add the array fields to the form dynamically based on the number of fields in the document i retrieve from mongo.
The data i need to bind to the form is in the following format:
I thought about creating a form using fields.array() for the properties attribute and using a custom widget that renders fields.object instead of fields.string but cant seem to get it working.
Is there a simple solution?
The text was updated successfully, but these errors were encountered: