I have a form that generates an email that includes a number of fields. I created a second form including some of the same fields and I am creating the script for the email. However, when I add the deluge statement for that field (
<%=Property%>) the script generates the following error message:
Error at line number : 2
Improper Statement
Error might be due to missing ';' at end of the line or incomplete expression
Furthermore, if I go and edit the script for the first form, without making any changes and click save, I get the same error message. However that first form's email still works and pulls the data into the email. Any thoughts on how to fix it?
Thanks!