I am having an error with
User Story #12: When I click the #submit
element, the email is submitted to a static page (use this mock URL: https://www.freecodecamp.com/email-submit)
can someone help me?
<div class="sign-up-page">
<form action="https://www.freecodecamp.com/email-submit" id = "form" >
<h1> Sign up here</h1>
<label> Email address <input id="email" type="email" placeholder="Enter your Email"
required></label>
<input id="submit" type="submit" class"btn"/>
</form>
</div>