Added: 06/13/2016 | Updated: 8 Years Ago
Question How do I publish a survey (add a survey to a website)?
Answer
For publishing a survey you have 4 options
1) Use the default link
When editing the survey there is a link to view the survey. You can use this link and add it to a page or send it out to people in emails to have them visit this page and take the survey from the page directly.
The design used on this page can be customized 2 different ways.
-- The first way to customize it is through the file manager.When doing it this way the customization becomes the default look for all surveys that are created.
-- The second way to customize it is through the survey's advanced settings.When doing it this way the customization only applies to the specific survey that you add the customization to.
2) Add the survey inside of a web page
You can add the survey inside of a web page on your site by either using ajax or an iframe. AJAX is typically a better approach, but it will only work on pages that are on your system (you cannot add to a different domain). For both steps described below you will first need to get the default link for the survey (see above) and you will use this URL in the instructions below.
-- Using AJAX
Get the survey URL (from the view survey page) and remove
http://YOURDOMAIN.COM from the front of it. The URL should start off with /admin/... Once you have modified the URL the replace where it says ##VIEW-SURVEY-URL## in the code below. After replacing the URL paste the code below into the location where you want the survey to appear on the page.
-- Using IFRAME
In the code below put the entire survey URL (from the view survey page) replacing where it says ##VIEW-SURVEY-URL## in the code below. Also, you can modify the width and height as desired to fit better on the page. After replacing the URL paste the code below into the location where you want the survey to appear on the page.
3) Add the survey as a popup on a page ***COMING SOON***
For this option you would copy the javascript code provided at the bottom of the survey page when editing the survey and place the code inside any website that you want the survey added to. Once the survey is added it will appear in a popup window when a person views the page. The survey will only appear to people who have not yet taken the survey. Once someone takes the survey it will no longer appear.
Available for V4.91 and abovePeople can retake a survey using the same email and have the values pre-populated.