In-Page Pop-Up

About In-Page Pop-Ups

Have you ever wanted to intercept respondents on your web site? The In-Page Popup feature can makes it possible.

This page will show you everything you can do with the pop-up survey invitation.

Setting Up an In-Page Pop-Up

  1. In the Distribute Survey section of Qualtrics, click In-Page Pop-up on the gray navigation bar.
  2. Enter the Pop-up Text to be displayed in the pop-up window, or use the default text.
  3. Enter the Link Text that the participant will click to open the survey.
  4. Optionally, click More Options to see the following settings:
    • Display Rate: Specify the percentage of visitors to your website that will see the pop-up.
    • Display After: Set how long visitors are on the website before the pop-up is displayed.
    • Prevent Repeated Display: Prevent the pop-up from being shown multiple times within the time frame you specify.
    • Animate: Have the pop-up window move in from the side of the screen rather than starting in the middle.
    • Pop-up Width and Height: Choose how large the pop-up window should be.
    • Survey Width and Height: Choose how large the survey window should be when the visitor clicks on the link.
  5. Click the Preview Pop-up button to see how the pop-up will appear on your website.
  6. Click Add Pop-up To My Website.
  7. Copy and paste the code that appears into the HTML of your website.

Available Parameter Options

Many parameters are default to the generated code, but not all. The following are available parameter options:

                id:'',
		imagePath:'distribute.qualtrics.com/WRQualtricsShared/Graphics/',
		surveyBase:'survey.qualtrics.com/SE/',
		protocol:'http',
		hideDropShadow:false,
		width:400,
		height:300,
		animate:true,
		surveyPopupWidth:600,
		surveyPopupHeight:800,
		closeX:null,
		closeY:null,
		textX:null,
		textY:null,
		linkX:null,
		linkY:null,
		linkText:'Click Here',
		popupText:'Please take a moment to participate in a survey.',
		startPos:'TL',
		targetX:null,
		targetY:null,
		speed:3000,
		delay:500,
		closeDelay:0,
		viewRate:100,
		globalCookieID:null,
		globalCookieTime:null,
		preventDisplay:0,
		cookieDomain:'',
		preview:false,
		embeddedData:{}