0

Good evening,

I'm creating a subscribe form and cannot custom it so that all the browsers have the same autocomplete effect. I precise: I want to have an email address autocompletion after typing one letter in the field. If I put this:

<input class="tnp-email" type="email" autocomplete="on" min="1" id="tnp-1" value placeholder="Email" style placeholder="color:#B9B9B9" required></div>
<div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="S’abonner" >
</div>
</form>
</div>

…then, it's OK with Safari, but with Chrome, there is no autocompletion. When I change autocomplete="on" by autocomplete"email", then, Safari complete my name instead of my email address without typing one letter, but Chrome suggest my email addresses before typing one letter in the field.

Thank you for your help.

Moishy
  • 3,560
  • 3
  • 23
  • 42
Kambro
  • 29
  • 5
  • In Chrome and Firefox, your users must enable the form autofill feature before the browser will honor your autocomplete attribute settings. – O. Jones Dec 28 '22 at 17:42

0 Answers0