Question
web personalization
We need to add Form to the content in web campaign.
we added this code
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>Stay up to date</p>
<p>Subscribe to our newsletter </p>
<script src="INSTANCE.com/js/forms2/js/forms2.min.js"></script>
<form id="mktoForm_3282"></form>
<script>MktoForms2.loadForm("//INSTANCE.com", "262-BHQ-875", 3282);</script>
</body>
</html>
INSTANCE.com is our domain address.
But we can't see the form on our testing page. What should we change?