Saturday 31 August 2013

How To Add Google Map Directions (For Customers) to Your Website

Try to give your customers better directions than thisHere is a *really* simple way you can give customers directions to your business from their home, office or wherever they happen to be. This is amazing, and you can implement it almost immediately.
Honestly, It’s just a couple lines of code which adds immediate value to your contact us or find us page.


<h2>Get Directions</h2>
<form action="http://maps.google.com/maps" method="get" target="_blank">
<p>Enter your starting address:</p>
<input type="text" name="saddr" />
<input type="hidden" name="daddr" value="[Your Business Address Here]" />
<input type="submit" value="Get Directions" />
</form>

Enter your starting address:

No comments:

Post a Comment