Hi,
I am trying to send a notification email that a certain customer has filled out a quote request. Here’s my first attempt, and the system says ‘no errors’, however I think something is still wrong…
*quote request is not an attribute but it’s in a hidden field in the form under utm_content.couragionquoterequest. When I preview the email everything between brackets shows that it’s blank, even though the test data at the left of the email preview screen shows people who fit the criteria.
{% if customer.utm_content.couragionquoterequest %}
Hello, {{customer.first_name}} has submitted a quote request. Here is the email address: {{customer.email_identifier}}.
{% else %} {% endif %}
Appreciate any thoughts/advice!!
Thank you,
-Rose