Django-survey or django-questionnaire is too admin-centric for me (beside tied to django). I want my user to create their own survey. Something like Google Form survey (view example), where form creation feels fluid and intuitive (because of js magic). I've googling around with no luck.
Is there any python-based survey app/library/package out there? I'm OK if i have to write my own model/python-wise but not so sure in designing the creation process (javascript). Do you have suggestion of what Javascript library may suit this?
Thanks.