【发布时间】:2015-06-03 06:56:24
【问题描述】:
我将通过电子邮件发送调查表的结果。但它有不必要的 cmets 行。我想省略这些 cmets.. 有什么想法吗?
这是通过我的电子邮件发送的结果示例。
The following information was collected:
1. How did you Initiate this technical support transaction? (Phoned the Technical Support Hotline):
<!-- START: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
No
<!-- STOP: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
1. How did you Initiate this technical support transaction? (Via Web-Support):
<!-- START: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
No
<!-- STOP: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
1. How did you Initiate this technical support transaction? (Via Email):
<!-- START: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
No
例如像这样
<!-- START: including template: design/standard/templates/content/datatype/result/info/ezboolean.tpl (design:content/datatype/result/info/ezboolean.tpl) -->
我不想在我的调查表结果中看到这些 cmets。有没有办法忽略这些?
提前致谢
【问题讨论】:
-
你自己有没有尝试过?
-
我将结果发送到我的电子邮件的唯一方法是将我的电子邮件放入
[InformationCollectionSettings] EmailReceiver = "myemail@yahoo.com",因为我是 ez publish 的新手,所以没有尝试过任何覆盖.. -
hello @Epodax....我碰巧将 ContentType 更改为 text/html...它省略了 cmets..但格式不正确...它们都在一个段落中。