- check your work using basic recommendations here
- make sure you have
method
andaction
attributes for form - if you have 3 or more attributes, move each of the on the new line (including the first one)
- No need to provide empty
value=''
attribute for inputs - You need to use label tag for each input. So that every input could be activated by clicking on the corresponding label.