Alright, I'm seriously tired of handing coding the back end of every form
I have to do.  I thought I could use qforms to get around it, but since
qforms does everything through javascript, CF can't really touch the
information (as it gets rendered after something like <cfmail>).

The thing I really like about qforms is that it takes the value list in
the order it's recieved.  So if the field names are first, last, add1,
add2, etc., it lists them out in that order.  If you try to use the value
of the URL or FORM that is submitted (which is a struct of the
formfield|value), it ends up being unordered and can change with every
submission.  Not good behavior.  I've tried using the struct sorting
methods, but I get unpredicatble results.

Does anyone have a good way of doing automatic form collection?  I'm
either not searching for the right key phrase, or something.  I've tried
google and Macromedia's site.

Matthew Williams

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to