In addition to our native Marketo integration, OptinMonster makes it easy for you to use a custom Marketo form in your campaigns. You can use a custom Marketo form to add additional fields to your form or other custom functionality.
In this article, you’ll learn how to add a custom Marketo form to your OptinMonster campaign.
Before You Start
Here are some things to know before you begin:
- This article assumes you’ve already created an OptinMonster campaign to integrate your custom Marketo form with.
- Custom Marketo forms don’t automatically track conversions when they are submitted in OptinMonster. It’s important to update your custom Marketo form code as instructed in this guide.
- You may need to add custom CSS to style your form as desired. Custom Marketo forms do not automatically inherit the campaign’s template styling.
- The form’s Success Action will be controlled by the code modifications you use in this guide.
Edit Form Code
Before your custom Marketo form can work in OptinMonster, you’ll need to make a few modifications to the embed code you’re provided.
The embed code you receive will look something like the following:
You’ll need to add:
- A
div
with the IDoptinmonster-form-success
below the Marketo form code with your success message. - The
onSuccess
function to track conversions as outlined below.
The above modifications will cause your form code to look similar to the following:
Important
Edit the code above following the code comments to control the Success Action when the form is submitted. You can show the Success view, close the campaign, or redirect the visitor to a specific URL when you configured the from in Marketo.
Add Custom Marketo Form
You can add extra fields to your form or include other custom functionality using a custom Marketo form in OptinMonster.
To add a custom Marketo form to your OptinMonster campaign, follow these steps:
- Log into your Marketo account and create the form you wish to add to your OptinMonster campaign.
- Follow the instructions provided in the previous section of this guide to edit the form embed code Marketo provided you with.
- Next, follow our Custom HTML integration guide to add the form code to your campaign.
- When you’re finished, click Save.
Email Automations
To send emails automatically to new leads you’ll want to configure email automations within your Marketo account.
The following guides from Marketo may be helpful to get started:
If you’re serious about jumpstarting your website business growth, then get started with OptinMonster today!
Get Started With OptinMonster Today!BONUS: Done-For-You Campaign Setup ($297 value)
Our conversion experts will design 1 free campaign for you to get maximum results – absolutely FREE!
Click here to get started →
Troubleshooting
What does the onSuccess
code do?
The onSuccess
addition allows your campaign to track conversions and set a cookie when the form is successfully submitted. Without this addition, no conversions will be tracked or cookies set on form submission.