Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Episerver forms email output issue

Found in

EPiServer.Forms 5.2.1

Fixed in

EPiServer.Forms 5.3.1

(Or a related package)

Created

Oct 10, 2022

Updated

Dec 01, 2022

Area

Built-in elements

State

Closed, Fixed and tested


Description

Fixed a forms email output issue. Steps to reproduce were:

1. Change sendMessageInHTMLFormat to false in Forms.config.
2. Set up Send Email After Submission and insert #Summary# placeholder to Message property. 
3. Submit form.

Issue 1: In the email, the mailbody had HTML-tags.
Issue 2: The #Summary# placeholder outputs should have been in the format "key: value" instead of "key : value" (the space before the colon was unwanted).