Project

General

Profile

Actions

Task #33952

closed

Epic #69347: EXT:form - Optimize form wizard

Mailform - required checkbox in wizard

Added by berger benjamin over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Form Framework
Target version:
Start date:
2012-02-15
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Hi there

When composing a mailform in the TYPO3 BE, it is possible to set it as a "required" field.
But the check does not apply when using the form in the FE.

This is needed for example in a little form where one needs to accept the "terms and conditions".

Best regards
Ben / amrun

ps: we suppose it could be done as follows:

file: typo3/wizard_forms.php
line: 462
old: if (t3lib_div::inList('check,hidden,submit,label',$confData['type'])) {
new: if (t3lib_div::inList('hidden,submit,label',$confData['type'])) {


Files

result_ 33952.png (30.9 KB) result_ 33952.png Oliver Hader, 2015-09-16 11:49
Actions

Also available in: Atom PDF