Debug a Donation Form - Debug a Donation Form

Tell us what’s happening:

Please i need help with 5, 7,9,10,12&13. Cant find the problem.

Your code so far

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Donation Form</title>
</head>
<body>
  <h1>Donation Form</h1>
  <form>
    
    <label for="name">Full Name:</label>
    <input required type="text" id="name">
    
    <label for="email">Email Address:</label>
    <input required type="email" id="email">
    
    <label for="number">Donation Amount ($):</label>
    <input required type="number" id="number">
    
    <label for="newsletter">Newsletter</label>
    <input type="checkbox" id="newsletter">
    
    Subscribe
    <input type="submit" value="Send">
  </form>
</body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36

Challenge Information:

Debug a Donation Form - Debug a Donation Form

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-debug-donation-form/690ddb5e6ee94eb73ed172b0.md at main · freeCodeCamp/freeCodeCamp · GitHub

where is the name attribute? please reset the challenge and try again. Do not remove or change the name attribute