Re: Captupturing Form Elements

2000-04-06 Thread Fred Sanders
Lee, The very act of passing the form variables is automated by the forms action and method. I don't understand what else your trying to accomplish once they get there. Are you just trying to list them out on the action page? MORE INPUT MORE INPUT, NEED MORE INPUT! LOL Fred Sanders Galveston

Re: Captupturing Form Elements

2000-04-06 Thread Emily B. Kim
if you're using 4.5, form variables are automatically in a structure (named FORM) that always exists - it's just empty if there is no form submission. what i would suggest is on your action page, just do a StructKeyList(FORM) which will give you a list of all the keys (the formfield names). from t

Re: Captupturing Form Elements

2000-04-06 Thread Stephen M. Aylor
WDDX wont parse and evaluate the form field elements, but it seems it would make a for an easy way to pass the elements on to the next template, as the poster's message indicated that the next cfm/page wouldnt be processing them. Also it seems it would depend on what ver of CFAS the poster is usi

RE: Captupturing Form Elements

2000-04-06 Thread Chris Evans
Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Captupturing Form Elements Is there an analogous solution to looping t

RE: Captupturing Form Elements

2000-04-06 Thread Dan G. Switzer, II
EMAIL PROTECTED] | ++---+ -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 11:29 AM To: [EMAIL PROTECTED] Subject: RE: Captupturing Form Elements YOu are saying WDDX will parse out all the fieldsnames and there v

RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin
regards, Chris -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 9:29 AM To: [EMAIL PROTECTED] Subject: RE: Captupturing Form Elements YOu are saying WDDX will parse out all the fieldsnames and there values? -- O

RE: Captupturing Form Elements

2000-04-06 Thread Brian Peddle
XML and store it as hidden form field within the next form. This prevents any looping. -Original Message- From: Sean German [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 9:16 AM To: '[EMAIL PROTECTED]' Subject: RE: Captupturing Form Elements Is there an analogou

RE: Captupturing Form Elements

2000-04-06 Thread Chris . Austin
ubject: RE: Captupturing Form Elements Is there an analogous solution to looping through the fields of a query? -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 10:51 AM To: [EMAIL PROTECTED] Subject: Re: Captupturing Form Elements You can

RE: Captupturing Form Elements

2000-04-06 Thread Sean German
Is there an analogous solution to looping through the fields of a query? -Original Message- From: Brian Peddle [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 06, 2000 10:51 AM To: [EMAIL PROTECTED] Subject: Re: Captupturing Form Elements You can loop over all the fieldnames submitted

Re: Captupturing Form Elements

2000-04-06 Thread Brian Peddle
You can loop over all the fieldnames submitted: Put whatever processing on the fieldnames you need here -- Original Message -- From: "Lee Moore" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Thu, 6 Apr 2000 09:36:42 -0400 >Hello all. I have a