Widget:Transittripform

From Transit.Wiki
Revision as of 17:05, 24 July 2021 by Andy (talk | contribs) (Created page with "<form action="https://www.google.com/maps/dir/?api=1" method="get" target="_blank"> <p> <label for="saddr">Start location</label> <input type="text" name="saddr" /> </p>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<form action="https://www.google.com/maps/dir/?api=1" method="get" target="_blank">

<label for="saddr">Start location</label> <input type="text" name="saddr" />

<label for="daddr">End location</label> <input type="text" name="daddr" />

  <input type="hidden" name="dirflg" value="r">
  <input type="submit" value="Get directions" />

</form>