Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2012 at 06:16 UTC
Updated:
17 Mar 2012 at 06:30 UTC
Jump to comment: Most recent file
When editing Webform with the Form Builder module, there is a minor issue in that the "id" attribute in the HTML is always missing from the element wrapper. Instead of id="webform-component-element-name", it's always just id="webform-component-". While this stems from the approach used in the Form Builder Webform UI, the problem is much easier to fix on the Webform side and makes the existing theme function more robust for additional scenarios besides displaying the form for end-users to fill out.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | webform_nested_id-d6.patch | 769 bytes | quicksketch |
| webform_nested_id.patch | 755 bytes | quicksketch |
Comments
Comment #1
quicksketchI've committed the above patch to D7, and this one to D6, which uses a separate function for wrapping form elements.