create a file named list.php in templates/YOUR_TEMPLATE/html/com_convertforms/submissions (create the path if not exists) and place in the file the following:
|
<?php
defined('_JEXEC') or die; use Joomla\CMS\Language\Text; <?php if ($this->pagination && $pagination = $this->pagination->getPagesLinks()) { ?> |
Then go to your Convert Forms - Submissions menu item > Layouts > select "Layout" as the Layout Type, and select the "list" option from the Select Template dropdown. You can further customize the layout file to meet your needs.
Joomwalker is not affiliated with or endorsed by the Joomla Project or Open Source Matters.