How to auto-suggest email on form fields for iPhone users?

  • 20 August 2021
  • 1 reply
  • 4 views

We have a basic email field on our form. For Android users, the device recognizes the field and auto-suggests recently used emails (see screenshot).

However, this is not happening for iPhone users. I’ve had people test forms on other sites, and their emails populate there so it doesn’t appear to be an issue with their local device. The emails seem to only not appear on our Unbounce form.

Is there a setting on our form or script we could add to reduce friction for mobile iOS users?


1 reply

I don’t think that the Unbounce form builder can do that, but with a custom form, you need to set the autocomplete attribute of the input element to email. Docs: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

Reply