i have a very long form, 5 pages with each page being very long itself
is there a best practice for how to handle 'form fatigue' and saving long forms if the user leaves for some reason or their browser crashes?
i do have the data persistence plugin ... but it does not auto save -> which would be ideal
how do people handle this?
i've tried to monkey with the data-persistence plugin, but i'm not skilled enough to write code myself of that level
and now i've grabbed the 'next button' code and put that in html in various places on the site but changed it's name to 'save now' (this seems to submit and save form content, except it jumps the person to the next page, which i'd like to fix)
there must be a better way??