Lets assume we have a simple form like
label: <input>
label2: <input2>
and we want to place a tooltip icon: "?" there. Does it matter where we place it, for example:
label ?: <input>
vs
? label: <input>
vs
label: <input> ?
What is the least annoying for the user, but steal clear and visible? Or all approaches are good and none is favorable?