mhirdes
mhirdes
Sometimes the customers only want to save the answers in the DB, not to send a mail. But this they want only for some forms. So the settings.receiver.enable = 1...
same here in two different projects
I recognized the same problem on a customer page. Will this be fixed in the future?
Hi, sry for the late response. Can you explane a little bit more what does not work? Or contact me on slack.
Hey, where did you add the icon? I don't get the error. Maybe you can contact me on slack.
Hi, what is the problem?
Please take a look at your map record. If the scroll zoom is disabled, also the dragging is disabled. Since 2017 there is only a setting available for gesture handling...
Hi, you can use the TypoScript Setting plugin.tx_gomapsext.preview.enabled = 1. So the Api is not included directly. Then override the partial Resources/Private/Partials/Preview.html. Otherwise how would a good solution for you...
Hi @dahaupt, sry for the late response. I checked again the current preview mode. To overwrite the partial and take a look at the jquery.gomapsext.preview.js it's a good example how...
Please take a look at the current version 6.1.1. Here we load the script with the async attribute. Resources/Public/Scripts/gomapsext.js, line 739 ``` document.addEventListener("DOMContentLoaded", () => { // add global callback...