Hi,
Please see the form code below:
<form id="form" action="https://www.freecodecamp.com/email-submit">
<h2>Missed out on our latest release? Stay tuned for our next drop!</h2>
<label for="fname">First Name</label><br>
<input type="text" id="fname" name="fname" placeholder=" "><br>
<label for="lname">Last Name</label><br>
<input type="text" id="lname" name="lname" placeholder=" "><br>
<label for="email">Email Address</label><br>
<input type="email" id="email" name="newsletter" placeholder=" " required><br>
<input type="submit" class="submit" id="submit">
</form>