Hi Guys
Love the product
I want to integrate it into my helpdesk app. upon closing a ticket, I can construct a URL to link the User to the survey like
Code:
https://yourSurveySite.com/limesurvey/index.php?lang=en&sid=12345&token=||ticket_id||
My plan is to use the Ticket ID as the unique token ID, and I'm not overly concerned about repeat entries.
However, I don't have an easy way of integrating the information from the ticket into the token table.
My question is, can I format at URL so that the correct information to create the token entry is passed in the url, thereby registering the user into my private survey.