https://github.com/adamzammit/optoutacceptandmail
LimeSurvey plugin to create an alternative opt out screen that is customisable and optionally send an email on confirmation of opt out
https://github.com/adamzammit/optoutacceptandmail
Last synced: 3 months ago
JSON representation
LimeSurvey plugin to create an alternative opt out screen that is customisable and optionally send an email on confirmation of opt out
- Host: GitHub
- URL: https://github.com/adamzammit/optoutacceptandmail
- Owner: adamzammit
- License: gpl-3.0
- Created: 2020-02-04T01:33:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T01:34:47.000Z (over 5 years ago)
- Last Synced: 2025-01-08T20:13:21.160Z (5 months ago)
- Language: PHP
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OptOutAcceptAndMail
LimeSurvey Plugin that creates a new OptOut page at /index.php/plugins/direct/plugin/OptOutAcceptAndMail with customisable text, and the ability to email the participant / administrator when opting outThe structure of the URL is:
/index.php/plugins/direct/plugin/OptOutAcceptAndMail/surveyId/SURVEYHERE/token/TOKENHERE/
So when referring to it in an email invitation use the following string:
NEWOPTOUTURL
and the plugin will replace it.
## Installation
Download the zip from the [releases](https://github.com/adamzammit/OptOutAcceptAndMail/releases) page and extract to your plugins folder. You can also clone directly from git: go to your plugins directory and type
```
git clone https://github.com/adamzammit/OptOutAcceptAndMail.git OptOutAcceptAndMail
```
## SecurityIf you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Contributing
PR's are welcome, but if it is for a new feature/big change please create an issue first to check if it will be accepted.
## Usage
You are free to use/change/fork this code for your own products, and I would be happy to hear how and what you are using it for!