My embed form suddenly stopped working. I do not have popup blockers working and I stripped all but the essentials from the page trying to get it to work. Any clues?
And, yes, in the code below I changed out my real public API key and real form ID.
<!DOCTYPE html>
<html lang="en">
<head>
<script
type="text/javascript"
src="https://code.jquery.com/jquery.js"
></script>
<script
type="text/javascript"
src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"
></script>
</head>
<body class="sponsor_body">
<script
async
type="text/javascript"
src="https://static.klaviyo.com/onsite/js/klaviyo.js?company_id=ABC123"
></script>
<div style="padding: 40px">
<div id="MainContent">
<div class="klaviyo-form-WXYZA"></div>
<div
class="maincontent"
style="
position: relative;
width: 100%;
padding: 23px 30px;
box-sizing: border-box;
"
>
<div class="content_max">
<div class="page_title">
Interested in Buying Multiple Training Packages for
Your Staff?
</div>
<p>
If you're ready to buy now, and it is between 8:30
and 5:30 monday through friday, then give our Client
Relations Team a call at (1-800) 555-1212
</p>
<p>
Tell whoever picks up you want to buy multiple
Training packages.
</p>
</div>
</div>
</div>
</div>
</body>
</html>