Remote Form - Qualtrics
Integrating the Remote Form Component with Qualtrics Surveys
To ensure that your Qualtrics Survey displays seamlessly within our Remote Form component without vertical scrollbars, you need to embed a small snippet of JavaScript in each page of your survey. This script enables dynamic resizing of the display, providing a smoother user experience.
Qualtrics > Survey > Builder
The referenced media source is missing and needs to be re-embedded.
Question > JavaScript
Edit Question JavaScript - Paste JavaScript Code
JavaScript Code
window.parent.postMessage({ssu_iframe: true, scrollHeight: document.documentElement.scrollHeight}, '*');
Publish Changes