Why Web-to-Lead matters
"Our site gets hundreds of visitors a week. Every single 'Contact Us' submission still gets forwarded as an email that someone on our team has to manually retype into the CRM. We lose leads to typos, delays, and simple human forgetfulness."
Any manual step between a prospect raising their hand and that interest landing in the CRM is a chance for the lead to be lost, delayed, or entered incorrectly.
Anatomy of a Web-to-Lead template
An admin generates an HTML form snippet tied to a unique, secret post key. The org that owns the template is embedded in that key — so a visitor's browser can submit the form directly to SmartLite with no login and no API key, and the Lead still lands in exactly the right org.
| Piece | Role |
|---|---|
| Template | Defines the field mappings and the public post key |
| Field mapping | Translates external form field names (e.g. company) to CRM field API names (e.g. company__c) |
| Public endpoint | Unauthenticated — access is controlled entirely by the secret, unguessable post key |
| Submission log | Every attempt is recorded, success or failure, for traceability |
Leads created this way are owned by system rather than a real user — a reliable signal in reports that a Lead originated from the website rather than manual entry.
Generate and test a Web-to-Lead form
first_name, email, company to their CRM equivalents.Test what you learned
/post/{postKey} endpoint know which org a submission belongs to, with no login?system