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 =)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1149200.patch | 1.32 KB | jelle_s |
Comments
Comment #1
jelle_sForgot the patch ...
patch was created like this:
git diff > 1149200.patchand thus can be applied like this:
git apply -v 1149200.patchComment #2
svendecabooterThanks for your patch. This has been added to the 6.x and 7.x branches.