Actions
Bug #45606
closedForms: Mail-Layout destroyed
Start date:
2013-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When a form-layout is adapted by custom wraps, there are errors in the sent e-mail. The same problems occur on the "confirmation page" where the user can see what he entered.
example TS-Setup:
tt_content.mailform.20 { stdWrap.wrap = <div class="meFormWrapper mailForm floatFull">|</div> layout { containerWrap ( <div class="textInputsWrap floatFull"> <elements /> </div> ) elementWrap ( <div class="meFormRow floatFull"> <element /> </div> ) mandatory ( <span class="required blueText"> <mandatoryvalue /> </span> ) error ( <span class="formError floatRight error"> <errorvalue /> </span> ) textline ( <div class="meFormRow floatFull"> <label /> <input /> </div> ) textarea ( <div class="meFormRow floatFull"> <label /> <textarea /> </div> ) checkbox ( <div class="meFormRow floatFull checkBox"> <div class="checkBoxWrap"> <span class="checkBoxElem"> <input /> <label/> </span> </div> </div> ) } }
Actions