Skip to main content

I created a survey using Qualtrics and for those who are interested in scheduling a meeting, I’ve included a Calendly link. I would like the registration form to automatically pre-populate the name and email fields. 

When I used this URL with STATIC data (“FirstName” and “Email”) it worked fine…

https://calendly.com/ckeran-aan/30-minute-meeting-clone?name=FirstName&email=Email

 

However, when I tried to use this URL with DYNAMIC data it did NOT work…

https://calendly.com/ckeran-aan/30-minute-meeting-clone?name=${e://Field/FirstName}&email=${e://Field/Email}

FYI, the ${e://Field/QualtricsFieldName} tells Qualtrics to pipe the data from the field called QualtricsFieldName.

Be the first to reply!

Reply