I'm new to Limesurvey and I have a couple of questions.
1) I would like to put a counter displaying the number of people submitting my survey in real time on a web site...Is it doable? How can I go about it?
2) Do Limesurvey surveys have an authomatic filter to prevent the same person from submitting more than once the same survey, or do I have to twik with some settings in order to avoid that?
Thank you
1. You can either use the
Limesurvey API
for this or query the database directly using "SELECT COUN T(*) FROM lime_survey_123456" where 123456 is the survey ID and "lime_" is the prefix set during installation.
If you only want to check for completed responses add: "...WHERE submitdate IS NOT NULL".
Best regards/Beste Grüße,
Dr. Marcel Minke
survey-consulting.com
offlinesurveys.com
Feel free to contact me by email for professional LimeSurvey support!