Inline PDF in HTML Page
A piece of PHP code for inserting PDF files into HTML pages.
Browsers are so smart they are trying to fill forms for you. And sometimes this is bad.
Html5 provides an attribute autocomplete="on|off"
to prefent browsers filling fields for you. And you should add autocomplete="off"
to inputs in cases like these:
Sometimes you need to do it for security reasons. Sometimes it just makes your forms more comfortable.