SQL Security Addin |

|
This security add in allows us to restrict access to mailchimp members
and log their information along the respondent answers.
- MC API key is the mailchimp
API key that is required to access remotely our mailchimp account.
This key can be found in our mailchimp account settings.
- Access to list members of is
the mailchimp list name to which members we want grant access to.
- Access only to list members we
can restrict access to our form only to mailchimp members .
- Allow multiple submissions
we allow or prevent multiple submissions for our mailchimp members.
- Hide login screen we can
hide the login screen if for example we are passing our member id
through a querystring and dont want to allow the respondent to enter
it manually. If no member id is provided FS will skip the form to
the thank you page.
- Member id source variable name
is the variable name that will holds the mailchimp member id
value. Querystring, cookie and session object will be checked to see
if they contains a valid member for this mailchimp list.