How do you link a form with interactive map

I have the form created and also have each location categorized in excel based on each criteria in my form… What is the best way to link the 3 together where the location information will populate in the map based on the fields submitted on the left?

To get an idea on how to perform geolocation queries, you can look at the forum post How to Use Google Maps Services in Wix Code .

Good luck

thank you Yisrael for the reply. The thread you provided is not what I am needing to learn. Basically I need to be able to do this

The form is a UI that is meant for filtering a back end database (my excel file list for example)

Once the person fills in the form and clicks submit I need those filtered results (that happened on the backend) to display on the map.

The form filters a list of business and correlating addresses and its those addresses that I need to be populated on the map. I have spend countless hours trying to find videos on coding for this or any current applications that have this feature but have come up empty handed.

I am a quick learner and just need somewhere to start (which I have not found yet). I know how it supposed to function in my head and in fact I can make it work via excel but need to be able to do this for my site

Thanks