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
https://forums.phpfreaks.com/topic/185284-inputs-saving-my-emailpassword/
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.