Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello,

    Simply go to the “Form Settings” tab, and untick the checkbox: “Enable autocomplete”

    Best regards.

    Thread Starter benspr

    (@benspr)

    Hi,

    I’ve tried that before, and unfortunately, autocomplete still tries to fill the fields on Chrome for Android.

    So, failing a solution to correct the autocomplete, a solution to stop mobile browsers from autocompleting would be much appreciated, Thanks!

    Plugin Author codepeople

    (@codepeople)

    Hello,

    I’ve checked your form again, and the autocomplete option is enabled in its settings.

    Best regards.

    Thread Starter benspr

    (@benspr)

    Right, I know it is. I’m saying that even when it’s turned off, autocomplete is possible with my Android phone. I just turned it off if you’d like to try again.

    Plugin Author codepeople

    (@codepeople)

    Hello,

    I’ve been testing your website in my Android phone and the autocomplete is off. However, there are many reports in the web, that some versions of Chrome for mobiles do not take into account the autocomplete attribute in the forms.

    Best regards.

    Thread Starter benspr

    (@benspr)

    Thank you, Failing that, is there a way to reassign a name to the input field so that instead of, for example:

    <input id=”fieldname51_1″ name=”fieldname51_1″ minlength=”” maxlength=”” class=”field large required cpefb_error” type=”text” value=””>

    We can make it:

    <input id=”fieldname51_1″ name=”lname” minlength=”” maxlength=”” class=”field large required cpefb_error” type=”text” value=””>

    So that Chrome automatically reads it as a lastname field?

    Or some way to add an attribute to the input like this:

    <input id=”fieldname51_1 name=”fieldname51_1″ autocomplete=”family-name”>

    ??

    Source: https://developers.google.com/web/updates/2015/06/checkout-faster-with-autofill

    • This reply was modified 7 years, 3 months ago by benspr.
    Plugin Author codepeople

    (@codepeople)

    Hello,

    I’m sorry, but that’s not possible. The fields’ names and IDs are generated dynamically because their structures are required for the plugin to work properly.

    Best regards.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Autocomplete fills “Last Name” field with address.’ is closed to new replies.