LoginForm - autocomplete, login automatically fill

Hello,

what is the easiest way to implement autocomplete and offer to save username and password information in browser? Im using Dotvvm controlls binding implementation (not form post action).

Best regards MZ

Hey there!
You can add name="username" and name="password" to the <dot:TextBox> controls. The browser should recognize the fields and provide the auto-complete experience.

1 Like