Keep sending survey till user completes it | Community
Skip to main content
Answered

Keep sending survey till user completes it

  • September 7, 2023
  • 1 reply
  • 146 views

Hi all,

I’m using an event tracking to trigger a survey from code:

window.Intercom('trackEvent', 'open-survey')

I have set up the survey to trigger on this event, and it works fine.

What I want to do is to keep sending the survey till they actually complete it.

I have to collect responses and I’d like to force them to actually respond (not only dismissing the survey but completing it). 

How could I achieve that? Is there anything I’m misunderstanding here?

Thanks in advance

Best answer by Nico Del Piano

I just found a solution for this: removing the dismiss button is the way to go.

 

1 reply

  • Author
  • New Participant
  • Answer
  • September 7, 2023

I just found a solution for this: removing the dismiss button is the way to go.