Project

General

Profile

Actions

Bug #70072

closed

Epic #69955: Optimize new Extbase/ Fluid based rewrite of EXT:form

Story #70068: EXT:form - Support bootstrap_package

EXT:form - stdWrap prevents submit of form in some cases

Added by Björn Jacob over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2015-09-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Setup:


lib.mailform = FORM
lib.mailform {
    prefix = tx_form
    confirmation = 1

    # prevents submitting form
    stdWrap.wrap = <div class="outerWrap">|</div>
    # no problem with the following wrap
    # stdWrap.wrap = |
}

Setting stdWrap.wrap = | causes no problems. Having something like stdWrap.wrap = <div class="outerWrap">|</div> prevents submitting the form.

Actions #1

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Björn Jacob over 8 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • Assignee deleted (Ralf Zimmermann)

Was just a stupid typo.

  • does not work: stdWrap.wrap = <div class="outerWrap>|</div>
  • works: stdWrap.wrap = <div class="outerWrap">|</div>

One should care of valid HTML! Missed ".

Actions

Also available in: Atom PDF