Tell directions where to go

You can show a directions search form in a specific page element, by giving the directions attribute an element ID:

[flexiblemap address="Bar Beach NSW Australia" width="100%" region="AU" directions="my-dir-search-div"]

Normally, the map directions search form would display right here. By adding a directions div to the page, like this, you can tell Flexible Map to show the directions in that div by using the div’s ID. Here, we’re adding the directions search form after this paragraph.

<div id="my-dir-div" class="flxmap-directions">
    <div id="my-dir-search-div"></div>
</div>