Jump to content

inputs saving my email/password


9three

Recommended Posts

Hey

 

I have inputs in a sign up form that is storing my email/password. I'm not sure why it's doing that, it doesn't have anything special. I've tried changing out the name of it but it did nothing. I also try value=" " and it fixed it, but it added a space and that's not what I need it to be showing.

 

I have other inputs but its only happening for the email and password inputs:

 

<dt id="general_FNameTxt">First Name:</dt><dd><input type="text" class="textField" name="generalFName" id="general_FName" /></dd>
<dt id="general_LNameTxt">Last Name:</dt><dd><input type="text" class="textField" name="generalLName" id="general_LName" value="" /></dd>
<dt id="general_EmailTxt">Email:</dt><dd><input type="text" class="textField" name="generalEmail" id="general_Email" value="" /></dd>
<dt id="general_PasswordTxt">Password:</dt><dd><input type="password" class="textField" name="generalPassword" id="general_Password" /></dd>

 

 

Link to comment
Share on other sites

As an attribute for the <input> tag that you don't wish to be auto completed. I'm fairly sure last time this came up that there was a drawback in as much as it's not fully supported by all browsers. I can't remember the details though.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.