Im kinda new with python and leaflet maps and I have a question if it is possible to allow user to add Marker on map click (I already did it) BUT this way:
User clicks on map and small dialog with form is opened. Inside this form they can enter some data, like name, type of object etc. and when they click submit the Marker is added to the map and data is saved in database as a record.
Does any of you worked on something like this?