array('form' => array('hidden'=>array('', '', '', ''), 'buttons' => array( 'SAVE', 'CANCEL', ) ), 'maxColumns' => '2', 'widths' => array( array('label' => '10', 'field' => '30'), array('label' => '10', 'field' => '30') ), 'javascript' => '', ), 'panels' =>array ( 'LBL_CONTACT_INFORMATION' => array ( array ( array ( 'name' => 'first_name', 'customCode' => '{html_options name="salutation" id="salutation" options=$fields.salutation.options selected=$fields.salutation.value}' . ' ', ), ), array ( array('name'=>'last_name', 'displayParams'=>array('required'=>true), ), 'phone_work', ), array ( 'title', 'phone_mobile' ), array ( 'department', 'phone_fax' ), array ( array('name'=>'account_name', 'type'=>'varchar', 'validateDependency'=>false,'customCode' => ''), 'website', ), array ( array ( 'name' => 'primary_address_street', 'hideLabel' => true, 'type' => 'address', 'displayParams'=>array('key'=>'primary', 'rows'=>2, 'cols'=>30, 'maxlength'=>150), ), array ( 'name' => 'alt_address_street', 'hideLabel'=>true, 'type' => 'address', 'displayParams'=>array('key'=>'alt', 'copy'=>'primary', 'rows'=>2, 'cols'=>30, 'maxlength'=>150), ), ), array ( 'email1', ), array ( 'description', ), ), 'LBL_PANEL_ADVANCED' => array( array( 'status', 'lead_source', ), array ( array('name'=>'status_description'), array('name'=>'lead_source_description'), ), array( 'opportunity_amount', 'refered_by' ), array ( 'campaign_name', 'do_not_call', ), ), 'LBL_PANEL_ASSIGNMENT' => array ( array ( array ( 'name' => 'assigned_user_name', 'label' => 'LBL_ASSIGNED_TO', ), ), ), ), ); ?>