The Website Survey Popup is the easiest way to collect quick feedback from your website visitors. After a short delay, a small popup appears inviting users to take a short survey hosted in your Research Automators account.
It’s a lightweight script that you can add to any website, and it only takes a few seconds to set up.
That’s it. Once added, the popup will appear automatically after the set delay, inviting visitors to take your survey.
<!-- Research Automators – Survey popup -->
<script src="https://app.researchautomators.com/jqueryscripts/survey-popup.js?"
data-survey-url="https://insight.researchautomators.se/?105000962"
data-popup-text="Help us improve our website - take a short survey:"
data-open-button-text="Sure!"
data-decline-button-text="No, thanks"
data-button-color="#4737ff"
data-delay="3000"><!-- delay in ms -->
</script>
<script>
setTimeout(function () {
window.parent.postMessage('RA_SURVEY_CLOSE', '*');
}, 1500);
</script>