I have been staring at this code for 3 days and I cant figure out where I went wrong. If anyone could just point me in the right direction that would be great. Its my last step for completed certificate but it still says. Your #submit should have a type of submit. And wont pass. HELP
- You haven’t added the id=“submit” to the ‘input’ element (button)
- add the ‘value’ attribute set to a “Submit” to the ‘input’ element (button)
- delete the ids set to “submit” from the ‘input’ elements with type attribute set to “radio”. The duplicated ids are forbidden in the html.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.