Hello @marklb98
I’m testing your page and the issue you are reporting is not happening from my side, however, there are many users in the Internet reporting issues with the way that Chrome implements the autocomplete, and unfortunately, there are solutions that work in some versions of Chrome but not in others (https://stackoverflow.com/questions/15738259/disabling-chrome-autofill)
For example, there are an user that recommend you use the autocomplete in false instead off. So, in this case the code to include into the “HTML Content” field would be:
<script>
fbuilderjQuery(document).one('showHideDepEvent', function(){
fbuilderjQuery('#fbuilder').find('[type="text"],[type="email"],[type="password"],[type="number"]').attr('autocomplete', false);
});
</script>
By the way, I recommend you to check the extensions installed on your browser, because the extensions can impose their own behavior to the browsers.
Best regards.