Skip to content

Commit 1c6f64b

Browse files
Update small company redirect to Cal.com demo booking (#1513)
* Update small company redirect to Cal.com demo booking - Change redirect URL from /pricing?lead=1 to https://cal.com/team/reflex/reflexdemo - Affects companies with 1-5 employees after form submission - Preserves all other booking logic and validation criteria Co-Authored-By: [email protected] <[email protected]> * Trigger CI rebuild to resolve transient Rollup build issue Co-Authored-By: [email protected] <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: [email protected] <[email protected]>
1 parent 169b74f commit 1c6f64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/pricing/header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def submit(self, form_data: dict[str, Any]):
201201

202202
if self.is_small_company():
203203
yield ThankYouDialogState.push(True)
204-
yield rx.redirect("/pricing?lead=1")
204+
yield rx.redirect("https://cal.com/team/reflex/reflexdemo")
205205
return
206206

207207
params = {

0 commit comments

Comments
 (0)