[Zope] Generic e-mail processing form
   
    Chris Muldrow
     
    cmuldrow@fredericksburg.com
       
    Tue, 08 Oct 2002 12:28:20 -0400
    
    
  
We've got some legacy e-mail forms on some sites that used a single, generic
Perl script to process form fields and basically feed the name of each form
element with the values entered to an e-mail. We've set up a generic e-mail
form processor, but the problem with it is that iterating through
REQUEST.form elements sorts the elements alphabetically, rather than in the
order in which the elements are listed in the form. Any ideas on how to pull
the form variables in the order in which they're listed?
Thanks! - Chris cmuldrow@fredericksburg.com