This is tested. searched web for nearly a whole day to complete this. Please someone look at the email cc thread I have been working so hard on! If I can do anything to help you, please help me !
http://osticket.com/forums/showthread.php?t=3323(http://osticket.com/forums/showthread.php?t=3323)
Enjoy Everyone!
add to line 1081 in class.ticket.php
$fields = array('type'=>'confirm_email', 'required'=>1, 'error'=>'Email addresses must match');
add to line 1169 in class.ticket.php
$fields = array('type'=>'email', 'required'=>1, 'error'=>'Valid email required');
if(!$errors && strcasecmp($_POST,$_POST)) //email confirmation error
$errors='Email Addresses Do Not Match!';
add to line 41 in open.inc.php
Confirm Email Address:
<?if ($thisclient && ($confirm_email=$thisclient->getEmail())) {
?>
"><?=$confirm_email?>
<?}else {?>
">
<?}?>
* <?=$errors?>