I’m building a tool where people will be able to take surveys (built on jotform in our case). I would like to log that a specific user has taken a survey, which I was initially thinking I could do by passing a UserID or some other kind of identifiable information either as the parent URL or something like a webhook.
Is there any way to do this easily? Or should I try another approach?