[PRO] Display content below or next to the map
The PRO version includes several click actions that allow you to display custom HTML content outside the map, above, to the right or below.
Display content next to the map
To achieve this you simply need to select the proper click action, either in the default options or specifically for that entry. The content you want to display should go into the ‘Action Content’ field and it accepts HTML code.
![[PRO] Display content below or next to the map [PRO] Display content below or next to the map](https://interactivegeomaps.com/wp-content/uploads/2020/01/action_content_html_display_next_to_map-1024x607.png)
Example
Set default content
The description field of the map, will be the default content that will display to the right of the map, when it first loads.
![[PRO] Display content below or next to the map [PRO] Display content below or next to the map](https://interactivegeomaps.com/wp-content/uploads/2020/05/map_description.png)
If you want to have the content of a region display when the map loads, you can use a custom javascript snippet to simulate a click on that region as soon as the map loads. To do that you can add this to the custom JS field of your map, changing the map ID and region code:
The code above will simulate a click in California, as soon as the map loads.
You can use other javascript public methods.