I searched the forums for all of my questions, but still have a couple lingering that I am curious about.
1) Is it possible add fields to the "user Profile" tab? I didn't see this as an option in either the free or pro version unless I overlooked it.
2) Is there a way to carry the menu item id of Easy Profile to the "Edit Profile" button when one is editing their profile?
3) I am using php code to auto-populate the fields in my forms. The code I am using is
//
$user = JFactory::getUser();
$profile = JUserHelper::getProfile($user->id);
return $profile->profile['address1'];
//
What would be the correct mark-up to pull the info from Easy Profile into the form?