The test itself requires my Submit input to take me to an alternate web page, and when I click on the button, it takes me there, but for some reason it is not passing the test? Is it because of my placement of the action in the code?
<form id="form" action="https://www.freecodecamp.com/email-submit">
<label for="email">Enter Email for Blog Updates!</label>
<input id="email" placeholder="Enter Email" size="25" type="email" required>
<input type="submit" id="submit" value="Submit">
</form>
