Support Forums

Questions about surveying? How does this thing work? We're here to help!

The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.

Current User: Guest

Maintaining a cohort/panel of participants – each with a unique log in

Topic Locked
UserPost

7:35
May 29, 2009


petejonze

Member

posts 4

Hi, 2 questions in 1 (nb: please assume that I have the highest level account, and solutions involving coding are fine):


1: I want to maintain a group (i.e. set/cohort/panel) of participants, each of which will have various information pre-associated with them. This information will then be used to personalise their survey. Am I right in saying that this can be achieved by: (i) establishing an external database of info; and then (ii) using POST to query said database. Is this correct? And if so, what would I use as the identifying key to query the database?


(Possibly) Relatedly:


2: I want each of my participants to have a unique username and password. I gather that one way to have unique log-ins is by giving each participant their own URL. However, that is not ideal for me, since I want to establish a single address (besides which I envisage that my participants will be highly likely to lose/forget such URLs). Is there a way of implementing a standard username/password log-in? Such a log-in system would not have to be 100% secure.


Many thanks.

10:51
June 1, 2009


Mario

Admin

Boulder, CO

posts 994

1) Yes, that is one possible method. You would pass a userid to the survey via the GET query string, which can be used in the POST to your external database to get the user data.

2) Survey Login action is an available action type in the survey. Verification is against an uploaded csv file you provide. Without a valid username/password, they cannot continue to the following page. This method also allows for prepopulation.

Mario Lurig
Sales Engineer – SurveyGizmo
How was my customer service? Provide feedback!



The Forums are now closed, because much of the older info is out of date.

Check out our Knowledge Base, ask a support question: Support.SurveyGizmo.com or ask a sales question with our Sales Contact Form.