From 5bc6c3d6fc762801c457fa18597e4fa7840ecbf7 Mon Sep 17 00:00:00 2001 From: Keita Makino Date: Sat, 22 Jun 2024 12:02:17 -0700 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2feb8de..0864490 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Qualtrics recently introduced a new "Simple" layout under the Look and feel sett The way to set the default center has been changed on v3.1.0. Please refer to the installation manual below if you have migrated from an earlier version. -Version 3.1.0 also introduces a new feature of default pins. You can set the editable property for each of the pins. +Version 3.1.0 also introduces new features of form location and default pins. You can set the editable property for each of the pins. ## Breaking change on v3.0.0 @@ -96,6 +96,13 @@ Qualtrics.SurveyEngine.addOnReady(function () { }); }); +// If you need to have the map over the form +Qualtrics.SurveyEngine.addOnReady(function () { + mapRender(accessToken, document.getElementById('QID1'), { + formLocation: 'bottom', + }); +}); + // If you need to have default pins Qualtrics.SurveyEngine.addOnReady(function () { mapRender(accessToken, document.getElementById('QID1'), {