From 3ad5a463393533006cd0c026241db245fae3e7cc Mon Sep 17 00:00:00 2001 From: guitavano Date: Wed, 8 Jul 2026 00:21:06 -0300 Subject: [PATCH] Add form_submit to A/B test default goals Include `form_submit` in the default goal list so it's available as a funnel step / conversion goal in the A/B test results screen. Co-Authored-By: Claude Opus 4.8 --- web/tools/experiments/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/tools/experiments/index.tsx b/web/tools/experiments/index.tsx index b61dde3..7b559ff 100644 --- a/web/tools/experiments/index.tsx +++ b/web/tools/experiments/index.tsx @@ -128,6 +128,7 @@ const DEFAULT_GOALS = [ "view_item", "select_promotion", "add_to_cart", + "form_submit", "begin_checkout", "Visit /checkout", "Visit /checkout#/cart",