This is a LimeSurvey plugin to send / re-send Basic and Detailed Admin notifications
The plugin uses calls the existing LimeSurvey functions to trigger the Basic and Detailed admin notifications
Once enabled, this plugin
- Injects the sendnotifications.js script on the following pages:
- Responses -> Browse
- Responses -> View (a single survey response)
- Tokens -> Browse
The plugin injects a button that allows you to trigger / re-trigger the Basic and Detailed Admin notification e-mails
The plugin subscribes to the:
- newDirectRequest
- beforeControllerAction
newDirectRequest is used to do the actual mailing beforeControllerAction is used to inject the JS script as well as update some global JS variables that are used to more easily identify what screen we're on
This was developed originally in LimeSurvey 2.06+ and re-developed for 3.22