The survey is embedded by the Extellio script that runs on the website. It will be placed in the container or element specified so you're in control of where it will be shown.
Depending on how your website is built, the process of creating the container or element can differ a bit. In some web builders you can drag and drop elements, in others, you have to create the container or element yourself by writing HTML.
The easiest way to do it with HTML is to create a new <div> tag.
<div id="extellio-targeted-survey"> </div>
( just means non-breaking space)
We recommend using a specific and explanatory ID or class for the container, like extellio-targeted-survey, so you know what the container is used for.
You then set the properties (like height or width) of the element with CSS. Most easily you add it through inline or internal CSS.
<div id="extellio-targeted-survey" style="width:100%;"> </div>
This example creates an element that covers the entire width of the body of the page. You can set the survey's size later in the platform.
<style>
#extellio-targeted-survey{
height: 200px; /*this sets the height of the element*/
width: 80%; /*this sets the width of the element in relation to the page*/
margin: auto; /*this centers the element*/
}
</style>
Want to see how an embedded survey looks in the wild? Check it out here.
100,000 actions/month
Standard analytics for most needs. Up to 100 000 actions.
25 heatmap samples/day
Get started with heatmaps & recordings and start seeing things from your users' point of view.
30 responses/month
Start getting to know your users with surveys. Who are they? Why are they on your site?
Immediately after sign-up, you’ll receive a script to install on the website you’ve chosen. The script will only work on the chosen website. Your account won’t contain any data until you install the script. If you’d like to see an example of what it’ll look like when it’s up and running, please sign up for our online demo.
Check your email for an activation link
to complete the registration.