Good morning, I have to load the username of a textbox
joomla 3.5.1/Chronoforms 5
I read this article https://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2586-how-can-i-get-information-about-the-user.html
io have insert
<?php
$user = \JFactory::getUser();
?>
in custom code (on load), but do not understand where I'm wrong.
thanks for the tips
joomla 3.5.1/Chronoforms 5
I read this article https://www.chronoengine.com/faqs/56-cfv4/cfv4-other-faqs/2586-how-can-i-get-information-about-the-user.html
io have insert
<?php
$user = \JFactory::getUser();
?>
in custom code (on load), but do not understand where I'm wrong.
thanks for the tips