NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: osquiabro on June 30, 2022, 05:35:37 AM

Title: NT 12.41 Question
Post by: osquiabro on June 30, 2022, 05:35:37 AM
after update to 12.41 i saw that the autofill don't work, example in login page the username in 12.37 the autofilled working perfectly

is a new setting?
Title: Re: NT 12.41 Question
Post by: Bruce on June 30, 2022, 08:54:26 PM
there is an "autocomplete" option you can set for entry fields, and password field, which tells the browser whether you want the field to be filled or not.
That said, from what I can see here, with my own apps, behavior has not changed.

Cheers
Bruce
Title: Re: NT 12.41 Question
Post by: osquiabro on July 01, 2022, 05:45:13 AM
is very strange if compile in nt 12.37 the autocomplete work without add any code
Title: Re: NT 12.41 Question
Post by: osquiabro on July 01, 2022, 06:03:09 AM
Bruce in nt 12.37 the code generated by a template is:

loc:autocomplete = 'autocomplete="' & loc:Random.random(4,st:bottom) & '"'

in nt 12.47 it is loc:autocomplete = 'autocomplete=off'

maybe i think this is the problem or the difference between versions
Title: Re: NT 12.41 Question
Post by: Bruce on July 03, 2022, 09:40:44 PM
Exactly as noted in the version release notes;

12.39 - 5 April
Add: AllowAutoComplete checkbox to browse EIP options. 2022
Change: autocomplete="off" attribute generated, not random value.

It's a template setting, so you can generate whatever you like into that field now.