I've seen on some occasions people having issues with their placeholders not disappearing when they start typing inside the input. That's actually what I want.
On my register form I've got a captcha verification in the shape of " 24 - 3 + 6 = ? "
What I wanted to do is having this calcul not outside the input, but actually inside, and the user's answer would be typed after the calcul ( by setting a padding-left in the input to make the text starts after the calcul ).
Is it possible to get my placeholder to stick even when the user starts typing ?
Others suggestions are welcomed aswell if you have a clean alternative for what I am trying to do.
As always, thanks a lot for your help !