barseghyanartur / django-fobi

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

It seems to read a form name and form elements I need to make 2 API calls: one OPTIONS and one GET #313

Open mariuccio opened 1 year ago

mariuccio commented 1 year ago

Hello! It seems to me that with the drf_integration I need to make 2 API calls to read a form name and to retrieve all the elements:

There's a name returned by the OPTIONS API, but it's always equal to "Fobi Form Entry Instance"

Is it correct or am I doing something wrong? Maybe we can make a more detailed FormEntrySerializer for the retrieve by slug API?