This plugin adds the possibility to send SMS for survey invitations and reminders.
- Download the latest release
- Extract the archive to
/path/to/limesurvey/plugins
- Login to the administration, go to
Configuration -> Plugins
and activate the plugin - Click on
seven
, go toSettings
, configure it to your needs and clickSave
- Create a survey and set it to closed-access mode.
- Add a participant to the survey.
- Go to
Survey participants
, clickManage attributes
and add a field for the mobile phone number. - Click the pencil icon in the participant entry row and set a mobile phone in the
Additional attributes
tab. - Go to
Simple plugins -> seven
. - Make sure that the attribute field matches the name of the mobile phone field which you just created.
- Make sure that the event type
Invitation
is added. - Go to
Survey participants
and clickGenerate tokens
. - Click
Invitations & reminders
and choose orSend email invitation
from the dropdown. - Edit the form and click
Send invitations
.
The procedure for sending SMS reminders is pretty much the same as for invitations.
You just need to tweak these two steps:
For step 7 make sure that the event type Reminder
is added.
For step 9 choose Send email reminder
instead.
An API key from seven required for sending - create one in your developer dashboard
Defines the attribute field where the mobile phone number is stored
If enabled, both SMS and email gets sent
Defines on which event type(s) the plugin is activated. Multiple entries are allowed. The following events are implemented:
- Invitation
- Reminder
Depending on the phone, flash SMS get displayed directly in the display and won't get saved
Define the SMS text to be sent. You can make use of the following placeholders which get replaced with its corresponding value or an empty string:
{EMAIL} => the participant's email address
{FIRSTNAME} => the participant's first name
{LASTNAME} => the participant's last name
{SURVEY_URL} => the survey URL
Need help? Feel free to contact us.