From ca0759921d89329f6126b9d930624a426f9a11d1 Mon Sep 17 00:00:00 2001 From: Chris Huber Date: Sun, 28 Jun 2026 21:22:50 -0400 Subject: [PATCH] php-transformer: detect div-based pseudo-forms as materializable forms Extend the issue #315 form-detection path to non-
containers. Some signup/contact widgets pair data-entry controls with a submit-like control inside a plain
and never wrap them in a ; the existing detection keys off the element, so these flatten into a paragraph plus a dead button and the form is lost. Recognize a div-based pseudo-form structurally: the tightest non- container that pairs at least one data-entry control (a non-search input,