create('Contact', array('action'=>'add_to_customer/customerid:'.$customer['Customer']['id']));?>
hidden('customer_id', array('value' => $customer['Customer']['id'])); echo $form->input('first_name', array('label' => 'First Name', 'title'=>'The first name of this Contact')); echo $form->input('last_name', array('label' => 'Last Name', 'title'=>'The last name of this Contact')); echo $form->input('email'); echo $form->input('phone'); echo $form->input('mobile'); echo $form->input('fax'); echo $form->input('notes'); ?>
end('Submit');?>