diff --git a/public/funnels/soulmate.json b/public/funnels/soulmate.json index bd69f11..580f048 100644 --- a/public/funnels/soulmate.json +++ b/public/funnels/soulmate.json @@ -142,7 +142,8 @@ "emoji": "💙", "disabled": false } - ] + ], + "registrationFieldKey": "profile.gender" }, "variants": [] }, @@ -876,7 +877,8 @@ "zodiac": { "enabled": true, "storageKey": "userZodiac" - } + }, + "registrationFieldKey": "profile.birthdate" }, "variants": [] }, diff --git a/src/lib/funnel/bakedFunnels.ts b/src/lib/funnel/bakedFunnels.ts index 344f6da..1e53378 100644 --- a/src/lib/funnel/bakedFunnels.ts +++ b/src/lib/funnel/bakedFunnels.ts @@ -451,7 +451,8 @@ export const BAKED_FUNNELS: Record = { "emoji": "💙", "disabled": false } - ] + ], + "registrationFieldKey": "profile.gender" }, "variants": [] }, @@ -1185,7 +1186,8 @@ export const BAKED_FUNNELS: Record = { "zodiac": { "enabled": true, "storageKey": "userZodiac" - } + }, + "registrationFieldKey": "profile.birthdate" }, "variants": [] },