Click to See Complete Forum and Search --> : Email Form Output


Jeannie
07-06-2003, 02:24 AM
I made a lovely form that I managed to get sent back to my email. There are about 20 fields to it. All the field's answers came in my email, however they are in random order. What commands do I use to make my email print the answers to my fields in the correct order?

Jeff Mott
07-06-2003, 10:56 AM
Odds are the script is using a custom written form parser. In custom parsers name/value pairs are usually stored in a hash, which returns lists of its names or values in a seemingly random order. If you are able to modify the script, you should change it to use the CGI module. Or find a different script that does use CGI.pm.