<!-- Start Surface Form Embed -->
<script>
(function() {
const surface_src = "surface_form_url";
const surface_embed_type = "widget"; // switch to "widget" to display the form as a widget
const target_element_class = "surface-form-button";
const c = new SurfaceEmbed(
surface_src,
surface_embed_type,
target_element_class,
{
widgetStyles: {
position: "right",
bottomMargin: "40px",
sideMargin: "30px",
size: "64px",
backgroundColor: "#1a56db",
hoverScale: "1.05",
boxShadow: "0 6px 12px rgba(0,0,0,0.25)"
}, // customize the widget appearance
}
);
c.popupSize = "small";
})();
</script>
<!-- End of Surface Form Embed -->