When using RSForm pro i can fetch profile info with a php code as shown below. Is it possible to fetch other profilefields from Easy Social profile with a php code?
//<code>
$user = JFactory::getUser();
return $user->get('name');
//</code>