Start your All-Access Pass to unlock this challenge
What fields will be sent when we submit the following form?
<form action="pets_new.php" method="POST" />
<input type="text" />
<input type="text" name="name" />
<input type="number" name="age" />
<button type="submit">Add</button>
</form>
<input type="text" name="breed" />