In function webform_validation_get_field_keys there is a check on whether the component is a fieldset or not. Doing it like this (hardcoded) prevents validation on custom (user-defined) "group" components (like a fieldset). The patch attached patch fixes this issue. I hope it helps =)

CommentFileSizeAuthor
#1 1149200.patch1.32 KBJelle_S
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jelle_S’s picture

FileSize
1.32 KB

Forgot the patch ...
patch was created like this:
git diff > 1149200.patch
and thus can be applied like this:
git apply -v 1149200.patch

svendecabooter’s picture

Status: Needs review » Fixed

Thanks for your patch. This has been added to the 6.x and 7.x branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.