function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
eduardofernandeseduardofernandes 

Web to Lead - Change email notification

Hi,

I'm trying to change the email response notification why I have a new Lead from my web page.

How I  do to change this email or insert values??

Thanks to replies.

sfdcfoxsfdcfox

See Setup > Leads > Web to Lead. You can also generate different templates using Setup > Leads > Auto-Response Rules.

 

Or did you mean the email you get from salesforce.com? That's under Setup > Leads > Assignment Rules. If you're not using one, then you'd be on the default system template, which can't be configured.

eduardofernandeseduardofernandes

How can I do to create a rule to know that the lead came from the Web?

sfdcfoxsfdcfox

Set a lead source value (default is "Web") to identify leads.

 

<input type="hidden" name="lead_source" value="Web" />

 

eduardofernandeseduardofernandes

It's not work

 

<pre><input type="hidden" id="lead_source" name="lead_source" value="Site"></pre>

 

Thx.