If you want to use editable text as the email body in a DeliveryByEMail for a survery result, you can do the following:

  1. Ensure the SurveyResult schema is loaded with the latest schema changes. (You should see a transform named 'email-text' defined therein.)
  2. Create an HTML block within the survey:
    • Its title must be "email-text"
    • It should be marked as "referenced" so that it does NOT appear in the body of the survey
  3. Change your DeliveryByEMail profile:
    • Set the mime type to "text/html"
    • Set the custom transform to "email-text"
  4. Edit the email-text HTML block to include whatever text you want. Since you are using the text/html mime type, you can include any of the standard html tags, as well as using all the features of the WYSIWYG editor.
  5. If you want to include answers to the survey questions within your text, use substitution variables of the form $SomeName$, where SomeName matches the title of a question. The user response to the corresponding question will be inserted at the matching marker.