Marketo form is not appearing in my Marketo Landing Page | Community
Skip to main content
New Participant
November 23, 2023
Solved

Marketo form is not appearing in my Marketo Landing Page

  • November 23, 2023
  • 1 reply
  • 4831 views

Hi All,

 

I have been trying to add my Marketo form (under Design Studio) into my Marketo Landing Page (under Marketing Activities) but somehow it's not showing up on the page even after trying on multiple landing pages. It would be of great help to me if someone review the page cofigurations as I am not sure if the form is not showing either because of some custom JS in it or something else. Here are the details:

Landing page link: https://go.nauto.com/VEDR-form-test.html

Here are the screenshots which confirms that it's visible in the Draft section but not showing up after viewing the approved page.:

 

 

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

Quite obvious from the console error that your custom JS file is to blame. https://go.nauto.com/rs/055-HBB-531/images/Email_Script.js isn't valid JS – looking at the top of the file it looks like someone pasted it into an RTF editor like WordPad. Naturally this leaves artifacts behind that make it no longer a plain text file.

 

(The domain check in the code itself is also functionally broken, by the way. Not only does it not check the domain part correctly, it also is case-sensitive, which is incorrect for domains.)

1 reply

Jay_Jiang
New Participant
November 23, 2023

Try cloning the form, approving it and adding the new form onto your landing page. For some reason your instance doesn't recognise form 1437. 

 

MMundra1Author
New Participant
November 23, 2023

Hi @jay_jiang , thanks for your reply. I tried it again as per your suggestions but unfortunately it's not working too.

Here is the link of my Landing page having a cloned form:

https://go.nauto.com/VEDR-form-test.html

Mahak Mundra
Jay_Jiang
New Participant
November 23, 2023

can you share your custom javascript?

Also try:

adding the same form to a different landing page

adding a different form to the current landing page