๐Ÿ— Changelog

Latest changes and updates to MetaSurvey.

๐Ÿ’ก MetaSurvey was founded on October 26, 2019, with the initial MVP created on December 15, 2019.

09 February 2024

๐Ÿงน Reset survey results

๐Ÿšข Shipped

Feature

Reset test or old results to start a survey from scratch.

How to:
Navigate to Analytics -> click "Reset results"

Reset survey results

14 votes

03 November 2023

๐Ÿ”€๐Ÿ‘‹ Multiple "Thank You" screens

๐Ÿšข Shipped

Feature

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.

8 votes

18 October 2023

๐ŸŽจ Custom Themes

๐Ÿšข Shipped

Feature

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.

Themes

6 votes

18 October 2023

Your own background color for survey

๐Ÿšข Shipped

Feature

Support setting your own background color, not only choosing from presets.

8 votes

23 September 2023

๐Ÿ‡ช๐Ÿ‡บ GDPR compliant

๐Ÿšข Shipped

Feature

MetaSurvey is now fully GDPR compliant!

We've relocated our servers to the EU (London) ๐Ÿ™Œ. Below, you can review our legal docs:

Privacy Policy

DPA

Cookie Policy

Terms of Service

In public surveys, we don't use cookies, which means you won't be required to use a cookie consent banner! ๐ŸŽ‰

2 votes

28 August 2023

๐Ÿ”’ย Automated SSL Certificate Generation

๐Ÿ’ช Improved

Feature

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!

No votes yet

03 August 2023

๐Ÿ”€ย Conditional Logic

๐Ÿšข Shipped

Feature

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.

Conditional Logic

No votes yet

26 April 2023

Display question ID

๐Ÿšข Shipped

Feature

Now you can easily find your question id to use in your logic.
Display Question ID

No votes yet

25 April 2023

Communication between the embedded widget and your website

๐Ÿšข Shipped

Feature

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>

No votes yet

23 March 2023

๐Ÿ™Œย Activate additional LTD codes with ease

๐Ÿšข Shipped

Feature

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.

Activate additional codes

No votes yet

18 March 2023

๐Ÿ–ผ๏ธย More Image Options for Thank You Screen

๐Ÿšข Shipped

Feature

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.

Thank you screen image settings

No votes yet

17 March 2023

๐Ÿ“ฉย Email notification

๐Ÿšข Shipped

Feature

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.

Email notification

No votes yet

17 March 2023

๐Ÿ“Šย Weekly report

๐Ÿšข Shipped

Feature

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).

Notifications settings

No votes yet

14 February 2023

๐Ÿ”„ Customizable Yes/No button labels for swipe

๐Ÿšข Shipped

Feature

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.

Yes/No Buttons

No votes yet

14 February 2023

๐ŸŒŽย Translations

๐Ÿšข Shipped

Translation

Feature

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.

Translations

No votes yet

19 November 2022

๐ŸชWebhooks

๐Ÿšข Shipped

Feature

Integration

Now you can send the response data to your endpoints when someone completes a survey.

Add up to 5 endpoints per survey.

Webhooks settings

No votes yet

11 October 2022

New question type: โœ‰๏ธย Open answer

๐Ÿšข Shipped

Feature

Use the new question type to ask your respondents for email, phone, name, age using an input field with built-in validators.

Available Types:

  • Single line
  • Multi line
  • Number
  • Email
  • Phone

Now you can use it instead of the Last step comment, or use both!

๐Ÿ’ก
Click New Question โ†’ Select Open Answer โ†’ Select Type

Open answer

No votes yet

25 August 2022

๐Ÿ”—ย Custom domain

๐Ÿšข Shipped

Feature

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! โœจ

Custom domain

No votes yet

04 August 2022

๐Ÿ“ธย Survey tracker

๐Ÿšข Shipped

Feature

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.

Survey tracker in Analytics

No votes yet

14 July 2022

๐Ÿ“ฒย Share with QR code

๐Ÿšข Shipped

Feature

Generate a QR code for your survey. You can spotlight your brand by adding your logo in the center of the QR.

No votes yet

14 July 2022

๐Ÿงฒย Embed survey on site

๐Ÿšข Shipped

Feature

Now you can embed the survey on your site.

  • Present your survey as part of your site. You can set the frame size that best suits your blocks' structure.
  • Show a full-page survey as the standard page of your site.
  • Put a button that pops up the survey once users hit this.
    You can pin the button on the screen, put it between other blocks, or insert it as part of the text content. We added many options to configure your button style.

Embed survey

No votes yet

14 July 2022

๐ŸŒˆย Themes

๐Ÿšข Shipped

Feature

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).

Survey Themes

No votes yet

17 June 2022

๐Ÿ“ขย Updates & News tabs

๐Ÿšข Shipped

Feature

Added updates and news tabs to the top menu to notify you when we ship new stuff.

No votes yet

17 June 2022

๐Ÿช„ย New Dashboard

๐Ÿšข Shipped

Feature

Fully redesigned dashboard UI/UX.
We analyzed the user experience, so we swapped the Surveys list and Templates.

Surveys list:

  • Added a green status dot to the survey when you get a new response or comment.
  • Responses and Comments are now clickable (unless equal to 0). Go to Analytics right from the Dashboard.
  • See the time you created surveys.
  • Fresh survey dropdown menu. Activate and pause surveys right from Dashboard.

๐Ÿ“‡ Templates:

  • Added new hand-picked templates that you requested.
  • Added template groups.
  • You can now preview the template before using it.
  • Know the number of template questions and estimated time.
  • Added the PRO template with 50 Swipe cards (only 10 questions are available on the Free plan)

New Dashboard

No votes yet

04 June 2022

๐Ÿ‘ฅย Multiple responses

๐Ÿšข Shipped

Feature

Added switch that allow respondents take a survey once or multiple times.

One vote