Autocomplete or remember form values

I have tried so many different methods to force HTML5 style forms to remember last entries (or autocomplete), dizzy and confused:) Need a glass of wine…

Wondering if anyone know of way to use this feature with EXEOut?

Standard HTML5 autocomplete (like https://www.w3schools.com/tags/att_input_autocomplete.asp) does not work.

Ideally would like to have a checkbox asking user if user wish to have values remembered, but simply just remembering is better than nothing.

Thanks in advance for any input.

ExeOutput uses CEF engine, and autocomplete is not implemented in CEF:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=12869

Yea researched that before posting here. Was hoping maybe someone had discovered a work around.