Forum Discussion
BilliSwitals189
3 years agoCommunity Member
Text Entry - Remove "saved data"
Hello all you experts out there!!
This project has a text entry field that we are using as a Password field. There is one issue. When the user returns to the page, the text field is empty yet when...
PhilMayor
3 years agoSuper Hero
Could try running this on timeline start:
for (var i=0; i < els.length; i++) {
els[i].setAttribute("autocomplete", "off");
}BilliSwitals189
3 years agoCommunity Member
Thanks Phil - Can you help me understand what this code means? I'm not a javascript coder yet. Do I need to replace anything?
Related Content
- 14 days ago