Conditional Email
I want to send email to those who have passed the quiz only. Is it possible?
Hi Marcus,
This is for the Save Results Pro add-on since you are a purchaser. Just stating this for anyone else who sees this thread who may see this.
It is possible, to only send emails to passed quizzes, but you will need to add some code to your site to do so. In the Save Results Pro addon, I have a filter that runs before the email is sent called hdq_srp_sendto
. This filter returns the list of emails to send the results to. We can use this filter to check the score of the results, and return an empty list if the quiz was not passed.
You can see the code here: https://pastes.io/srp-email-only-passed-quizzes
If, and only if, you are comfortable modifying your theme files (functions.php
) to add that code, you can do so. If not, please wait, and I’ll add this in as a dedicated feature for the next release since I think that it’s a good idea!