contact->forename, contact->surename, bank->name and bank->accountnumber have required rules
if i validate whole form (submit), i see errors for $contacts[0] and/or $banks[0] in errorSummary
the form is valid, submitted, but show the error of a non-displayed elements (for approx. 1s, while post request is pending, then redirect to index action)
Hy
if:
if i validate whole form (submit), i see errors for $contacts[0] and/or $banks[0] in errorSummary the form is valid, submitted, but show the error of a non-displayed elements (for approx. 1s, while post request is pending, then redirect to index action)
thx