Hello Charlie, Tuesday, March 2, 2004, 1:54:43 PM, you wrote: CFI> I'm creating a form with 170 fields, and I'd like to create an CFI> intermediary page so the user can review their info before CFI> submitting it again to the emailing script.
Just a thought. I'm guessing you are dumping this stuff to a database for the final result. Why don't you create an intermediate table to hold those fields (keeping track of the record ID in a hidden input field), then re-read that data back on the validation page, then when they submit it there, the changes are added to the real table. My only thinking on this is to keep it simple rather than carrying over a ton of hidden fields. It may not be the most efficient method, but it'd work. Cheers, Leif Gregory -- TB Lists Moderator (and fellow registered end-user) PCWize Editor / ICQ 216395 / PGP Key ID 0x7CD4926F Web Site <http://www.PCWize.com> -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php