You can give your input fields the autocomplete attribute. This attribute can hold the value of the field you wish to let the browser autofill.
For example, setting autocomplete = name will ask the browser to autofill a name value.
Here's a nice list:
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete