octavenz / wagtail-advanced-form-builder

Advanced form builder for Wagtail
BSD 3-Clause "New" or "Revised" License
19 stars 7 forks source link

Is it possible to use this form builder on streamfields insteaad of pages? #2

Open tekanokhambane opened 3 years ago

tekanokhambane commented 3 years ago

I just like to know if its possible to use streamfields to build forms?

richie-blake commented 3 years ago

Hi @tekanokhambane

It's possible to use it with Streamfield. There is some documentation available here that should achieve what you want: https://wagtail-advanced-form-builder.readthedocs.io/en/latest/getting_started/using_your_own_page_models/

custom-form-builder-page

You can see in the screenshot there's a form streamfield block that can be used in the context of a standard streamfield field. So you create the form on the "form" tab, and insert the form block into your standard streamfield content. It will then render in the appropriate place on the page.