Skip to main content

Get notified when someone completes your survey

SurveyX can email you as soon as someone finishes a survey. It's a heads-up, not a report: the email tells you a response came in, not what was answered.

Pro

Email notifications need an active Pro licence. See pricing.

What triggers it

The email fires only when a respondent finishes the whole survey, never on a partial response, and only once per completion — reopening an already-completed response doesn't send it again. Sending is queued on WordPress's own cron rather than sent the instant they submit, so a respondent's browser never waits on it. On a site that gets regular traffic that's usually a minute or two; on a quiet site it can take longer, since WP-Cron only runs when something visits the site.

Settings

Global, not per survey: it lives under Settings, in the Notifications group.

SettingWhat it doesDefaultEdition
Email Notifications (toggle)Turns notifications on or offOffPro
Email AddressWhere the notification is sentFalls back to your WordPress admin email if left blankPro
SubjectAuthor-written text, with @ mentions for merge values"New Survey Response"Pro
TitleAuthor-written text, with @ mentions for merge values"Survey Completed"Pro
MessageAuthor-written text, with @ mentions for merge values"A respondent has completed your survey.\n\nYou can view detailed responses in your WordPress admin panel."Pro

There's one recipient: a single address, not a list, with no CC or BCC field. To reach more than one person, forward the email or point the address at a distribution list you manage outside SurveyX.

What the email contains

Type @ in the subject, title, or message to insert one of five values: survey name, respondent name, respondent email, respondent phone, and respondent id. That's the entire merge set — the email carries no answers. If you need to see what someone answered, open the response in your WordPress dashboard; the default message text says exactly that.

The notification Message field with "@" typed, showing the autocomplete dropdown listing the five merge values: survey name, respondent name, respondent email, respondent phone, and respondent id

What respondents see: nothing. There's no respondent-facing confirmation or autoresponder — this notification goes to you only.

Troubleshooting

Not receiving email. Check, in order: notifications are turned on; the recipient address isn't blank or misspelled (a blank field falls back to your WordPress admin email, so confirm that address too); the survey was actually completed rather than just started, since a partial response never sends anything; and your WordPress site can send mail at all — test with any other plugin that emails you, since SurveyX sends through the same wp_mail() path everyone else does.

The email took a while to arrive, or arrived at an uneven delay. Expected: sending runs on WordPress's own cron, which only fires on an incoming site visit rather than on a fixed timer, so the delay tracks your site's traffic rather than the time since the response completed.

I want the email to include the answers. Not available. The merge set is fixed to survey name and respondent name, email, phone, and id. For the answers, use a webhook instead — its payload includes every answer.