Many thanks, i, for some inconceivable reason was dreading putting all the data of the menus in Javascript arrays! My humble apologies to the coding community at large 🙂
Originally posted by devinemke
when this form is reloaded it will remeber the user input values
Its definately remembering the values, however, on reload, the fields are empty but the values are set. Am i missing something? My logic tells me that if a textfield is named username and $username="blah" then the text, on reload, in the textfield should = "blah".