Hi, all.
I'm using PHPFormMail script from http://www.boaddrink.com/projects/phpformmail. The script usually works fine, but if users input a lot of text in any of the fields, the redirect URL is too long and the browser gets a "page not found" error (even though I receive the form output by email.) I've seen several postings indicating that there are URL length limits, but I'd like to get around that by somehow masking all of the variables to create a short redirect URL. What's the best way? Sessions?
Thanks so much for your input.
Jennifer