I don’t understand the issue with my form id, I’m guessing is something very silly and just a typo, but I cannot resolve it. Please help
I finished everything, but it doesn’t seem to recognize the form id’s
Here’s what I have:
<footer>
<form id="form" action="https://www.freecodecamp.org/email-submit">
<input
id="text"
type="text"
name="text"
placeholder="Questions?"
class="text"
required>
</input>
<br>
<input
id="email"
type="email"
name="email"
placeholder="What email would you like?"
class="email"
required>
</input>
<br>
<input
id="submit"
type="submit"
value="Ask now"
class="submit">
</form>
</footer>
https://codepen.io/inescatg/pen/ExZQPXJ?editors=1000
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.128 Safari/537.36
.
Challenge: Build a Product Landing Page
Link to the challenge: