So I have a simple web site with w/o logins and server side stuff. Someone goes to one of the calculators and enters values. Those values are used in calculations and an area of the page displays the results.
So the second a visitor leaves everything is gone (reset). Is there a simple way I can push a cookie to their computer with the values they have entered?
I’m hoping that I can set it up so when they come back the page will auto populate with the last set of values they used.
An example of the calculation page can be found here
This is working great for a normal form field - just does not seem to work with a date from a date-picker (but I might have made a mistake with that one)…
Thanks Nikolaos, yes it is working so that is perfect - I would have never figured it out if you did not help with that last step. I appreciate it very much
I guess it is normal for it not to work with date-picker, or do you think I should file a bug report?