Actions
Bug #37349
closedLayout change modifies email output
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2012-05-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If the layout is changed for radio buttons, but possibly also for other field types, the output in the email shows an empty <input type="text" /> instead of the value which has been either selected (radio) or typed in).
When the Content-Type of the e-mail is text/plain, all information is shown correctly
When the Content-Type of the e-mail is text/html, the values are not shown anymore, but instead an input field is shown.
Files
Updated by Michael Bakonyi over 12 years ago
I think in general the layout of the mail should be independent of the form-layout. Currently both layouts are bind together so that it is nearly impossible to change the form-layout without breaking the mail-layout (html at least).
Updated by Frans Saris almost 10 years ago
- Status changed from New to Resolved
- Is Regression set to No
Actions