Actions

NewSurveySettings: Difference between revisions

From LimeSurvey Manual

No edit summary
mNo edit summary
 
Line 12: Line 12:
'''Possible output'''
'''Possible output'''


* none. This allow the plugin to save the [[BeforeSurveySettings settings]]
* none. This allow the plugin to save the [[BeforeSurveySettings|settings]] added in his event.


'''Example'''
'''Example'''

Latest revision as of 08:43, 23 September 2016

When

This event is fired when survey settings is saved.

Input

The event receives the following information:

  • survey the id of the current survey
  • settings array of settings with value for this plugin

Possible output

  • none. This allow the plugin to save the settings added in his event.

Example