Hello
I created one field name is company
And when I retrieve the field in external php file its not give the value
require_once JPATH_BASE . 'components/com_jsn/helpers/helper.php';
require_once(JPATH_SITE.'/components/com_jsn/helpers/helper.php');
$userf = JsnHelper::getUser();
echo $userf->getField('company');
echo "<pre>";print_r($userf);
But nothing is working
Let me know how to get the custom field value