I am trying to get data using your api in to the form (RSForm). Used your recommendation from older post in this forum https://www.easy-profile.com/support/read-easy-profile-fileds-in-other-extensions.html#reply-6720 , but nada, the data not shown.
where i am wrong?
//<code>
<?php require_once(JPATH_SITE.'/components/com_jsn/helpers/helper.php');
$user=JsnHelper::getUser();
echo $user->email; ?>
//</code>
Please help me.
p.s , regular Jumla integration work fine.:
//<code>
$user = JFactory::getUser();
return $user->get('email');
//</code>