Hi,
This question is already present in other posts * **
However, they were about version 5, but I'm asking about version 6😉
On a php file located in the 'view' folder of a Joomla module, I have to insert a form built with chronoformsv6.
Reading the old posts, I found this php code:
I believe that instead of 5 I have to put 6.
My question is: where do I have to insert the name of the form that I want to include?
* https://www.chronoengine.com/forums/posts/t99179/display-form-from-template-file.html?keywords=display%20form%20from%20template%20file
** https://www.chronoengine.com/forums/posts/t100292/load-form-in-php-file.html?keywords=display%20form%20from%20template%20file
This question is already present in other posts * **
However, they were about version 5, but I'm asking about version 6😉
On a php file located in the 'view' folder of a Joomla module, I have to insert a form built with chronoformsv6.
Reading the old posts, I found this php code:
JPluginHelper::importPlugin('content', 'chronoforms5'); $dispatcher =& JDispatcher::getInstance(); $form = $dispatcher->trigger('render_item', array('profile-information'))[0]; echo $form;
I believe that instead of 5 I have to put 6.
My question is: where do I have to insert the name of the form that I want to include?
* https://www.chronoengine.com/forums/posts/t99179/display-form-from-template-file.html?keywords=display%20form%20from%20template%20file
** https://www.chronoengine.com/forums/posts/t100292/load-form-in-php-file.html?keywords=display%20form%20from%20template%20file