Welcome to `django-fobi` (later on named just `Fobi`) - a customisable, modular, developer-friendly form builder application for Django. With `Fobi` you can build Django forms using a user-friendly GUI, save or mail posted form data. Developer-friendly API allows you to build your own form elements and form handlers (mechanisms for handling the submitted form data).
The `Fobi` dashboard, where you can see all the forms you have created, edit them (add/remove elements, form handlers), create new forms as well as remove existing ones.
Create your first form using awesome user-friendly GUI. Choose what to do with the posted data.
See the Django-admin for saved data, as well as choose who to grant with permissions of using one or another `Fobi` plugin (form element or form handler).
See the FeinCMS page integration demo to see how to embed an existing form into a FeinCMS page.
Integration with Django REST framework. Wanted to make your forms available via REST API? Then this sub-package is for you. LIST/OPTIONS/POST actions supported.