How to import logins and passwords into Survey Gizmo
https://help.surveygizmo.com/help/login-password-action#step-2-prepopulating-your-survey
In order to create a table that contains usernames, passwords, and the pre-populated address information, you need to run a JOIN in the database.
Here is the SQL script for that operation:
In school>libraries> school_libraries
SELECT
a.id, a.name, a.username, a.password_plain, b.address, b.city, b.state, b.zip
FROM
`schools` a
JOIN
`addresses_2016` b ON a.id = b.id
Display and Skip logic
These tools are not as intuitive as you might imagine.
https://help.surveygizmo.com/help/logic-tips
How to let respondents save their survey and return to it later
https://help.surveygizmo.com/help/save-and-continue
How to have respondents get an email with a copy of their responses
https://help.surveygizmo.com/help/custom-email-settings