Hey there, i need to connect my proform to salesforce via web-to-lead, basically i rebuild the already working html code, but i can’t change the form field id’s to the ones i need, i thing they even change on every page load.. is there even a native way to connect?
Hey Daniele, thanks for the response Still can’t get it to work, is there any way you or martin take a quick look an what i did wrong? the form seems to not get to salesforce and i’m out of ideas why and how
Yes i’m using webhook action, i don’t know whats not working, basically i need to recreate a html code which already works.
i set the webhook action to the link and add all the fields with their value’s from the original code, but for some reason the data never gets transfered to salesforce, with the html code it works so i guess somewhere in the config. i did something wrong
Http set to POST and content type to form data, all fields have the same values as in the code..
Found the issue, it was my mistake.. i took the webhook id from the code which also included the oid.. added the oid twice, once in the webhook id and once in the field value for the oid.. killed it in the webhook and it worked! sorry for the ticket… searched 3 days for the error.. thanks a lot for the help anyways