mhann
Forum Replies Created
-
Never mind, I’ve made progress. Didn’t realize the marker functions were adding them directly to the database rather than holding them for an onscreen map
Hi, thank you for the clarification.
https://www.mapsmarker.com/wp-content/uploads/mmpapi/#add_markers The MMPAPI class does seem like it will give me access to the functions I’ll need.
So I’m trying to find the answer to this in the documentation, but I’m a bit lost: If I use add_markers() with an array of data, which I think I’ll be able to do with my data, what do I do with the output to make it display on a page? The example provided ends with “$markers = MMPAPI::add_markers( $markers_data );” So what do I do with that $markers variable to actually get them onto a map?
http://www.archframing.com/go/healthcare-projects/ Here’s the same form on the live site, where the shortcode is outside of your conversion box… I believe it just submits the form as POST data, so it reloads the current page to process the form. If you hit submit at all, it validates the form, and if the form goes through successfully the word “Success!” appears in place of the form.