RE: RE: form to session

2001-03-16 Thread Jay E Wigginton
That's a thought... never really thought of resubmitting the form to itself and have the error checking included within mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 7:21 PM To: CF-Talk Subject: RE: RE: form to session You'd be a whole lot better off populating form fields

RE: RE: form to session

2001-03-16 Thread Bryan Love
ECTED] -Original Message- From: Jay E Wigginton [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 3:39 PM To: CF-Talk Subject: RE: form to session Thanks... this code worked with a little modification... since I was lopping over the "fieldnames" variable.. .I had to r

Re: form to session

2001-03-16 Thread Freddy
How to stop worrying and learn to love the session. :-) Don't forget to wrap a around that code. Bryan Love wrote: > Why you would want to convert innocent, safe form fields into tricky, > unstable session variables is beyond me, but here's the code... > > > > > > > Bryan Love ACP >

RE: form to session

2001-03-16 Thread Jay E Wigginton
submission... I do basic JavaScript for fields requiring a value. thanks Jay -Original Message- From: Bryan Love [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 5:13 PM To: CF-Talk Subject: RE: form to session Why you would want to convert innocent, safe form fields into tricky, unsta

RE: form to session

2001-03-16 Thread David Gassner
Since both session and form are structures, you can use array-style syntax: The tags are unnecessary. And remember to use around the whole thing... > -Original Message- > From: Jay Wigginton [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 4:35 PM > To: CF-Talk > Subjec

RE: form to session

2001-03-16 Thread Marian Dumitrascu
Try: Marian > -Original Message- > From: Jay Wigginton [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 16, 2001 4:35 PM > To: CF-Talk > Subject: form to session > > > Is there a simple way to take the values submitted from a form and setting > session variables with the same name... e

RE: form to session

2001-03-16 Thread Bryan Love
Why you would want to convert innocent, safe form fields into tricky, unstable session variables is beyond me, but here's the code... Bryan Love ACP Internet Application Developer [EMAIL PROTECTED]

RE: form to session

2001-03-16 Thread Patricia Lee
I can think of a couple: If you're running 4.5, sp2 (it's one of those hidden functions) |-Original Message- |From: Jay Wigginton [mailto:[EMAIL PROTECTED]] |Sent: Friday, March 16, 2001 4:35 PM |To: CF-Talk |Subject: form to session | | |Is there a simple way to take the values sub