Insert map in Custom code action

Integrate a map plugin in a CF Custom Code action.

Overview

The issue occurs because Joomla plugins are not automatically processed within the Custom Code action.
Use the provided CF method to load and trigger the Joomla plugin system to parse the plugin syntax before saving the content.

Answered
gr greendragon 06 Aug, 2014
Hi guys,
I want to integrate a map inside the article inserted by users in frontend. I created a form and used Custom Code action on submit event to create a new article with fields inserted by the user. I installed a plugin for integrate a map in the article. In an article it works perfectly, simply including a line in html code. For example: {plugin}address{plugin}.
But if I put this line in Custom code, it doesn't work. My question is: is it possible to integrate a map in a Custom code action, like a new article creation?
Very thanks
This topic is locked and no more replies can be posted.