
4 risposte
You can't solve this with Web-to-Lead since the HTML form POST simply sends data to Salesforce. If you want the second form to 'connect' to an existing record, you will need to implement Salesforce API code on your website to query for an existing record, then do an update or create of a related record.