I have a website using gravity forms to collect information. It also then uses a map from wp map plugins. The map has the counties of my state with the number of users who have successfully completed the form. What I want is that when a user completes the form, the map on the website updates the number live instead of me having to go and update in manually.
How do I go about doing this? I’ve been researching queries but all I find are how to display page view counts or subscriber counts. I have super basic HTML knowledge so is there any further CSS, HTML, or JavaScript I need to know?
[ad_2]
You need SQL and PHP for something like this rather than HTML and CSS.
Use PHP to run a query on the database that matches for submissions in each county and returns that number on your map.