Skip to content

Instantly share code, notes, and snippets.

@muex
Created April 22, 2015 07:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muex/e72b44c3c6bfd485e2cf to your computer and use it in GitHub Desktop.
Save muex/e72b44c3c6bfd485e2cf to your computer and use it in GitHub Desktop.
TYPO3 Error with required input fields
<input type="text" placeholder="Text eingeben" id="tceforms-textfield-55373da7c1aa8137713697" class="formField tceforms-textfield hasDefaultValue" name="data[tt_content][170][pi_flexform][data][options][lDEF][field2][vDEF]_hr" value="" style="width: 412px; " maxlength="256" onchange="typo3form.fieldGet('data[tt_content][170][pi_flexform][data][options][lDEF][field2][vDEF]','trim,required','',1,'');TBE_EDITOR.fieldChanged('tt_content','170','pi_flexform','data[tt_content][170][pi_flexform]');">
<input type="text" placeholder="Text eingeben" id="tceforms-textfield-55373da7c2110609805513" class="formField tceforms-textfield hasDefaultValue" name="data[tt_content][170][pi_flexform][data][options][lDEF][field4][vDEF]_hr" value="" style="width: 412px; " maxlength="256" onchange="typo3form.fieldGet('data[tt_content][170][pi_flexform][data][options][lDEF][field4][vDEF]','trim,required','',1,'');TBE_EDITOR.fieldChanged('tt_content','170','pi_flexform','data[tt_content][170][pi_flexform]');">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment