Posted by micnap on August 23, 2012 at 4:23pm
5 followers
Jump to:
| Project: | Webform |
| Version: | 7.x-4.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I wasn't able to get this to work before. http://drupal.org/node/1613458. I'm not seeing anything apparent in the issue queue. Did I miss it or is no one else in need of it?
Thanks,
Mickey
Comments
#1
One of my coworkers found a possible way around this: Instead of using the ID of the form to select on (which webform overrides), use attributes to set a class, and use jquery in your selector based on the class instead.
#2
I have this problem with fieldsets inside my webform and tried every posibile solution (as i know) but didn't work out. State system in webform works fine with checkbox, radio, textfield, textarea but not fieldset and i can't figure why. Also tried Bastlynn solution but didn't work either.