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>
No comments:
Post a Comment