• iluuuk
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Is it possible to hide the 'Task' section altogether on LeadConvert.jsp page? I guess building a VisualForce page is the answer, but I would really appreciate if somebody could point me to sample code that does something similar. I want to retain most of the functionality on that page and just customize the layout a bit.

 

Thanks much! 

  • January 10, 2012
  • Like
  • 0

We have 2 web-to-lead forms on our new website.  Both forms use the exact same fields - we just want them to come in as different Lead Record Types.

 

In order to do this, i added the fields we need in your code generator and included the lead record type as a field.  When we developed the form, the Lead Record Type field is hidden to the user, so depending on the form they're on, it automatically sends the Lead Record Type we want into sales force.

 

The correct code for the record type is passing to salesforce.  However, every lead is coming in as the same record type: "Other."

 

I have some screenshots of what we're passing to SF as well as the code SF generated for the form in the first place.  But I figured I'd give the overview before we got into the details.

 

Any help here would be greatly appreciated.

 

Thank you.

Howdy everyone,

 

Well, I'm a bit stumped. I'm trying to test a web-to-lead form where I preset the record type:

 

 

<input type="hidden" id="recordType" name="recordType" value="012Q00000008ULW">

 

I have the "keep the existing record type" option set under Lead Settings and it is still not working. 

 

Everything else is populating correctly on the lead record in SFDC. 

 

Thoughts?

 

Thanks,