Embedded form is stuck on please wait | Community
Skip to main content
December 4, 2014
Question

Embedded form is stuck on please wait

  • December 4, 2014
  • 2 replies
  • 1718 views
We want to embed a subscription form on one of our corporate site's blogs, but, upon clicking submit, the button changes to "Please wait" and then does ... nothing.

I was going to get fancy with hiding the form after submission and adding text in its place, but I don't want to do that until the form actually works.  Any idea what the problem could be?

<script src="https://app-sji.marketo.com/js/forms2/js/forms2.js"></script>
<form id="mktoForm_1761"></form>
<script>MktoForms2.loadForm("https://app-sji.marketo.com", "120-PTN-868", 1761);</script>

NOTE: I had to add the "https://" to those two spots because the form just didn't show up at all with the default embed code given by Marketo.
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Kenny_Elkington
Adobe Employee
Adobe Employee
December 4, 2014
Hi Ingrid,

Are you getting any Javascript errors upon submission?  Do you have an example page you can share where you're seeing this?
December 19, 2014
There was actually an issue with our JQuery script, so that's where that came in.  :)  Thanks for answering so quickly though!