1 / 8 — Scale of the problem

Multiple Columns for Gravity Forms, 10,000+ installs - broken since 2.10.1

WordPress.org plugin page
2 / 8 — Surprise #1

This is the live page Claude Code and the Gravity MCP used to build the form

Reference: Armstrong School of Dance registration form
3 / 8 — Surprise #2

Gravity MCP "List Field Types" found and used the third-party fields

Gravity Forms editor showing Row Start, Row End, Column Break fields
4 / 8 — Before

Visually broken columns

Broken layout: 12 columns crammed into one row
5 / 8 — After

Column CSS Fixed - CSS specificity corrected, .gform_wrapper class added

Fixed layout: two clean rows of 6 columns
6 / 8 — Conditional logic bug: Before

Before: The whole row is hidden by conditional logic rather than just one column

Broken: whole row hides on load, checkbox click reveals it was a hide bug
Drake disapproving
7 / 8 — Conditional logic bug: After

After: Only field B is hidden by conditional logic

Fixed: only Field B toggles, Field A and C stay put
Drake approving
8 / 8 — Shipped fixes

My repo - fork of the fork of the WebHolism plugin

GitHub repo chrishajer/gf-form-multicolumn, forked from marcizus, 4 commits ahead, chrishajer and claude as commit authors