What is the best way to embed a form, using the form 2.0, into Wordpress.
When getting embed code, I see script that looks universal and I put this into the Footer.php file of the template. That means that the form support code will load on every page of the site.
src="//app-sji.marketo.com/js/forms2/js/forms2.js"
The trouble is on my pages themselves. The new form embed code requires an empty DOM element (easy enough) and then page-specific script to load the form from Marketo.
The issue is the Wordpress does not allow Script to be included in Page/Post content.
Suggestions? Specific page templates for any page I want a form on? Using a plugin to let script get put into a page/post?