Just a quick one, but something that confuses me often.
<input name="input_name" id="input_identifier ....
name is what the POST request will see the field called
id is what the label tag will use to figure out which field it belongs to.
Just a quick one, but something that confuses me often.
<input name="input_name" id="input_identifier ....