Email: '.$email.'
Phone: '.$phone.'
Gender: '.$gender.'
Hobbies: '.$allhobby.'
TimeZone: '.$timezone.'
Comments: '.$comments.'
';
$test = mail($to,$subject,$content,"Content-type:text/html");
if ($test) echo 'Thank you, we\'ll be in touch
';
}
?>