Frequently asked questions

Separating the VGM form from the Map

6min
overview this guide covers how to separate the form your visitors will use to generate a marker, from the map where the marker will be placed prerequisites the following plugins need to be installed and active wp go maps wp go maps pro add on visitor generated markers step 1 add the map short code paste the following shortcode on the page where you would like the visitor generated markers (vgm) form to appear \[wpgmza vgm form link to map="map id" redirect to="page link"] step 2 link form to map that the marker will be created on add your map id (on which the marker must be placed) to the β€˜wpgmza vgm form link to map’ attribute (1 in the example below) step 3 configure redirection after form submission insert the url of page where the visitor will be redirected after adding the marker to the β€˜redirect to’ attribute (https //www wpgmaps com/demo/visitor generated markers/ in the example below) update the page a vgm form will now display on that page, without the associated map step 4 (optional) remove the vgm form from the map page if the β€˜redirect to’ attribute will redirected to the map where the marker was added, remove the vgm form on that page by adding the following attribute to the map shortcode disable vgm form="1" e g \[wpgmza id="1" disable vgm form="1"] update your page your page should now display the map and markers only