Hello,
1. You need to make sure that you have sendmail application installed and running on your server. Please consult your hosting provider.
2. You can remove “select date” by removing these parts of the code of file /wp-content/plugins/wp_hot_simplecontact/hot_simplecontact.php
part 1:
if(trim($_POST['rp_date']) === '') {
if( $Error == '') $Error = 'Please select date.';
} else {
$date = trim($_POST['rp_date']);
}
part 2:
<input class="simple_contact inputbox datepicker" type="text"name="rp_date" value="" placeholder="" />
Thanks
Milos