<p>
<iframe id="iframe" style="background: transparent; border: 0px solid #ccc;" src="https://repairlift.com/embed-widget-base?color=2b4e8e&psheet=1aDMlfPqmxHJwD59l5IJNVhVhfEd3Lr_vIMJISBg4Wzg&gscript=AKfycbxi1zLXoQZ9wYlZiaRtIU9e1CN9zqv0wf5_Cbhlhj4kl9-jLmNN" width="100%" height="1500px" frameborder="0" scrolling="no"></iframe></p>
<p><!-- CHANGE THE 1 VALUE BELOW: --><br /><input id="onpage_api_key" type="hidden" value="xo56cJH-6a3K-QlSk-TP1z-e6a2ZKjRs" /></p>
<p><!-- CHANGE THE 1 VALUE ABOVE: --><br /><input id="set_contact_pref" type="hidden" value="" /><br /><input id="set_contact_msg" type="hidden" value="" /><br /><input id="onpage_client_name" type="hidden" value="" /><br /><input id="onpage_client_phone" type="hidden" value="" /><br /><input id="onpage_client_email" type="hidden" value="" /><br /><input id="onpage_client_notes" type="hidden" value="" /><br /><script><br />
window.onmessage = (e) => {<br />
if (e.origin !== "https://www.repairlift.com") return;<br />
if (e.data.hasOwnProperty("frameHeight")) {<br />
document.getElementById("iframe").style.height = `${e.data.frameHeight + 30}px`;<br />
}<br />
var data = e.data;<br />
var contactPref = data.contactpref;<br />
var contactMsg = data.contactmsg;<br />
document.getElementById("set_contact_pref").value = contactPref;<br />
document.getElementById("set_contact_msg").value = contactMsg;<br />
document.getElementById("onpage_client_name").value = data.clientName;<br />
document.getElementById("onpage_client_phone").value = data.clientPhone;<br />
document.getElementById("onpage_client_email").value = data.clientEmail;<br />
document.getElementById("onpage_client_notes").value = data.clientNotes;<br />
if (typeof(window[data.func]) == "function") {<br />
window[data.func].call(null, data.vartypage);<br />
}<br />
};<br />
function parentFunc(vartypage) {<br />
//This function will kick off any POST APIs and then redirect<br />
var contactPref = document.getElementById("set_contact_pref").value;<br />
var contactMsg = document.getElementById("set_contact_msg").value;<br />
console.log(vartypage);<br />
console.log(contactPref);<br />
console.log(contactMsg);<br />
//For Wix sites, delete the line above and add the line below - change the URL!<br />
window.location.replace("http://rogersts.com//thank-you");<br />
}<br />
</script>
</p>