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 4339896
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:16:36+00:00 2026-05-21T11:16:36+00:00

I need a login form where I just need to provide my username,cause it

  • 0

I need a login form where I just need to provide my username,cause it will remember my password and automatically fill in the password field (Ex. Like in gmail auth).

How could I achieve that?

thanks

Luca

  • 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-05-21T11:16:36+00:00Added an answer on May 21, 2026 at 11:16 am

    This type of behavior is usually defined by the browser. However there are a few things you can do to improve this behavior.

    Make sure you use descriptive names for your form

    <label for="username">Username</label><input type="text" name="username" />
    <label for="password">Password</label><input type="password" name="password" />
    

    Using these names can really make a difference. I for example use the Opera browser, and in my settings, I’ve set a few values. For example “name”, “address”, “telephone number”. And opera will look for fields that have equivalent names, and I can let Opera fill it in for me.

    The next two things are only supported in Internet Explorer, and I would by no use advice to implement them without thinking about it

    I mean, I think it’s no harm implementing them. It just gives a little more support to Internet Explorer users, but I wouldn’t rely on them

    Also Internet Explorer supports an attribute called autocomplete, which you can control whether IO should autocomplete the input. You can use it as following

    <input type="text" name="username" autocomplete="on" /> <!--Enabled-->
    <input type="text" name="username" autocomplete="off" /> <!--Disabled-->
    

    Also (an IE only feature, I think…) is the support of vCards. You can add an attribute VCARD_NAME and it lets the browser fill in the appropriate vCard value. For example

    <input type="text" name="email" VCARD_NAME="vCard.Email" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to ensure that the user login form for Drupal can not be
I really need help on this one. I am having a simple login form
I need a button that takes login for certain user without entering the password.
I need to launch an app I've made just after login, before anything else
I have just started PHP and MySQL and have created a login form and
I'm in the middle of coding a 'remember me'-equipped login form, and so far
I need to authenticate username and password with my website which provides Session Cookies.
I am working on login/signup module(FYI no rolls/membership just a simple login form),data flow
I have this very simple login form with user and pass and I need
My login system currently works as follows: Grab the user's username and password from

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.