Any validation errors in subforms aren't displayed or handled.

Comments

Lionfish’s picture

Title: Silently drops errors in subforms » Silently drops errors in subforms - partially fixed
Version: 5.x-0.9 » 5.x-1.1

It now doesn't silently drop errors, however the way errors are reported isn't quite correct. For example if a subform's title is left blank, both the subform's title and the main form's title will be highlighted. The reason is probably because the class or id of those two fields is the same. A possible solution may be to rename parts of the subform permanently (although this can cause javascript to fail).