Skip to main content
Connect Live Registration to Pardot

Send Live event registrant data to your Pardot instance.

Caroline F avatar
Written by Caroline F
Updated over a week ago

Use a Pardot Registration Form

To utilize a Pardot form for your Live event registration, Pardot must be connected as your primary integration.

On the Overview page for your event, scroll down to the Registration section and click "Select a Pardot form."

When a Pardot form is used, Wistia cannot render form fields to fit the registration section on the page. Instead, the Pardot form is displayed in an iframe. To customize your form further, style it in Pardot before using it in Wistia.

By default, Wistia cannot detect when a Pardot form has been submitted. However, we can detect form submissions with a few small JavaScript snippets. The first snippet will be added to your form’s layout in Pardot.

<script src="https://fast.wistia.com/assets/external/pardot-form-api.js"></script>

Complete the steps below to add the snippet to your form:

  1. Find the Layout Template you want to use on your form in Pardot.

  2. Click "Edit Layout Template."

  3. Paste the snippet inside the tag of the layout.

  4. Open the form in Pardot and click "Save."

  5. Find the form you want to use and click "Edit form."

  6. Choose "Look and Feel."

  7. Choose the Layout Template with the code added.

  8. Click "Confirm & Save."

The second snippet should be added to your form’s Thank You Code in Pardot.

<script src="https://fast.wistia.com/assets/external/pardot-thank-you-api.js"></script>

Follow the steps below to add this snippet:

  1. Open the form details in Pardot.

  2. Click "Edit form."

  3. Choose "Completion Actions."

  4. Open the Thank You Code tab and add the code snippet

  5. Click "Confirm & Save."

Note

Without the code snippet, the registrant will not be tracked when the form is submitted.

Note

Pardot form tracker domains must be https enabled to be used for Live registration. This can be enabled in your Pardot account.

Registrant Data Flow Comparison

Wistia form

Pardot form

Registrant contact information (first name, last name, email)

✅ Stored in Wistia and sent to Pardot list if connected on Registrants page.

✅ Sent to Pardot.

❌ Not stored in Wistia.

Attended (Y/N)

✅ Stored in Wistia and sent to selected Pardot list on Registrants page.

❌ We cannot capture or send identifiable attendee data to Pardot.

Wistia pre-set additional fields (i.e. company name, country)

✅ Stored in Wistia and sent to Pardot list if connected on Registrants page.

❌ Not sent to Pardot.

Custom questions

✅Sent to Pardot.

✅Sent to Pardot.

Registration date

✅Sent to Pardot.

✅Sent to Pardot.

Referral URL by registrant (e.g., facebook.com)

❌Not sent to Pardot.

✅Sent to Pardot.

UTM by registrant (campaign, source, medium)

❌Not sent to Pardot.

✅Sent to Pardot.

Did this answer your question?