Hello,
I've started using grav (with gantry5) and I'm trying to show a map in the contact form page.
I have a page folder "3.Contact" with the form file form.md in it as shown in the documentation: https://learn.getgrav.org/forms/forms/example-form
Then I've installed, enabled and configured the google map plugin and I was given this code to view the map:
[google-maps width='100%' lat=44.540 lng=-78.546 zoom=13 scrollwheel=true panControl=true iconurl='/absolute/path/to/marker/icon.png']
***My Place***
This is my place
[/google-maps]
If I put this on the form.md file, the maps shows but the form is not rendered. Where I must put the code?
Thanks in advance.
