Hi,
I am a bit confused, I have search the forum and did found some thread about it but could not exactly understand how to make it work.
Joomla 3.1.5
FlexiContent 2.1.1
Googlemaps (
extensions.joomla.org/extensions/maps-a-...-locations/maps/1147
)
I have 5 fields:
Address=field17 (Text field)
City=field18 (Text field)
State=field19 (Text field)
ZIP Code=field20 (Text field)
Country=field16 (Select List field)
Now, I understand that I need to create another field, a text field, add prefix, suffix etc. to be able to display the map. My issue, is that I do not exactly know how to use the replacement system, I am not sure how to use it to display the map.
Based on what I have read in some threads, we need to prepare the map field as below:
Code:
{{fieldvalue##nn}} , {{fieldvalue##nn##propertyname}}
Therefore, based on this, should I include my own fields as below:
Code:
{{field17##0}},{{field18##0}},{{field19##0}},{{field20##0}},{{field16##0##_value_}}
Should these be fine or am I making it wrongly? Additionally, if I provide all these fields, therefore, these fields will be automatically obtained from above fields filled by end users, therefore, the map field should be visible on the item submission form but only on the item page?