Page tree

Versions Compared

Key

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

...

ConfiForms Form Definition
formNamef

 

latLatitudetexttrue

longLongitudetexttrue

lat2Latitude2texttrue

long2Longitude2texttrue

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