I have made a link, that gives me Joomla’s registration edit form into a modal window. Everything is okay with this but, when user click on save button, loads the whole homepage in to modal window with a message that says everything saved. How can I make it just load the system message in to modal window and not the whole home page?
Share
set tmpl=component & format=raw in the controller before calling for the template. Your system msgs div should be inside the component to be shown.