I have a form for users to fill out. Part of this form includes a table to which users may add rows dynamically using a button. Once a row is added several input fields are added as well (to each row). Once the user clicks submit, any rows added and included data are submitted just fine. However, when the user hits the browser's BACK button, the dynamically added row(s) are no longer there. Is there any way to persist these dynamically added rows and the included inputs?
Rich
Rich