HTML- Debug a Donation Form

Hi Everyone, Please help with my code. I keep failing. Can anyone help out.

Donation Form

Donation Form

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

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



<label for="email">Email Address:</label>

<input id="email" type="email" required>



<label for="amount">Donation Amount ($):</label>

<input id="amount" type="number" required>



<label for="subscribe">Subscribe</label>

<input id="subscribe" type="checkbox">



<input type="submit" value="Donate"> 

Hi

Can you please post the url of the step you are on.

Hi there!

Did you erase name attributes? Maybe you did correct but it will fail without those.
Try to link lesson and error messages always.
Have fun!