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.