if you open this Joomla website you can easy understand what I have to do: http://lnx.erusma.org As you can see at the bottom of the page there is a Custome HTML Joomla module named Get in touch This custom HTML module contains this simple HTML code that show an e-mail form: I have inserted this HTML code by the JCE
Tag: joomla2.5
Joomla – Controller task that returns JSON data
I have the task run in my controller. I want it to return JSON data. As it stands, I am getting my JSON data wrapped inside the template HTML. How do I tell Joomla to just return JSON data from the …