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

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