Project

General

Profile

Actions

Bug #81715

closed

No valid HTML output Form->Radio button

Added by Björn Paulsen almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2017-06-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

the for attribute in label is wrong. It should not rendered by radio buttons

<div class="form-group">
    <label class="control-label" for="kontakt-radiobutton-1">Radio button</label>
    <div class="input">
        <div id="kontakt-radiobutton-1" class="inputs-list">
            <div class="form-group">
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="1" /><span>Wert 1</span></label>
                </div>
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="2" /><span>Wert 2</span></label>
                </div>
                <div class="form-check">
                    <label class="form-check-label">
                        <input class="xlarge form-check-input" type="radio" name="tx_form_formframework[kontakt][radiobutton-1]" value="3" /><span>Wert 3</span></label>
                </div>
            </div>
        </div>
    </div>
</div>
Actions

Also available in: Atom PDF