Debug a Donation Form - Debug a Donation Form

Tell us what’s happening:

my code is not working and it is not passing test 13

Your code so far


<form>
  <label for="name">Full Name:</label>
  <input id="name" name="name" type="text" required>

  <label for="email">Email Address:</label>
  <input id="email" name="email" type="email" required>

  <label for="amount">Donation Amount ($):</label>
  <input id="amount" name="amount" type="number" required>

  <label for="subscribe">Subscribe</label>
  <input id="subscribe" name="subscribe" type="checkbox">

  <input type="submit" value="Donate Now">
</form>




Your browser information:

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

Challenge Information:

Debug a Donation Form - Debug a Donation Form

don’t change the name values of the attributes, if you do the tests can’t find the elements anymore