BeforeSurveyPage: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
'''When''' | '''When''' | ||
This event is fired just before the survey (during runtime) is displayed on screen. | This event is fired just before the survey (during runtime) is displayed on screen. It is fired before ''any'' HTML is echoed, so don't echo anything here. | ||
'''Input''' | '''Input''' |
Latest revision as of 16:54, 20 January 2017
When
This event is fired just before the survey (during runtime) is displayed on screen. It is fired before any HTML is echoed, so don't echo anything here.
Input
The event receives the following information:
surveyId the id of the current survey
Possible output
The following information can be set in the event:
template The name of the template to use