Bug #89040
closedTypo3 form validation
0%
Description
when a typo3 form is created with some fields (for example text fields), a unique identifier is generated for these fields(like text-1, text-2). if some validation is given to this field/fields(for example text-2 is given an email validation).
this get reflected perfectly.
But when a second form is created with some fields(text fields) identifier generated for this fields are also same(like text-1, text-2..), in the second form different validators or no validation is applied. but when rendered(2nd form) in frontend, validataion of 1st form gets reflected there.
can somebody please explain why this overriding get happens.
Updated by Oliver Bartsch about 5 years ago
Hi,
do you think this is the same bug as reported in https://forge.typo3.org/issues/88730? If so, please close this one as duplicated.
Nevertheless you could add some information on the other issue, if I missed something or didn't described it clearly.
Thanks in advance.
Updated by Kasim Sabah M S about 5 years ago
Oliver Bartsch wrote:
Hi,
do you think this is the same bug as reported in https://forge.typo3.org/issues/88730? If so, please close this one as duplicated.
Nevertheless you could add some information on the other issue, if I missed something or didn't described it clearly.
Thanks in advance.
yeah i think both are same, i will close this issue here.
thanks.
Updated by Riccardo De Contardi about 5 years ago
- Related to Bug #88730: Validators of a field with the same identifier is working only once on a page added
Updated by Riccardo De Contardi about 5 years ago
- Status changed from New to Closed
Hi, thank you for your fast reply, closing it.
I added a relation from this issue to #88730 to keep track of it.
If you think that this is the wrong decision, please reopen it or ping me.
Updated by Kasim Sabah M S about 5 years ago
Riccardo De Contardi wrote:
Hi, thank you for your fast reply, closing it.
I added a relation from this issue to #88730 to keep track of it.
If you think that this is the wrong decision, please reopen it or ping me.
hi there, i'm facing this issue in typo3 version 8 also. (just wanted to update you about that).
Thanks