update:
To retrieve the Lat and Lng, I’m using a workaround. I’ve placed on top of my site a link to https://www.latlong.net/ where the user can search the location and manually copy paste both values into the form…
I’ve managed to create a form with the plugin “Contact Form 7” where a user can fill in the Latitude and Longitude (and some extra info not really related to Leaflet Map.)
I’ve managed to store all submitted data from the form to a database with the plugin “Contact Form 7 Database Addon – CFDB7”.
Now I “just” need to loop through all the records stored in a database, which I can see in phpAdmin, and add them as a marker to my Leaflet Map.
Any advice to shorten my struggle…?
Kind regards