Project

General

Profile

Actions

Bug #45606

closed

Forms: Mail-Layout destroyed

Added by move:elevator no-lastname-given about 11 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
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>
        )
    }
}


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #31951: Own checkbox layout breaks HTML mailClosed2011-11-20

Actions
Actions

Also available in: Atom PDF