Debug Donation Form #5 & #13 errors

///

<meta

  name="viewport" 

  content="width=device-width, initial-scale=1.0"/>
Donation Form

Donation Form

<label for="full-name">Full Name:</label>

<input id="full-name" name="full-name" required type="text">



<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" name="submit" value="Send">

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.