Hi
I have to use a form with some auto-filled field values from the URL parameters.
The purpose of the form is to record attendance in several locations using location passed as URL parameter (QR code etc)
Set cookie to prevent repeated participation: Off
Enable token-based response persistence: Off since is public and want to allow anyone that scanned the code to submit.
Participant may save and resume later: unchecked since i don't want to save anything unless submitted. There are not many fields there.
Once you load the url the cookie is set and fields auto filled from URL parameters
Unless the form is submitted or Exit and clear the survey, the cookie won't reset.
If you don't submit and scan another location URL the browser will not update the fields with the new value and still remember the old values which makes everything useless.
Anyone has a solution to this issue?
I don't see the point with all those options if they go against the purpose, especially [Participant may save and resume later=off] why everything is recorded anyway ?
i really hope there is a fix to this and someone can help me.
Though this represents another issue in itself @tpartner
The best would have been to have a parameter to trigger update fields and not to generate a new entry on every refresh
So this "newtest" can be disabled if it becomes an issue with spamming by those without much knowledge, and without adding tokens to the survey?
The best would be not to insert any new record when "save=off"