NewSurveySettings
From LimeSurvey Manual
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
- A lot of example settings: exampleSettings
- In demo plugin of LimeSurvey Demo/Example/Example.php