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 would like to create a form with two fields side-by-side. I think of implementing this by registering a new field with two options, 'left' and 'right'. In each option, I will list all available fields which the user can then select.
from django import forms
from wagtailstreamforms.fields import BaseField, register
from wagtail.core import blocks
I would like to create a form with two fields side-by-side. I think of implementing this by registering a new field with two options, 'left' and 'right'. In each option, I will list all available fields which the user can then select.
from django import forms
from wagtailstreamforms.fields import BaseField, register
from wagtail.core import blocks
Am I on the right track and how do I continue with this, (how do I list all fields)?
The text was updated successfully, but these errors were encountered: