
The other thing is I would like to modify the "Name" Field to say "Client", and also the "Message" field to an alternate title. Can someone please direct me

Thanks,
Austin

austone@comcast.net
Moderator: mkoch227
Code: Select all
<?php echo $hesklang['email']; ?>: <font class="important">*</font>
Code: Select all
<?php echo $hesklang['email']; ?>:
Code: Select all
or $hesk_error_buffer[]=$hesklang['enter_valid_email']
Code: Select all
@mail($email,$hesklang['ticket_received'],$message,$headers);
Code: Select all
@mail($orig_email,$hesklang['new_reply_staff'],$message,$headers);