I have a registration (unique) form for which I want to disable the memory of the email and password field so that it won't autocomplete. Now I tried all methods. autocomplete=off
for the fields, explicitly setting the field to blank as well as disabling caching with meta tag.
Nothing worked. Why is nothing possible when it is easy to understand that we need this functionality?