Hi all,
I have created a small PHP script where a user can enter his/her email address that is subsequently stored in a SQL database. I want to anonymously collect e-mail addresses in order to build a separate list unrelated to the survey answers for prize winning purposes. I was wondering if there is a way by e.g. using cookies or manipulating PHP session, to determine if a survey has been successfully submitted. The script is in the same domain. Thank you very much in advance!
P.S. Perhaps I could create a cookie using Javascript in the Limesurvey End message, but would this be a safe solution?
I have created a small PHP script where a user can enter his/her email address that is subsequently stored in a SQL database. I want to anonymously collect e-mail addresses in order to build a separate list unrelated to the survey answers for prize winning purposes. I was wondering if there is a way by e.g. using cookies or manipulating PHP session, to determine if a survey has been successfully submitted. The script is in the same domain. Thank you very much in advance!
P.S. Perhaps I could create a cookie using Javascript in the Limesurvey End message, but would this be a safe solution?