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

getting form submission data in api #246

Closed MySecondLanguage closed 4 years ago

MySecondLanguage commented 4 years ago

Hi, I am going through trouble, I notice Django-fobi only returning API for form entry.

I am trying to extract all the user submission based form or wizard in API endpoint.

I have integrated the fobi drf_integration module but it only returns data related form entry.

Can anyone help me how can we get user submission data in API endpoint?

barseghyanartur commented 4 years ago

That part isn't available yet, but would be eady to implement. Would you have time to work on this?

MySecondLanguage commented 4 years ago

OK, I will work on it. Can you please give me the model name where the submission is being populated?

I will implement this today

barseghyanartur commented 4 years ago

https://github.com/barseghyanartur/django-fobi/blob/v0.16.x/src/fobi/contrib/plugins/form_handlers/db_store/models.py

There it is. A couple of things.

MySecondLanguage commented 4 years ago

OK, Thanks a lot