Question
- Why are the variables in my Weekly Reminder Email showing up blank?
- I am using the Weekly Reminder Email and the variables are not displaying
Solution
If you are using the {{enrollment.course_name}} and the {{enrollment.percentage_completed}} variables, you must also include the following code:
{% if enrollments %}
{% endif %}
{% if enrollments %} should be placed before the variables, and the {% endif %} should be placed after the variables:
Important Considerations
- If you would like to reset your Weekly Reminder Email to the default, you can copy the original code here: Weekly Reminder Emails
Learn More About