django-survey icon indicating copy to clipboard operation
django-survey copied to clipboard

A django survey app that can export results as CSV or PDF using your native language.

Results 38 django-survey issues
Sort by recently updated
recently updated
newest added

_Django 1.11 Python 3.7.7_ Only the first 2 questions are saved and rest are ignored. The workaround right now is to edit the survey and add the questions again.

bug
hacktoberfest

I try both of them and they have the same purpose, `Pick just one of the option`. What if just remove one of them? or are they have different purpose?

enhancement
hacktoberfest

> I would propose going a step further and creating a more accessible stylesheet than the current implementation. The grey backdrop doesn't meet the contrast ratio required for WCAG 3...

enhancement
hacktoberfest

After an upgrade to Django 3.1 (with `django-survey-and-report==1.3.14` in my `requirements.txt` file), I am receiving an Internal Error 500 with this text whenever I try to submit a survey: ```...

bug
hacktoberfest

Noticed that the date picker stops working in this situation: 1. Fill out the survey so that all of the data is valid _except_ for a required date field (date...

bug
hacktoberfest

I read the README. I ask myself: How many people want a report in PDF format, and how many people want an online report. I think time has changed and...

enhancement
hacktoberfest

I am currenty using django-survey as an app inside another project. I wanted to modify the templates and classes a little in order to, e.g. insert a captcha into the...

enhancement
hacktoberfest

I don't know if it is in the scope of this project, but for a small project, I am working on, I will have to create some frontend visualizations of...

enhancement
hacktoberfest

I have a use case where I need to be able to put a default value for a field for one of the questions. The user can always change it...

enhancement
hacktoberfest

I need a way to include a hidden form field that has a fixed value. For instance, the ID of the survey that is needed to tie it to an...

enhancement
hacktoberfest