Page 1 of 1
How do I disable the "hint" in a form entry box?
Posted: Fri Nov 08, 2013 9:02 am
by simonmlewis
We are using Ajax to get the answers up for the customer, so I don't want what you can see in yellow on the screenshot.
I thought it was "autocomplete='off'" but it isn't that.
How do I stop it? (or can I not stop it)
Re: How do I disable the "hint" in a form entry box?
Posted: Fri Nov 08, 2013 12:59 pm
by requinix
simonmlewis wrote:I thought it was "autocomplete='off'" but it isn't that.
It is. Does your browser support it? Where are you specifying it?
Re: How do I disable the "hint" in a form entry box?
Posted: Fri Nov 08, 2013 1:14 pm
by simonmlewis
I was being daft - I found out what it was.
Isn't doing it now. To be honest, I'm not now sure what was causing it, but the problem has gone. I'll probably delete this question as is now serves no purpose storing it!
Thanks for your response tho.