Hi,
I'm pretty new to limesurvey and my client wants to lock videos behind a survey and trigger another survey when the video has finished playing.
I will do that with a custom shortcode / plugin in wordpress but I dont know yet how to communicate between LimeSurvey and WordPress.
My plan is to either use PostMessage (cross domain communication for iframes) or localstorage / cookies and ask for a "surveyComplete" property in either cookies or somewhere else.
What I dont know yet is how to fire an event once the survey has been submitted by the user. Is there something already in place I can build upon?
a surveyComplete() event seems so basic that I cant imagine to be the first to ask this.
Thanks a lot for your help in advance.