<!doctype html>
<html lang=“en”>
<head>
<meta charset=“utf-8”>
<title>Contact Form</title>
</head>
<body>
<form action="https://formsubmit.co/cayman.torn.03@icloud.com" method="POST">
<input type="email" name="email" placeholder="Email Address" required>
<input type=”text” name=“name” required>
<input type=“email” name=“email” required>
<button type=“submit”>Send</button>
</form>
</body>
</html>