Home › Forums › MapPress Support › Does MapPressPro integrate with any of the forms plugins? › Reply To: Does MapPressPro integrate with any of the forms plugins?
November 9, 2019 at 10:43 am
#18419
Keymaster
Hi,
I know some customers use Formidable and ACF. Maybe someone who has experience with them will reply, but I can at least give you a little background info:
- MapPress doesn’t have any specific integration to forms plugins. However, it can generate maps from post custom fields (on the back-end), and forms plugins can create custom fields, for example an address field.
- There is built-in, configurable filtering functionality for the maps, as well as displaying a POI list. If those meet your needs, they’ll be a lot easier than integrating a form plugin.
- If you want to have the map center on a specific POI from an element external to the map, you can do it with a little JavaScript. The maps and POIs are numbered from zero, so this would center on the first POI on the first map:
<div onclick='mapp0.pois(0).center()'>
I hope that helps!