What the problem

Donation Form

Charity Donation Form

Please fill out the form below to make a donation.

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

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

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

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

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

https://forum.freecodecamp.org/t/what-the-problem/784489?u=dounanemiloud213

Please post the url of the step you are on.

1 Like