https://codepen.io/patrick-hurd/pen/gOpEWYZ
edit: this is the real link
I’m stuck at the bottom on the submit button.
I’ve tried multiple different ways, but I keep failing the test
https://codepen.io/patrick-hurd/pen/gOpEWYZ
edit: this is the real link
I’m stuck at the bottom on the submit button.
I’ve tried multiple different ways, but I keep failing the test
That codepen is empty?
Hey @path.hurd, as @KittyKora mentioned the codepen you linked to is an empty one.
Did you share the right one with us?
Alright now what excatlly is your question? I cannot read minds so mind sharing it?
It’s about the submit button. How to redirect it to the link when they submit
It;s this part of your code:
<form action="https://www.freecodecamp.com/email-submit" metho="post" id="form">
The #email input should have a name attribute : expected false to equal true AssertionError: The #email input should have a name attribute : expected false to equal true
Thank you so much! I was banging my head against a wall there. Have a nice day!