Salesforce HTML Code for Form Submittal


Hi!

We have an HTML code that directly inputs data in Salesforce, and I am looking to see if there is a way to have data from the forms on our landing pages sent to that code rather than an email account. Does anyone have any suggestions or have tried anything similar before?

Thank you!


3 replies

Userlevel 7
Badge +4

Hi! Are you aware of the Salesforce integration Unbounce has? Sorry if I misunderstood what you’re trying to do, but if you want to send Unbounce form data directly to Salesforce, usually the easiest way to do it is with the integration.

Hello!

Yes, I’m aware of the integration with the premium account! We were first wanting to see if it was possible to use the HTML code without upgrading. Support made it sound like it was possible, but recommended asking other users who might have tried the same thing!

Thanks!

Userlevel 7
Badge +3

Hi @Dmooney,

If you don’t want to use the native integration, you would have to either:

  1. Use Zapier

  2. Webhooks - You need to code a backend script that would receive the data from Unbounce, authenticate with SalesForce and push the data forward.

Best,
Hristian

Reply