1. itadminMC
  2. General
  3. Wednesday, September 12 2018, 04:05 PM
Hello,
How to get the text of the value of the radiolist by using JsnHelper::getUser()?
Because $user=JsnHelper::getUser() give the alias and its value.
Thanks
Regards
admin Accepted Answer
Admin
Hi,
you can use following code ;)
$user=JsnHelper::getUser();
echo $user->getField('alias_of_field');


docs at http://docs.easy-profile.com/index.php/article/jsnuser-object
  1. more than a month ago
  2. General
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.