Bug #37349

Layout change modifies email output

Added by Mark Kuiphuis about 1 year ago. Updated 10 months ago.

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.

input.png - The form in the fronted (16.1 kB) Mark Kuiphuis, 2012-05-21 02:49

email.png - The generated email (14.6 kB) Mark Kuiphuis, 2012-05-21 02:49

generated-html.png - The generated HTML code of the email (17 kB) Mark Kuiphuis, 2012-05-21 02:49


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).

Also available in: Atom PDF