diff --git a/templates/email/SubmittedFormEmail.ss b/templates/email/SubmittedFormEmailHtml.ss similarity index 100% rename from templates/email/SubmittedFormEmail.ss rename to templates/email/SubmittedFormEmailHtml.ss diff --git a/templates/email/SubmittedFormEmailPlain.ss b/templates/email/SubmittedFormEmailPlain.ss new file mode 100644 index 0000000..730842d --- /dev/null +++ b/templates/email/SubmittedFormEmailPlain.ss @@ -0,0 +1,10 @@ +<%-- Note: content is already escaped in UserDefinedFormController::process --%> +$Body.RAW + +<% if not $HideFormData %> + * + <% loop $Fields %> + * <% if $Title %>$Title<% else %>$Name<% end_if %> + * $FormattedValue + <% end_loop %> +<% end_if %>