Hi.I would like to be able to create a space directly in this file where I can display a form.
You can add the module position by overridding Article default.php or create a separate layout of the article, for example you_own_article.php based on default.php. Then you will be able to choose this layout in the article settings.
To add position use this code
Code:
<?php echo JHtml::_('content.prepare', '{loadposition YOUR_POSITION_NAME}'); ?>
Statistics: Posted by Pavel-ww — Sat Apr 13, 2024 8:22 am