barseghyanartur / django-fobi

Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
https://pypi.python.org/pypi/django-fobi
484 stars 112 forks source link

Form wizard within CMS-integrations #227

Open matacino opened 5 years ago

matacino commented 5 years ago

Hi,

I try to use django-fobi within wagtail-CMS. It looks all quite smooth except I cant use form-wizards inside the CMS (means I can't select them in the wagtail-fobi-page - only "simple" forms). I have had looks inside the code for the integrations of wagtail, feinCMS or Djangocms and there is always just the "fobi.FormEntry" connected with the CMS never the "fobi.FormWizardFormEntry".

  1. Is it by design?
  2. Is it a bug?
  3. Or - Do I miss something?

Thanx in advance for an answer!

barseghyanartur commented 5 years ago

It's not yet implemented.

matacino commented 5 years ago

Thank you for the answer! In witch way is it not implemented? Does the integration needs enhancement or the Form(-wizard)-Display-mechanism? I did not peek to much into the fobi-part of the code.

barseghyanartur commented 5 years ago

@matacino:

Yes, exactly. That part is totally missing in the integration (for all sorts, thus Wagtail, Django CMS, FeinCMS, Django REST Framework and FeinCMS).