Hi i explain my problem
I have 3 fields
address to coordinates / storage standard
Latitud / storage standard / latitud
Longitud / storage standard / longitud
The 3 fields works perfect if i put the address populate without problem the lat and long fields. The problem is to show the map on an article
I have create a freetext field with code {mosmap lat='$cck->getValue ('latitud')'|lon='$cck->getValue ('longitud')'}
If you see the screenshot the map show but is grey because the Long and lat is not replaced i can figure the problem on all the post i read and the articles are this code, if i put the long and lat instead $cck->getValue ('longitud')' the map with no problem.
Any tip will be appreciated thanks