Hello,
Our company servers went down this morning but once our IT department was able to bring it back online, we noticed that our Marketo online form is not showing up. Not sure if the two are related but wanted to see if anyone has a solution.
Here is the webpage with the missing Marketo form.
https://www.orchardsoft.com/contact-us/
The form should appear right after the "Contact Sales & Marketing" block.
Solved! Go to Solution.
You can’t defer a script and expect its created objects (i.e. MktoForms2) to be available right after... that’s the whole idea of defer. I assume your team decided to change the code to add defer without testing it.
You can’t defer a script and expect its created objects (i.e. MktoForms2) to be available right after... that’s the whole idea of defer. I assume your team decided to change the code to add defer without testing it.
Thank you. I also just saw the solution on a separate thread.
I found the solution from viewing this thread.