Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You may have Custom Satisfaction Surveys enabled but you may want to not show the survey for some specific recipients. What you can do is create a custom version of the “renderCustomerSatisfaction” that will only render if the recipient does not match a static list of Email Address.

...

Implementation

To achieve this you will need to access the relevant Theme within Notifications > Themes and extract the “renderCustomerSatisfaction” macro and paste this within Notifications > Custom Macros and then add a condition to the beginning of the macro that will check if the recipient can be found within a static variable.

...