So what went wrong with the form? Here are few questions to consider (answer these in your PE 4 submission).
How should you request information like names, dates, phone numbers, etc.?
What is gained by restricting or validating user input in a field? What is lost?
How do different types of form elements limit the type of information they can solicit?
Usability
In addition to web usability standards, forms should be easy enough to navigate with both a mouse or phone/tablet. Consider the following radio button:
You have to click the radio button input area, which is very small (only 13px x 13px). However, if you wrap the input element with the label element, you can click on the label or button to select that option:
You can also increase the area and define it with a border:
On drop down items, remember to limit choices and list them in a logical order. Don't create seemingly random long lists that users must pick through: