Connect ProForms to Salesforce (Web-to-lead)

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?

thanks a lot
bene

Just use the name attribute as selector. name="form-field-id". :slight_smile: The name is constant.

Hey Daniele, thanks for the response :slight_smile: 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 :confused:

Thanks
Bene

Are you using the WebHook action? Could you describe what exactly is not working? :slight_smile:

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 :confused:

Http set to POST and content type to form data, all fields have the same values as in the code..

Could you share your working code? Normally, HTML has absolutely noting to do with webhooks and is not able to create such calls by default :smiley:

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 :slight_smile:

1 Like