Is it possible to save form data (like autocomplete)

Hi,

I know the contents of the grid can be saved between page refreshes. Is it possible to store the dhtmlxform contents between page refreshes?

for e.g if there is a combo with checkboxes and the user selects some items in it, is it possible to save it so that when the page refreshes or if the user visits this page again after navigating away from it, the checked options remain checked so that the user does not have to select it again? Similar for other contents of the dhtmlxform…?

Hi

there is no direct or native approach, but you can 1) use cookies (but cookies can be deleted or can expire, 2) save on your server with ajax (for registered users?) and restore back on page load.