You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.js
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -8920,7 +8920,7 @@ ${paragraphs.join("\n")}
8920
8920
<p>Share only business-safe details. The inquiry is stored for follow-up review, while public dashboards show only aggregate lead counts.</p>
8921
8921
<div class="notice sponsor-close-path">
8922
8922
<strong>Fastest paid pilot path</strong>
8923
-
<p>Start with the USD 49 starter fit review. The lowest-friction path is the public invoice request; the private fast form needs only business email and website.</p>
8923
+
<p>Start with the USD 49 starter fit review. The lowest-friction private form needs only a business email; website is optional and can be inferred from the email domain.</p>
<p class="help">Pick a starter pilot and send two business-safe fields. This requests manual fit review only; any invoice or agreement is sent later through an external provider.</p>
8942
-
<label class="field sponsor-deal-picker">
8940
+
<h3>One-field USD 49 invoice review</h3>
8941
+
<p class="help">Send one business-safe field for manual fit review. Any invoice or agreement is sent later through an external provider.</p>
Copy file name to clipboardExpand all lines: scripts/seo-content.cjs
+9-12Lines changed: 9 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7875,7 +7875,7 @@ function sponsorLeadFormHtml() {
7875
7875
<p>Share only business-safe details. The inquiry is stored for follow-up review, while public dashboards show only aggregate lead counts.</p>
7876
7876
<div class="notice sponsor-close-path">
7877
7877
<strong>Fastest paid pilot path</strong>
7878
-
<p>Start with the USD 49 starter fit review. The lowest-friction path is the public invoice request; the private fast form needs only business email and website.</p>
7878
+
<p>Start with the USD 49 starter fit review. The lowest-friction private form needs only a business email; website is optional and can be inferred from the email domain.</p>
<p class="help">Pick a starter pilot and send two business-safe fields. This requests manual fit review only; any invoice or agreement is sent later through an external provider.</p>
7897
-
<label class="field sponsor-deal-picker">
7895
+
<h3>One-field USD 49 invoice review</h3>
7896
+
<p class="help">Send one business-safe field for manual fit review. Any invoice or agreement is sent later through an external provider.</p>
assert(inferredCompanyLead.company==="Lowfriction","Sponsor lead endpoint should infer a company label from the website when quick form company is blank");
611
611
assert(inferredCompanyLead.commitment==="request-invoice","Inferred-company quick sponsor lead should keep invoice request commitment");
assert(emailOnlySponsorResponse.status===200&&emailOnlySponsorPayload.ok,"Sponsor lead endpoint should accept one-field business-email invoice review requests");
assert(emailOnlySponsorLead.company==="Onefield Sponsor","Sponsor lead endpoint should infer a company label from the email domain");
629
+
assert(emailOnlySponsorLead.website==="https://onefield-sponsor.example/","Sponsor lead endpoint should infer a website from a business email domain");
630
+
assert(emailOnlySponsorLead.commitment==="request-invoice","One-field sponsor lead should keep invoice request commitment");
assert(personalEmailSponsorResponse.status===200&&personalEmailSponsorPayload.ok,"Sponsor lead endpoint should accept one-field email requests even when a website cannot be inferred");
0 commit comments