Actions
Bug #91435
closedThe 'form' Honeypot partial inserts invalid HTML
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The 'form' Honeypot partial inserts invalid HTML (autocomplete with an arbitrary value)
The Honeypot partial inserts
<input autocomplete="ici3o23789d" aria-hidden="true" id="blub-487942-se5PIvXwtLizEJKGRljm69DxHc" style="position:absolute; margin:0 0 0 -999em;" tabindex="-1" type="text" name="tx_form_formframework[blub-487942][se5PIvXwtLizEJKGRljm69DxHc]" />
for every form, but the autocomplete attribute only allows 'on' or 'off'.
Updated by Wolfgang Klinger over 4 years ago
- Related to Bug #89420: Make honeypot in ext:forms more reliable added
Updated by Ralf Zimmermann over 3 years ago
- Related to Feature #88817: Using HTML 5.2 attribute "autocomplete" in "form" added
Updated by Björn Jacob over 3 years ago
- Status changed from New to Closed
Closing this issue. Please check out the comment of https://forge.typo3.org/issues/89420#note-16.
Updated by Simon Schaufelberger 7 months ago
- Related to Bug #103776: Make honeypot fields of EXT:form w3c valid added
Actions