This website recently got a major rebuild; if you're missing something, let Lorna know.

Form Name ID and Label Tags



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.

In: tech