Commit c68b168
Remove LinkedIn Profile URL and Phone number fields from demo form (#39)
* Remove LinkedIn Profile URL and Phone number fields from demo form
- Remove linkedin_url and phone_number fields from DemoEvent dataclass
- Remove LinkedIn Profile URL and Phone number input fields from form UI
- Update form data mapping to exclude removed fields
- Remove LinkedIn URL from notes content for enterprise follow-up
- Remove linkedinUrl and phoneNumber from Slack payload
- Update Cal.com URL for small companies to use reflex-intro-call
- Add demo form test page at /demo-form route for testing
The demo form now collects only essential information without optional
LinkedIn and phone fields, streamlining the user experience while
maintaining all core functionality for lead generation and routing.
Co-Authored-By: Alek <[email protected]>
* Remove test demo form page - was only needed for verification
The /demo-form route and demo_form_page function were added temporarily
to test the form changes but are not part of the core requirements.
Keeping the PR focused on just removing LinkedIn and phone fields.
Co-Authored-By: Alek <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Alek <[email protected]>1 parent 6948846 commit c68b168
1 file changed
+1
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | | - | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
281 | 279 | | |
282 | 280 | | |
283 | 281 | | |
284 | | - | |
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
| |||
316 | 313 | | |
317 | 314 | | |
318 | 315 | | |
319 | | - | |
320 | 316 | | |
321 | 317 | | |
322 | 318 | | |
323 | 319 | | |
324 | 320 | | |
325 | | - | |
326 | 321 | | |
327 | 322 | | |
328 | 323 | | |
| |||
400 | 395 | | |
401 | 396 | | |
402 | 397 | | |
403 | | - | |
404 | 398 | | |
405 | 399 | | |
406 | 400 | | |
407 | 401 | | |
408 | 402 | | |
409 | | - | |
410 | 403 | | |
411 | 404 | | |
412 | 405 | | |
| |||
447 | 440 | | |
448 | 441 | | |
449 | 442 | | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | 443 | | |
465 | 444 | | |
466 | 445 | | |
| |||
0 commit comments