How do I disable the "hint" in a form entry box?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

How do I disable the "hint" in a form entry box?

Post 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)
Attachments
Are in yellow isn't needed.
Are in yellow isn't needed.
ss.jpg (5.34 KiB) Viewed 3703 times
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How do I disable the "hint" in a form entry box?

Post 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?
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

Re: How do I disable the "hint" in a form entry box?

Post 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.
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
Post Reply