Linking survey responses to a recipient
I am using ACC v7 and have setup a web application that uses the survey module to enable customers to provide extra information about themselves. The survey successfully submits the information and this information can be viewed in the responses. However, I can't find a way to link each response back to the customer that submitted them.
Customers receive links to the survey via emails that are sent from the same instance of ACC. The only difference with our setup is that we don't send the emails from the recipient table but another table that is linked to the recipients table. For reference, the survey url in our emails has the following structure:
http://domain.co.uk/webApp/surveyV1?id=<%=escapeUrl(customerTable.cryptedId)%>
Any help you can provide to link the survey responses to a customer will be much appreciated.
Thanks, Paul