-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update survey default values with data from DB when filling survey #78
Comments
Hey @VladEfanovNewton , Pre-loading survey with existing results; I think there are two parts of this: A) you have to persist previous results and B) you'd need to populate the survey object.
Logging: you can only catch navigation events and e.g. log something when those happen (see Both features would be very nice to have though so consider opening separate new tickets for enhancement. |
Very much interested to see B) implemented. @adar2378 |
@Numoy Any plan for this? We would also like to prefill the survey with previously completed results from the user. |
I will try to integrate this with the next feature release! |
Hello
I created survey with survey_kit commit: 41f3229.
At the beginning of the survey, the person's ID is asked. After inserting the person id, I want to check in the DB if the person already exists. If yes, the default survey values will be replaced with the values from the DB. Can I do it and how?
Also, I want to log after every step that goes through in the survey. Can I do it and how?
Thanks in advance
The text was updated successfully, but these errors were encountered: