I have a simple form with a checkbox on it. That when ticked I want a TICK to display in the email template.
I am testing this using this code in the email template, but nothing is returned.
I am testing this using this code in the email template, but nothing is returned.
<?php if({test}==1){
echo "Ticked: ✔";
}
else{
echo "Not";
} ?>