Removed the visible Talk To Sam Aguiar eyebrow from both Kentucky location page forms. During live QA, one browser submission initially created duplicate Salesforce Contact and Account records because two sitewide form bridges were both submitting the same sidebar form. I repaired the affected editable sidebar intake forms by adding data-sal-existing-handler="1", which lets the newer SAL bridge submit while preventing the older bridge from double-posting.
Cloudways cache purge succeeded with operation flex-88234914. IndexNow returned HTTP 200 for the four touched URLs. Static checks confirmed the four editable pages return HTTP 200, no longer render Talk To Sam Aguiar, and have the single-submit flag on each live sidebar form.
Playwright desktop and mobile QA on the Kentucky page confirmed no horizontal overflow, correct desktop/sidebar and mobile form visibility, required full_name, phone, case_type, and consent fields, and the company honeypot. A live mobile submission posted exactly once to /wp-json/sal/v1/contact-intake, returned success:true with leadId:97, redirected to /contact-us/thank-you/, and created exactly one Salesforce/Litify Contact 003UV00000jkLkMYAU and one Account 001UV00000n26hvYAA at 2026-06-01T15:27:24.000+0000.
Reusable form partial: /Users/samaguiar/Documents/Design Elements - Current/a - Form Options/sidebar-intake-form-single-submit-2026-06-01.html.
Session log: /Users/samaguiar/Documents/Projects/admin/session_logs/2026-06-01-sidebar-form-single-submit-repair.md.
Screenshots: /Users/samaguiar/Documents/Projects/admin/session_logs/qa-screenshots/locations-kentucky-form-2026-06-01-single-submit/.
Backups: /Users/samaguiar/Documents/Claude/wp-content-backups/locations-kentucky-form-eyebrow-20260601T151715Z-pre-edit.html and /Users/samaguiar/Documents/Claude/wp-content-backups/sidebar-form-single-submit-20260601T152433Z/.
Rollback path: restore the matching pre-edit HTML through the WordPress REST content pipeline while preserving published status, then purge Cloudways cache.
Updated Skills/sail-forms/SKILL.md so future sidebar forms include the single-submit rule, avoid Talk to Sam as the default heading, and require one live test submission that creates exactly one downstream CRM record set.