AfterSurveyComplete: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Create AfterSurveyComplete |
DenisChenu (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
* ''Adding content'' : use of addContent function | * ''Adding content'' : use of addContent function | ||
[[Category:Plugins events]] |
Revision as of 11:59, 4 October 2014
When
This event happen before 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