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
Saikishore Reddy AengareddySaikishore Reddy Aengareddy 

RE: WEB to LEAD issue..

Hello All..

 

We are currently using web to lead functionality... but we are receiving bunch of error emails.. I could not find the reason..

 

This is the email i got if i sue web to lead...

 

Alert: Salesforce.com experienced the following problem creating the lead below:

Reason: Lead can only be assigned TO and FROM a Queue

   Lead Capture Page: Not available.

 

Record Information:

   submit = Submit Query
   debug = 1

   retURL = http://google.com

   first_name = Sam
   lead_source = Web
   email = sam0011@gmail.com
   description = Trying to capture leads
   oid = 00DR0000000G1uB
   encoding = UTF-8
   last_name = Paul

   recordType = 012R0000000D2UG
   debugEmail = sam0011@gmail.com

To incorporate this lead into salesforce.com you can key in the data above.

If you have any questions, please click on Support at the top right of any page within salesforce.com.

Customer Support
salesforce.com

 

Any help would be greatly appreciated.

vampirevampire

Goto setup >> Manage Users >> Queues >> create a Queue >> Add Lead object in selected column >> Add members to to selected column

 

check if it works

monymony

Hi, I have similar problem, but I would like to get rid of this kind of email because I already know the reason why. Unfortunately I receive the same email everyday with the same lead in the email.

 

Any help would be appreciated.

 

Thanks,

Mony

Srikanth SSrikanth S

Hi Mony,

 

if you want get these emails trun the Debugging off in the web-to-lead from.

 

if you open the code for the web-to-lead form you should find these lines:

 

<input type="hidden" name="debug" value=1>
<input type="hidden" name="debugEmail" value="debug_email@yourcompanydomain.com">

 

comment these values and that should help.