Actions
Bug #46094
closedMailform shows recipient email address on website
Status:
Closed
Priority:
Must have
Assignee:
Category:
Content Rendering
Target version:
Start date:
2013-03-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Mailform uses (abuses?) the subheader field for storing the recipient email address.
Since switching to HTML5 rendering, TYPO3 displays the email address on the website.
tt_content.mailform.10 < lib.stdheader
leads to
<hgroup> <h2>The real header</h2> <h2>recipient-email@domain.com</h2> </hgroup>
Actions