APIs & Integrations

jspector
Miembro

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Hello, excuse me as I'm not very technical. I'm tasked with currently moving our forms away from iFrame embedded Pardot forms to using Hubspot forms and form styling on the frontend and pushing the field data upon submission to its corresponding form handler in Pardot via a connected API.

 

Currently I have this form handler code setup in Pardot:

 

< form action="http://landingpage.change-aware.com/l/704333/2019-06-27/c3ks" method="post” > 
 
I am now supposed to place it in the corresponding Form Tag in Pardot. My question is, how do I go about doing that? I called HS support and they suggested I post about that in this forum.
 
Thanks,
0 Me gusta
1 Soluciones aceptada
Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Hi @BRhyme 

 

It depends on which version of HubSpot you have, and what type of Template, or Theme, is set up in HubSpot.

 

A. If you have a Drag and Drop Template you can add a HTML Block (depending on your template and version of HubSpot) and paste your HTML in.

 

B. For all templates and versions of HubSpot you can edit the HTML of a Rich Text Area and add Custom HTML. BEWARE sometimes HubSpot flushes parts of the HTML.

 

C. Me, I'm a geek, so I'd make a Custom Module so anyone can drag and drop the Custom Module (with all the code set up) into any page.

 

Please test the entire process no matter which method you choose.

 

Have fun

Mike

 

 

Ver la solución en mensaje original publicado

5 Respuestas 5
Mike_Eastwood
Solución
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Hi @BRhyme 

 

It depends on which version of HubSpot you have, and what type of Template, or Theme, is set up in HubSpot.

 

A. If you have a Drag and Drop Template you can add a HTML Block (depending on your template and version of HubSpot) and paste your HTML in.

 

B. For all templates and versions of HubSpot you can edit the HTML of a Rich Text Area and add Custom HTML. BEWARE sometimes HubSpot flushes parts of the HTML.

 

C. Me, I'm a geek, so I'd make a Custom Module so anyone can drag and drop the Custom Module (with all the code set up) into any page.

 

Please test the entire process no matter which method you choose.

 

Have fun

Mike

 

 

Mike_Eastwood
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Hi @jspector 

 

The process is a little bit technical... but you should be fine, here are the steps:

  1. Create the new form in HubSpot
  2. Copy the Form Embed Code
  3. Replace the Paradot code with the Embed Code
  4. Test the form to make sure it works as expected.

Here are the full step-by-step instructions from HubSpot:

https://knowledge.hubspot.com/articles/kcs_article/forms/how-can-i-share-a-hubspot-form-if-im-using-...

 

Form styling is easy in HubSpot... unless you want to customise the style which is a little bit more advanced.

 

Please let me know if you have any questions.

Mike

jspector
Miembro

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Thanks for the reply @Mike_Eastwood

 

I'm sorry I may have mis-communicated what I'm trying to accomplish.

 

We currently use Pardot for all Marketing Automation, and Hubspot for website hosting and CMS. I'd like to use Hubspot forms/styling on the website, but have all of the field data push to our Pardot system via some sort of connected API or form handler solution.

 

The flow looks like this:

 

User enter Hubspot hosted landing page -> User fills in form fields and submits form data on Hubspot hosted form -> Form data is pushed to Pardot to a connected Padot form handler -> lead data appears in Pardot system

 

My question is how to accomplish this and what work needs to be done.

 

Thanks

0 Me gusta
Mike_Eastwood
Asesor destacado | Partner nivel Gold
Asesor destacado | Partner nivel Gold

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Thank you for the clarification @jspector 

 

The iFrame solution from Paradot is (how shall I say politely?) ugly.

 

It may be easier to synch the form data (e.g. Contacts) via Zapier (or a similar service).

 

Can't see anything in the documentation that will let you post to a non-HubSpot URL (e.g. your Paradot form handler).

 

It's possible to build a HubSpot App to move the data around (suing APIs).

 

My assumption is - if you have Paradot - you probably don't have access to Workflows (part of HubSpot Marketing Pro).

 

-Mike

 

 

0 Me gusta
BRhyme
Miembro

Connecting Hubspot form submission data to Pardot Form Handlers

resolver

Hi Mike, 
New to Hubspot here. Do you happen to have the steps to iFrame-ing a Pardot Form/Handler on a Hubspot Landing Page? 

Thanks in advance,
Brittany

0 Me gusta