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
Rahul Sethi 11Rahul Sethi 11 

Can we add a lead into two different orgs using one web-to-lead form?

So, in my web-to-lead form code, I have an org id which is unique to my organization. But, can we add leads to multiple org using a single web-to-lead form? Does this mean that for every org, web-to-lead forms are unique? 
prateek jainprateek jain
Hi
Yes web to lead form is unique 
there is a tag in web to lead form 
<input type=hidden name="oid" value="00------------------------">
<input type=hidden name="retURL" value="http://">
which bindes web to lead form to paticular org
if any issue please do let me know

 
veeranjaneyulu kunchala 9veeranjaneyulu kunchala 9
Hi, 

Web to lead is linked to only one organization. If we want to update the same lead in one or more orgs.

You have to implement a web service in other orgs and utilize that in source org. 

So, whenever lead is created in source org, It will call the web service in other orgs and pass lead information. 

Thanks,
Veera