Support

Account

Home Forums General Issues Google Map Field – Tooltip for Directions Reply To: Google Map Field – Tooltip for Directions

  • add content in the marker div to show up in the tooltip .. my bad!

    <div class=”marker” data-lat=”<?php echo $location[‘lat’]; ?>” data-lng=”<?php echo $location[‘lng’]; ?>”>

    </div>