Usually people use to store credit card details in their personal
laptops. In that cases in any web application if they get area or
location to enter. Automatically it will fetch the credit card details
which is stored already in the laptop will display as autofill chrome
setteings.
To avoid those autofill settings below are the snippet code.
<form name="index" autocomplete="false" autocomplete="off" method="post" ENCTYPE="multipart/form-data">
To avoid those autofill settings below are the snippet code.
<form name="index" autocomplete="false" autocomplete="off" method="post" ENCTYPE="multipart/form-data">