Email Body is not Displayed

The body is not correctly written. Some of the most common mistakes:

  • Character expressions are not surrounded with quotation marks, e.g. this example is missing the closing quotation mark:

    "Dates:+edates

    Dates: is the label for the edates field so it should be enclosed in quotation marks (i.e. "Dates:"+edates)
  • Missing plus signs [+] between character expressions and fields, e.g. this example is missing the plus sign between the label and field:

    "Dates:"edates
  • Using mismatched quotation marks around character expressions, e.g. this example has a double quotation at the beginning and a single quotation at the end:

    "Dates:'

For more information about body coding, see Email Body Coding.

 

Related Topics Link IconRelated Topics