Apply for Your CML
The Certified Mortgage Lender (CML) designation is a certification program that was created by CMLA to demonstrate to consumers and business associates a high level of individual competence, expertise, as well as a dedication to mortgage lending as your chosen career. Learn more
uid > 0) { if (!isset($config)) { require_once($_SERVER['DOCUMENT_ROOT']. '/sites/default/civicrm.settings.php'); require_once 'CRM/Core/Config.php'; $config =CRM_Core_Config::singleton( ); } require_once 'api/api.php'; $contactstatuscontactrecordarray = civicrm_api3('Contact', 'get', array( 'sequential' => 1, 'return' => array("id", "display_name", "first_name", "last_name", "email", "phone", "current_employer"), 'id' => "user_contact_id", )); $contactstatuscontactid = $contactstatuscontactrecordarray['values'][0]['id']; $contactstatuscontactdisplayname = $contactstatuscontactrecordarray['values'][0]['display_name']; $contactstatuscontactfirstname = $contactstatuscontactrecordarray['values'][0]['first_name']; $contactstatuscontactlastname = $contactstatuscontactrecordarray['values'][0]['last_name']; $contactstatuscontactcurrentemployer = $contactstatuscontactrecordarray['values'][0]['current_employer']; $contactstatuscontactphone = $contactstatuscontactrecordarray['values'][0]['phone']; $contactstatuscontactemail = $contactstatuscontactrecordarray['values'][0]['email']; } ?>