How can I prevent auto fill feature in Browser?

  • Locagency
    Asked on August 29, 2018 at 10:30 PM

    every time I type my email and home address into a form I created, that text auto-populates to another unrelated section of the form. How can I prevent this hopeninn? Thank you in advance for your help 

  • Nik_C
    Replied on August 30, 2018 at 4:00 AM

    That's auto-fill feature from your Browser and I'm afraid that it has nothing to do with form. 

    There might be a way, but it would require you downloading Source code of the form and adding autocomplete tag to each input, like:

    <input type="text" name="foo" autocomplete="off" />

    If you want to disable such feature just in your Browser, you can check this guide: https://support.iclasspro.com/hc/en-us/articles/218569268-How-to-Disable-and-Clear-AutoFill-Info-in-your-Browser

    Let us know if you have any further questions.

    Thank you!