This is a continuation of #1148808: Webform missing advanced components (add support for date component) (which added support for dates), to add support for the grid component to the Form Builder Integration.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | form_builder_grid-d6.patch | 7.69 KB | quicksketch |
| #3 | form_builder_grid-d7.patch | 8.73 KB | quicksketch |
| #2 | form_builder_grid-d6.patch | 7.7 KB | quicksketch |
| #2 | form_builder_grid-d7.patch | 8.74 KB | quicksketch |
| #1 | webform_grid_process-d6.patch | 4.48 KB | quicksketch |
Comments
Comment #1
quicksketchWell considering the Grid component is the most complicated component in Webform, this wasn't *too* bad. THe grid component needed some reworking in the Webform queue (see #1151714: Grid component should use a #process function to expand itself) but then things went pretty smoothly. Patch attached.
Comment #2
quicksketchSorry those were the patches for Webform module, not Form Builder. Here we are.
Comment #3
quicksketchI found one small issue in review that made it so that the "Use custom keys" checkboxes were not being maintained between edited (though they were saving properly). Final patches, committed to both branches.