Inputs Fields - Cache - autocomplete

Comments

4 comments

  • Avatar
    Jason Wells

    Hello Christian,

    Are you on Google Chrome?

    If on Chrome you press F12, (developer tools) you can "Empty Cache and Hard Reload." 

    Also, you can follow instructions here for emptying cache: https://www.contractsafe.com/support/how-to-clear-your-browser-cache-and-hard-refresh

    If not, try searching up how to "empty cache with [browser type]"

    Let me know if this helps.

    Thanks,

    Jason Wells

    0
    Comment actions Permalink
  • Avatar
    Christian Del Angel

    Hi Jason,

    Doubt, can it be configured from the eForm itself so that it never appears?

    Thanks,

    0
    Comment actions Permalink
  • Avatar
    Jason Wells

    Hello Christian, 

    AgilePoint eForms don't control this information. This is handled by the browser you are using.

    Once you clear cache and disable these features in the browser, the information will go away.

    Thanks,

    Jason Wells

    0
    Comment actions Permalink
  • Avatar
    Christian Del Angel

    Hi,

    Add JS line to turn off autocomplete on inputs

    $('#fieldName').attr('autocomplete','off');

    Regards

    0
    Comment actions Permalink

Please sign in to leave a comment.