* @github Joomla Component Builder * @copyright Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); // get the model $model = ComponentbuilderHelper::getModel('joomla_component', JPATH_ADMINISTRATOR . '/components/com_componentbuilder'); // get the form $form = $model->getForm(array(), true, array('control' => 'jcbform')); // get the form $fields = $model->assistantForm; ?>

$fields): ?>
renderField($field); ?>