Solved
Simple Marketo form on external website not working
Can someone help to correct this script which is not loading the Page at all
<html>
<head>
<title>Embed Marketo Form</title>
</head>
<body>
<h1>Test to load Marketo Form - not working</h1>
<script src="//pages.sjsu.edu/js/forms2/js/forms2.min.js"></script> <form id="mktoForm_2031"></form> <script>MktoForms2.loadForm("//pages.sjsu.edu", "663-UKQ-998", 2031, function (form){MktoForms2.lightbox(form).show();});</script>
</body>
</html>
It does not show the Marketo Form when I browse to this page on Chrome.
What is wrong here?