EOQ; return $the_script; } /** * Create HTML form to enter a new record with the minimum necessary fields. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. */ function get_new_record_form () { require_once('modules/ProspectLists/ProspectListFormBase.php'); $accountForm = new ProspectListFormBase(); return $accountForm->getForm('','ProspectLists'); } ?>