Trigger Survey

This utils can trigger custom Qualtrics Survey, what you need to configurate first base on this documentation

Usage

Name Description
window.e.utils.v2.survey.triggerSurvey({ areaId, triggerName, shortText, delay }) Trigger a Qualtrics survey

Parameters

Name Description Type Required Default value
areaId id of the area yes
triggerName id of the area yes
shortText Placeholder of the name no
delay Delay the popup display no 0

Example

window.e.utils.v2.survey.triggerSurvey({
  areaId: "my_team",
  triggerName: "my_survey",
  shortText: "Short Text"
  delay: 1000
});
New AI Feature!

Try our new AI skill to implement designs easier and faster with guided generation and best-practice patterns. For more info, visit this page.