Can this be done using Django-dynamic-forms?
On Fri, Jul 17, 2015 at 5:22 AM, Derek wrote:
> I doubt this is possible with plain admin, which is designed for CRUD
> operations
>
> Trying looking into form wizards:
> https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/
>
> or,
I doubt this is possible with plain admin, which is designed for CRUD
operations
Trying looking into form wizards:
https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/
or, if that cannot handle your logic, then write an action:
https://docs.djangoproject.com/en/1.7/ref/contri
Thanks. I'll look into it.
On Wednesday, July 15, 2015 at 12:18:05 AM UTC-4, luisza14 wrote:
>
> I know it is not the answer of your question but for your survey design it
> is important that you see this links.
>
> https://github.com/chrisglass/django_polymorphic
> https://github.com/django-mptt
I know it is not the answer of your question but for your survey design it
is important that you see this links.
https://github.com/chrisglass/django_polymorphic
https://github.com/django-mptt/django-mptt/
I know that because I did a survey app years ago, but unfortunately it is
not free and it i
I need to build a survey tool which provides an interface to the survey
administrator to add/edit/delete questions. I understand we can do it
through the admin interface. But can we modify the admin interface to
provide branched/skip logic feature so that the administrator can design a
survey w
5 matches
Mail list logo