Tagged Questions
8
votes
4answers
324 views
Show tooltip immediately or only after a click on the “i”
I've got a loan applicant form.
All the fields are required and most of them got a describing tooltip.
I struggle when it comes to the point how to show the tooltips.
Hide them until a user clicks a ...
3
votes
1answer
183 views
tooltip in the form
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 ?: ...