Hidden form fields do not reset to their orignal values on Refresh
If the value of a hidden form field is changed with JS after the page has loaded does this value get reset when the page is refreshed (F5) - all browsers?
Date Created: 3rd September 2007
Date Modified: 3rd September 2007
In FF, the value of hidden fields is maintained between page refreshes, as it is with visible form fields.