Adding surveys to email signatures

Every email you send is an opportunity to ask for feedback on your company, your department, your writing style, etc. By adding a survey to your email signature, you can enable a higher response rate.

You can either embed the survey question into your email or simply add the link to the survey.

Email signature example.

Best practices

  • Keep the question short and simple.
  • Gamify if you can. Avoid standard robotic phrasing. The question should stand out and catch attention. For example, if you want feedback on your writing style, don't ask "How is my writing style?". Challenge respondents by asking "If you could change one thing in my email, what would that be?"

Embedding the first question in your email signature

The best way to get immediate feedback is by embedding the survey question into your signature. When recipients click on it, they're immediately submitting that answer. They don't have to click "Next" or select their answer.

In Agile Research:

  1. Create a survey and add all questions to it.
  2. Put the first question on a separate page.

  3. Select Distribute > Add / Remove channel.

  4. Select the options Via Email and Send with your own email system.
  5. Click Save.
  6. Select Survey URL – via email and copy the URL provided.
  7. Paste the URL in a notepad or Word document.
  8. Launch the survey.

Next, add parameters to the survey URL.

When you embed a survey question, each answer option must be pre-filled automatically in the survey the moment someone clicks on it in the email. You do this by adding querystring parameters to the survey URL. The following parameters must be used:

  • &q1=1 — Will select the very first answer option in your question. For radio buttons, that will be the top question; for rating scales the leftmost answer option.
  • Continue adding &q1=x every time, replacing the 'x' by another number. The last number should equal the number of answer options in your question (e.g.. if your rating scale goes from 0 to 10, the last parameter is &q1=11).
  • &as=1 — The response will automatically be submitted and the respondent immediately sees the second page in the survey.

Your links should look something like this:

  • Answer option 1: survey-url&q1=1&as=1
  • Answer option 2: survey-url&q1=2&as=1
  • Answer option 3: survey-url&q1=3&as=1

This is the HTML version:

<a href="generic-survey-url&q1=1&as=1">Answer Option 1</a>
<a href="generic-survey-url&q1=2&as=1">Answer Option 2</a>
<a href="generic-survey-url&q1=3&as=1">Answer Option 3</a>
etc.

Go to your email program:

  1. Edit your email signature.
  2. Add the survey question to your email signature along with the different answer options.
  3. Add the correct survey URLs to each answer option in the question (i.e., the very first answer option will have the parameter &q1=1, the second &q1=2, etc.
  4. Save the signature.

You can test your email invitation by temporarily changing the URL to the preview URL of the survey. The querystring parameters remain the same. Then send the invitation to some colleagues so you know what the invitation will look like and whether the parameters are added correctly.

Adding a link to a survey in your email signature

You can link to the survey in your email signature by completing the following steps:

  1. Create a survey and add all questions to it.
  2. Select Distribute > Add / Remove channel.

  3. Select the options Via Email and Send with your own email system.

  4. Click Save.
  5. Select Survey URL – via email and copy the URL provided.
  6. Paste the URL in a notepad or Word document.
  7. Launch the survey.

  8. Go to your own email program and edit the signature.
  9. Add the survey URL as a hyperlink to your signature. This could be a short sentence, such as "What do you think of our organization? Please let us know." Or "Rate my answer".
Note: By using survey invitations this way, it's possible that someone tries to fill out the survey more than once. Make sure you enable multiple submissions in the survey settings. See Limiting the number of respondents for surveys for additional information.