Username/Password not autocompleting when linked to HTML elements

Based on earlier discussions I know that in order for User/PW remembering and autocompletion to work, both edits have to live on a TWebHTMLForm and autocompletion has to be set to acUsername/acCurrentPassword. Unfortunately this breaks as soon as I link the Edits to ElementIds provided by the Webdesigner. Also, the Passwordchar setting is ignored then.

Do I need to add some attributes directly in the HTML? If so, which ones?

Set the attributes for autocompletion on the HTML elements in the template you bind to. You can inspect the attributes when you look at the HTML elements generated when the controls are not bound.

Again, thank you very much Bruno. That did it! I need to get used to this way of thinking...