Just wondering, can I have the output display things in the order I choose?
Example, right now the 10th field displays before the 5th field. I think it must have something to do with tab order or something? Maybe the way my form is designed?
Thanks for any help- this script is the coolest!
Can I Change the order of field output?
Sounds like your looking for sort. Check out the "order" method of sort (third syntax example).
http://www.boaddrink.com/projects/phpformmail/readme.php#sort
-Andrew Riley