Multiple Marketo Forms Not Displaying - Tried the Tricks But No Luck | Community
Skip to main content
Level 3
March 24, 2022
Solved

Multiple Marketo Forms Not Displaying - Tried the Tricks But No Luck

  • March 24, 2022
  • 1 reply
  • 4428 views

Hello. There are several posts in Community about how to enable multiple forms to work on a single external web page. Our web developer is having difficulty using the 'solves' to get the forms to work. Here's what he told me he tried that's not working. (his notes to me)

Will take any advice you may have.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

Is the code below what is missing? I tried adding this to the page. But nothing happened. The forms are still not showing.

 

<script src="//go.premera.com/js/forms2/js/forms2.min.js"></script>
 
Apologies if these are basic knowledge questions.  I am not well versed in the ins and outs of Marketo coding.
 
D.

You must include the library before it’s used. (Not a Marketo thing but always true of JS code.)

1 reply

SanfordWhiteman
Level 10
March 24, 2022

Hi Kevin,

 

That’s a snippet from this blog post I wrote some time ago and you can see the demo code still works. So I couldn’t tell you anything else from just that screenshot. He evidently implemented the code incorrectly/incompletely.

JCKevinAuthor
Level 3
March 24, 2022

that definitely occurred to me!