According to the vendor I’m working with, in order for this external form they’ve prepared for me to function I need to put the following code into my site:
<script type='text/javascript' src='//form.url.goes.here.com/api/Form/form1'></script>
After fiddling around with inserting it into an $w.onReady function(){, I’ve run out of ideas.
What’s the correct way to proceed to get this to form to show up on a page?