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.
Solved! Go to Solution.
You must include the library before it’s used. (Not a Marketo thing but always true of JS code.)
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.
that definitely occurred to me!
Below is the page code I used. The forms are not rendering. Can you see what the issue might be? Thanks in advance.
Can you use the syntax highlighter so that's readable? Thanks. And please link to the real page where this is running.
Thank you for your timely reply. I am having issues creating the highlighted code. I can give you the url of a page that I built that contains just the forms and nothing else. Please take a look at the code from you browser and see if you can see where I went off course.
Form test (premera.com)
Thank yo so much for your time.
Dominic
You aren't loading the forms library itself on that page.
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>
I moved the script above the body tag. Still no forms are showing. Am I missing something basic?
page url: Form test (premera.com)
Thanks again
D.