As a user,
I want to see a label of an input field,
so that I can be sure I entered the correct information.
Acceptance Criteria:
Background:
The input tags currently use the placeholder attribute to display the label. Once users enter a value, the label is gone. There is a label tag as well, but its class attribute is sr-only (see Bootstrap docs) and it is not being displayed.
This issue was mentioned in T182298.