lookit / lookit-api

Codebase for Lookit v2 and Experimenter v2. Includes an API. Docs: http://lookit.readthedocs.io/
https://lookit.mit.edu/
MIT License
10 stars 18 forks source link

Update participant email footer with CHS email for questions/feedback #1364

Closed becky-gilbert closed 5 months ago

becky-gilbert commented 6 months ago

Summary

We should update the footers in emails sent to participants to do the following:

  1. Mention 'CHS' in the text for the two unsubscribe links, to make it clear that those apply to emails from the CHS site (not a lab/researcher)
  2. Add a link to the CHS email for questions/feedback

Description of changes

In the base email template for emails sent to participants (studies/templates/emails/base.html), which is used for both custom emails and study announcement emails, we should make the following changes:

  1. Add "CHS" to the linked text for update preferences and unsubscribe-all:

"Update your CHS email preferences"

"Unsubscribe from all CHS emails"

  1. Under the unsubscribe link, add the linked text "Questions or feedback for Children Helping Science?" which opens an email sent to childrenhelpingscience@gmail.com with the subject line "CHS Family Feedback or Question".

Implementation notes

I think the email CHS link can be written as:

<a href="mailto:childrenhelpingscience@gmail.com?subject=CHS Family Feedback or Question">Questions or feedback for Children Helping Science?</a>

I'm not sure if the spaces in the subject line need to be percent-encoded (%20) or if any other encoding is needed.

ianchandlercampbell commented 5 months ago

Confirmed working as intended: image