Why does the button not pass? (Survey Form)

I just completed my survey form and got all of the user stories to pass but can’t figure out why the id="submit doesn’t pass. When I run the text I get the following: AssertionError: Your button’s type attribute should have a value of “submit” : expected undefined to equal ‘submit’. I’ve tried everything I can think of, I must be missing something. Can someone take a look? Thanks a lot.

forgot to include the link: https://codepen.io/stowbs/pen/MZmyrE?editors=1010

Hi @shandana! You have label with id “submit”. If you rename it, everything will be OK.

That was it. Thanks a ton.