You can see the button on the left. Click here to see the code that creates it:
// Build options for the library
var options = {
// Survey identifiers
sid: "628094457",
key: "L_9wycv28pdzajCHMCEzUNQeBRzXYfGYvy4mCuXbK4Z5VT7YpFLN6Q5HYW37zgxD",
// Location of the button
location: "left middle",
// Texts for the button
texts: {
ENTER: "Click here",
LOADING: "Survey opening...",
EXIT: "Close"
}
// Custom css file name
cssname: "surveypal-button-1.0.2.css",
// Options for the survey overlay
type: "slide",
height: 0.55,
width: 0.5,
scale: 0.65
};
// Fetch library from Surveypal cdn
(function(w, t, o) {
var s='script',ns='sb',e,n;
var h="https://srvpleu1data1.blob.core.windows.net/code/";
e=t.createElement(s);
e.async=1;
e.src=h+'surveypal-button-1.0.2.js';
w[ns]=w[ns]||{};
w[ns].o=o;w[ns].h=h;
n=t.getElementsByTagName(s)[0];
n.parentNode.insertBefore(e,n);
})(window, document, options);