Bug #37349
Layout change modifies email output
| Status: | New | Start date: | 2012-05-21 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Form Wizard | |||
| Target version: | - | |||
| TYPO3 Version: | 4.6 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 1 (View) |
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.
Related issues
| related to Core - Bug #39138: sysEXT:form checkbox send as input field in EMail | Accepted | 2012-07-20 |
History
Updated by Michael Bakonyi 10 months 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).