Possible duplicates:How to disable browser autocomplete in the web form field / input tag?Is there a valid W3C way to disable autocomplete in HTML form?
My browser automatically fills out the registration form on my website, which should be anonymous, so this is not a good sign for users to see their names already on the form.
Is there any way to prevent this?
I could take an input field and just erase it using javascript, but I wanted to know if there is another way. Thanks
<input type="text" autocomplete="off" />
That should work.
Source: https://habr.com/ru/post/894753/More articles:to check if an object exists in cloud files (PHP API) - phpBitwise operations on short - javaSmoothing algorithm to evenly advertise per month - mathgit version number in source code documentation - gitPackages fell if I do not take an active part in DatagramSocket? - javaChange product name macro in iOS Xcode project - iosPassing values ββbetween JFrames - javaHow does JFileChooser return an output value? - javaPython web crawler with MySQL database - pythonPython question about exponents and int - pythonAll Articles