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'), {