Bug #93430
openformfield marked as invalid although all parameters are set
0%
Description
Hi,
I encountered the following problem in a template. I named a form field:
oname[table][{someid}][field]
Although {someid} is set (and is visible in the name of the rendered form element) I get an error message when trying to submit the form:
The form field \"tx_extname_application[oname][table][][field]\" is invalid. Reason: \"[]\" used not as last argument, but somewhere in the middle (like foo[][bar]).
I have been trying to solve this for a couple of days without success - and now I come to the conclusion that it must be a bug in TYPO3.
Cheers
Michael
Updated by Michael Perlbach almost 4 years ago
additional info: The problem occurs when {someid} is set automatically - when I write it directly into the template, it works.
Updated by Benni Mack 4 months ago
- Status changed from New to Needs Feedback
Hey Michael,
sorry for the late feedback. What do you mean with "is set automatically"? You mean by JS?