• LeifK
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Does anyone have experience with required custom fields on Web2Lead forms?

Our web form contains the following onSubmit validation:  


<form onSubmit="MM_validateForm('first_name','','R','last_name','','R','email','','RisEmail','phone','','R','company','','R');return document.MM_returnValue" method="post" action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8">

I would like to also add some custom fields to that list, but it seems like I need to add the field id (00N800000054JbO) which creates ridiculous-looking error messages for the user ("00N800000054JbO is required" instead of "Product Name is required"). If I put anything other than the id in the validateForm, the Lead is created but without data from any of the required fields.
Any suggestions/workarounds/3rd party extensions would be greatly appreciated.
thanks,
Leif
  • March 27, 2012
  • Like
  • 0

Hi everyone.

 

Has anyone used Visualforce to add a new Dashboard component to the Home tab? I found some assistance on this post: http://boards.developerforce.com/t5/Visualforce-Development/Dashboards-in-visualforce-pages/m-p/350171

 

and I've borrowed that code, but the filter does not appear on the Home tab. Obviously there are some other parameters that I'm missing. Any suggestions?

 

thanks,

 

Leif

 

  • March 27, 2012
  • Like
  • 0

Hi everyone.

 

Has anyone used Visualforce to add a new Dashboard component to the Home tab? I found some assistance on this post: http://boards.developerforce.com/t5/Visualforce-Development/Dashboards-in-visualforce-pages/m-p/350171

 

and I've borrowed that code, but the filter does not appear on the Home tab. Obviously there are some other parameters that I'm missing. Any suggestions?

 

thanks,

 

Leif

 

  • March 27, 2012
  • Like
  • 0