-
Notifications
You must be signed in to change notification settings - Fork 22
Sending members to surveys and forms
When a member joins and authorizes an On-site project, you can send them to a URL of your choosing.
This URL can be a link to a form or survey. The URL can also contain their Project Member ID, allowing you to match survey and form information to the corresponding Open Humans member.
An on-site project can send users to a URL after they join and authorize the project. If this URL includes "PROJECT_MEMBER_ID" within it, this will be replaced that with the member's Project Member ID. For example:
http://www.example.com/?id=PROJECT_MEMBER_ID
If authorized, your project can send messages through Open Humans (members receive these as emails). If your message includes {{ PROJECT_MEMBER_ID }}
within it, this will be replaced with the member's Project Member ID. This enables you to include it in a URL, for example:
Thanks for joining our project!
We have a follow-up survey we'd like you to complete: http://www.example.com/?id={{ PROJECT_MEMBER_ID }}
Sincerely,
Our Project
If you're using Google Forms, you can include the project member ID as a "pre-populated form answer".
Because the field will be visible to the user, it's a good idea to explain it. For example, you might write: "This is automatically filled -- please don't change it! It will connect your survey responses to data shared via Open Humans."
If you're using Qualtrics, you can include the project member ID as "embedded data".