Enter Contact Information

label('Contact.name', 'Full Name of Contact'); ?> error('Contact.name'); ?> text('Contact.name', array('size' => '80') ); ?> label('Contact.email', "Contact's E-mail"); ?> error('Contact.email'); ?> text('Contact.email', array('size' => '80') ); ?> label('Contact.confirm_email', 'Re-enter E-mail For Verification'); ?> text('Contact.confirm_email', array('size' => '80') ); ?> submit('Add Person to Directory'); ?>