I've used the following lines to send an e-mail- as in the event: foreach($values as $field=>$value)
$message.= $field." : ".$value."\r\n"; It displays the fieldname however when the user receives the mail. How can I change it (if possible) to rather show the Label name: Eg. FromPrice : should be From Price:
ListingDescription : should be Listing Description