Set a11y name rather than description on form text fields
Description is set by Qt to the place holder text (even if that's empty), so our attempt to set this here has no effect. Instead, use the name field for the label and hide the dedicated label for that instead.