Virtually all messages sent by Dolphin are formatted using an email template, but there is no email template for messages sent using the Contact Us form.
Any desired formatting for messages sent using the Contact Us form must occur by editing this hard-coded statement in contact.php:
$sLetterBody = $sLetterBody . "\r\n" . '============' . "\r\n" . _t('_from') . ' ' . $sSenderName . "\r\n" . 'with email ' . $sSenderEmail;
Please create an email template for Contact Us messages.
In addition, please reset the form after the Submit button is clicked. Currently, data which was successfully submitted remains on the form (see attached image).