Actions

NewSurveySettings

From LimeSurvey Manual

Revision as of 08:43, 23 September 2016 by DenisChenu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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