Dear ecobiz
Please add your key for our module.
The first the the layout that you are using in our module in the advanced tab: if it is the default layout
go to the layout default in our template: /html/mod_sj_contact_ajax/default.php
Find the the code about script googla maps like below:
eg:
<script async defer src="maps.googleapis.com/maps/api/js?key=AIzaSyCQWWXmpIaE1c5jU5bOPh1YNkiD3L6m_NQ&callback=initMap"
type="text/javascript"></script>
=> change to:
<script src="
maps.googleapis.com/maps/api/js?key=your_API-key"></script>
then change the your_API-key in the line code above.
eg:
<script type="text/javascript" src="
maps.googleapis.com/maps/api/js?key=AIzaSyBaeYfTIyvWkCMqvtMqigOkho69kiL3QUY"></script>
Please get your api key here: developers.google.com/maps/documentation/javascript/get-api-key
if it doesn't work, please send us the information of your site in the box for the admin to check directly?
thanks