We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c04c0 commit 7517176Copy full SHA for 7517176
wagtail_advanced_form_builder/models/abstract_advanced_form_mixin.py
@@ -182,7 +182,8 @@ class AbstractAdvancedFormMixin(models.Model):
182
default=None,
183
null=True,
184
blank=False,
185
- help_text=_('Add fields to the form')
+ help_text=_('Add fields to the form'),
186
+ use_json_field=True,
187
)
188
189
thanks_page_title = models.CharField(
0 commit comments