2) make the "back button" a mini form on form B with all the pertinent values on the page in hidden fields, the action button be the URL of page A, and a single submit button (with a value of "<< BACK", or something like that).
At the top of Form A, put a bunch of CFPARAMs of all the variable names:
Thanks so much for your tip! I am implementing it now. I've discovered one anomoly - I keep getting commas in two of my text fields whenever I use my back button. Have you ever encountered this? If so, why and how can I eliminate these commas?
Commas (at least commas that you don't specific put in field values) generally mean that there's more than one form element (text, checkbox, radio button, etc) with the same name/id. Most browsers will conveniently concatenate the values in those elements as a comma-delimited list.
Don't know if that helps... but it's difficult to know for sure without more information.
Certainly one thing you could do as a workaround, if it turns out NOT to be multiple form elements with the same name, is the brute force method of:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.