Actions

AfterSurveyComplete: Difference between revisions

From LimeSurvey Manual

No edit summary
mNo edit summary
Line 1: Line 1:
'''When'''
'''When'''


This event happen before end message is shown but after Autoload URL redirection is done.
This event is triggered before the end message is shown but after Autoload URL redirection is done.


'''Input'''
'''Input'''

Revision as of 09:01, 24 July 2018

When

This event is triggered before the end message is shown but after Autoload URL redirection is done.

Input

The event receives the following information:

  • surveyId the id of the current survey
  • responseId the id of the current response

Possible output

  • Adding content : use of addContent function