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
TrimbleAgTrimbleAg 

Web to Lead, Multiple Org's

Hello All,

 

I know I am asking for a lot, I am not a developer and need some help. I need to get a lead to go to two different SFDC Orgs based of a picklist value.

 

If product intrest equals A, go to Org 1, If product intrest equals B, got to Org 2.

 

If anyone can give me a sample of the Java that would be required I can wing the rest.

 

Thanks for reading!

 

PB

Rick.BanisterRick.Banister

To do this, you'd need to use Javascript (not Java) in the web page to dynamically change the value of the "oid" field, based on the outcome of your pick list.

 

<input type=hidden name="oid" value="00D3000000010WI">


Contact me directly and I can help you with the actual code.