Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
formNamef
sash

 

latLatitudetexttrue

longLongitudetexttrue

endAddressDelivery Addresstexttrue

Showing on the map (2 markers)

ConfiForms CardView
formNamef

lat

long

endAddress

One marker is added with lat/long and another marker added using the address (which is then decoded to lat/long and shown)

ConfiForms PlainView
formNamef
<script>
	showLocationOnMapDiv(new google.maps.LatLng([entry.lat], [entry.long], true));
    addEndLocationMarker('[entry.endAddress]');
</script>
 

...