๐ Changelog
Latest changes and updates to MetaSurvey.
๐ก MetaSurvey was founded on October 26, 2019, with the initial MVP created on December 15, 2019.
Latest changes and updates to MetaSurvey.
๐ก MetaSurvey was founded on October 26, 2019, with the initial MVP created on December 15, 2019.
๐ข Shipped
03 Nov 23
We released multiple Thank You screens ๐
Now you can use them in your survey branching to show different Thank You depending on answers!
To create a new Thank You screen, navigate to your survey -> Questions section -> scroll down and add a Thank You screen.
5 7
๐ข Shipped
18 Oct 23
Customize the color of buttons and text within your surveys to align with your branding + set your own background color + accent color for elements!
You can choose from 7 default themes or create your own.
3 5
๐ข Shipped
18 Oct 23
Support setting your own background color, not only choosing from presets.
0 6
๐ข Shipped
23 Sep 23
MetaSurvey is now fully GDPR compliant!
We've relocated our servers to the EU (London) ๐. Below, you can review our legal docs:
In public surveys, we don't use cookies, which means you won't be required to use a cookie consent banner! ๐
1 2
๐ช Improved
28 Aug 23
We've automated SSL certificate generation for your custom domains, freeing us to continue building new features ๐
Now you can set up a ready-to-use custom domain with an SSL certificate in just minutes!
0 0
๐ข Shipped
03 Aug 23
Surveys just got smarter! ๐
Now you can create surveys with dynamic branching based on respondents' answers.
You can find the Conditional Logic settings at the bottom of the question block.
0 0
๐ข Shipped
26 Apr 23
Now you can easily find your question id to use in your logic.
0 0
๐ข Shipped
25 Apr 23
We added JavaScript events that can communicate with your website where the survey widget is embedded. When a survey is completed, the iframe will trigger an event that communicates the completion to your website.
You can use it in code to capture survey completion and send data to third-party tools such as SalesPanel: โจ
<script>
/* Add SalesPanel source code here */
</script>
<script>
window.addEventListener('message', event => {
try {
const message = event.data;
if (message.type === 'ms-survey-completed') {
const responses = message.data.responses;
const res = responses.find((response) => response.question_id === "YOUR_QUESTION_ID");
const customerEmail = res.value;
$salespanel.push(["set", "identify:email", customerEmail, 'metasurvey']); // here we are sending the event data to SalesPanel
}
} catch (error) {
console.error('An error occurred in event ms-survey-completed:', error);
}
});
</script>
0 0
๐ข Shipped
23 Mar 23
This update includes a form to let lifetime customers activate additional codes themselves.
Simply navigate to Manage plans and enter your additional codes into the form.
0 0
๐ข Shipped
18 Mar 23
We've added more image options to the Thank You screen, including the ability to hide the image and use the default one.
If you choose to use a custom image, it will also appear on the Responded error screen (when multiple responses option is off for the survey) by default.
0 0
๐ข Shipped
17 Mar 23
You can now receive email notifications when someone completes your survey. The email notification includes the survey results.
You can find an Email notification option in the Notifications section of your survey.
0 0
๐ข Shipped
17 Mar 23
Get a weekly summary of your survey results delivered straight to your inbox.
You can manage your email preferences easily in the Notifications menu (just click on your username in the top right corner and navigate to the Notifications menu).
0 0
๐ข Shipped
14 Feb 23
Whether it's "Agree/Disagree" or "Like/Dislike", you can now customize the โSwipe replyโ button labels to fit the tone or language of your survey.
0 0
๐ข Shipped
14 Feb 23
We added the ability to manually translate all survey labels. You can now conduct surveys in multiple languages and gain insights from a diverse group of participants.
You can find Translations in the Survey options block.
0 0
๐ข Shipped
19 Nov 22
Now you can send the response data to your endpoints when someone completes a survey.
Add up to 5 endpoints per survey.
0 0
๐ข Shipped
11 Oct 22
Use the new question type to ask your respondents for email, phone, name, age using an input field with built-in validators.
Available Types:
Now you can use it instead of the Last step comment, or use both!
๐ก
Click New Question โ Select Open Answer โ Select Type
0 0
๐ข Shipped
25 Aug 22
You can host surveys on your own domain name. If you have multiple surveys for different companies, you can set up domain for each one! โจ
0 0
๐ข Shipped
04 Aug 22
Add additional GET parameters to your survey URL to track the survey campaign or see who completed the survey.
Use cases:
Tracking UTMs
https://public.getmetasurvey.com/survey/62640bed1a3ba400127faff9?utm_medium=email
Detecting the user passed your survey
https://public.getmetasurvey.com/survey/62640bed1a3ba400127faff9?uid=79350&sid=2
How to find parameters in Analytics:
Once the survey is completed all parameters are saved as well.
You can find them by clicking the Export data button in the โAnalyticsโ or โCommentsโ tabs:
You will receive a CSV file with detailed results for each response that includes URL parameters.
0 0
๐ข Shipped
14 Jul 22
Generate a QR code for your survey. You can spotlight your brand by adding your logo in the center of the QR.
0 0
๐ข Shipped
14 Jul 22
Now you can embed the survey on your site.
0 0
๐ข Shipped
14 Jul 22
Now you can select a custom background color for your survey, and all survey UI elements will automatically adapt to this color (dark or light theme).
0 0
๐ข Shipped
17 Jun 22
Added updates and news tabs to the top menu to notify you when we ship new stuff.
0 0
๐ข Shipped
17 Jun 22
Fully redesigned dashboard UI/UX.
We analyzed the user experience, so we swapped the Surveys list and Templates.
Surveys list:
๐ Templates:
0 0
๐ข Shipped
04 Jun 22
Added switch that allow respondents take a survey once or multiple times.
0 0
๐ข Shipped
12 May 22
Select images, click import and it will turn into Tinder-like questions.
0 0