Re: Embedded form is stuck on please wait

Anonymous
Not applicable

Embedded form is stuck on please wait

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.
 
Tags (1)
2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: Embedded form is stuck on please wait

Hi Ingrid,

Are you getting any Javascript errors upon submission?  Do you have an example page you can share where you're seeing this?
Anonymous
Not applicable

Re: Embedded form is stuck on please wait

There was actually an issue with our JQuery script, so that's where that came in.  ðŸ™‚  Thanks for answering so quickly though!