i have a custom template. Cant seem to get the map to work
code:
$map = $elements['map']->element;
<div class="detaljekart"><?php echo $map;?></div>
All other fields works and if i use the default template it work. Should i show the map element another way ? have tried to search without finding a solution.
code:
$map = $elements['map']->element;
<div class="detaljekart"><?php echo $map;?></div>
All other fields works and if i use the default template it work. Should i show the map element another way ? have tried to search without finding a solution.