Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8615987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:30:48+00:00 2026-06-12T05:30:48+00:00

This kind of question may be asked several times but my problem is different.

  • 0

This kind of question may be asked several times but my problem is different.

I have a Text field and its declaration is like this

<input type="text" autocomplete="off" name="email" id="email" value="Email" onfocus="if (this.value=='Email') this.value='';" onblur="if (this.value=='') this.value='Email';" onkeyup="javascript:chk_email(this.value);" onblur="javascript:chk_email(this.value);" />

When I enter a word a drop down of all similar cache email is coming below the textbox.

I try with adding autocomplete="off" in input tag still it is coming.

I also write this javascript but no luck.

<script type="text/javascript">
    document.getElementById("email").reset();
</script>

Is there any way I can remove this drop down of cache email from my form. I only want to remove only this textbox’s cache not the whole forms.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:30:50+00:00Added an answer on June 12, 2026 at 5:30 am

    autocomplete="off" is not valid markup with XHTML Transitional, which is a common DOCTYPE

    try

    jQuery

    $("#email").attr("autocomplete","off");
    

    Javascript

    document.getElementById("email").setAttribute("autocomplete","off");
    

    Let me know if this help or not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This may be a very old, many times asked question. But I am not
This may not be the kind of question one should ask on StackOverflow, but
This question is kind of related to another question but I have a specific
This question has been asked on here a few times, but none of the
So, this question may be a little vague, but I have constant discussions about
I realize that this question may be a long shot, but I have to
I believe this question was asked several months back, but i believe my situation
This may look a very basic question but I am having a problem accessing
I know this question may be a little bit common and over asked but
I have this kind of question. In my form, i got this as a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.