Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>>>My key point was, to re-use cfform's built-in client data validation >capability for my case if that's possible, > >Well, if you use CFFORM, it should be possible for sure, or do you mean >you want to use CFFORM validation WITHOUT using CFFORM? > Did you have a chance to copy/paste and try th

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Claude Schneegans
>>My key point was, to re-use cfform's built-in client data validation capability for my case if that's possible, Well, if you use CFFORM, it should be possible for sure, or do you mean you want to use CFFORM validation WITHOUT using CFFORM? >>for instance, do you build you own credit card va

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>>>Are you an expert in, say, DOM? > >Yes. > > >> To my knowledge, each and all "web"/script page, be it written in >cf, jsp, asp, php, would be rendered by a UA (browser here), and the >underlying technology for that is DOM, so, it does not matter how many >HTML forms on a 'page'/script the we

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Claude Schneegans
>>Are you an expert in, say, DOM? Yes. >> To my knowledge, each and all "web"/script page, be it written in cf, jsp, asp, php, would be rendered by a UA (browser here), and the underlying technology for that is DOM, so, it does not matter how many HTML forms on a 'page'/script the web serve

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>Unless I'm missing something, or you're doing something you've not mentioned >(eg an Ajax call to handle the data of each 'step'), what he's saying is, >when your final "step" gets submitted, all the data from the prior steps is >lost. Only the submitted form's data is available to the action page

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread morgan l
m's data is available to the action page. On Tue, Apr 15, 2008 at 10:35 AM, Don L <[EMAIL PROTECTED]> wrote: > >>>Unfortunately multi-tab form is parallel (I believe) while my case is > >sequential processing > > > >There is no "sequential processing"

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Don L
>>>Unfortunately multi-tab form is parallel (I believe) while my case is >sequential processing > >There is no "sequential processing" of multiple forms possible in HTML. >You can have several forms in a page, but only one can submit. >Tab forms is a solution t

Re: Multiple forms on same page and client side data validation

2008-04-15 Thread Claude Schneegans
>>Unfortunately multi-tab form is parallel (I believe) while my case is sequential processing There is no "sequential processing" of multiple forms possible in HTML. You can have several forms in a page, but only one can submit. Tab forms is a solution to temporarily hide part

Re: Multiple forms on same page and client side data validation

2008-04-14 Thread Don L
>> Has anyone moved on to more interactivity and more client side processing? > >Have you considered a multi-tab form? > >This is something I was involved two years ago: >http://www.imd.ch/programs/emba/visitsevents/campus-visit-form.cfm?prog=EMBA > >I would implement certain things in a different

Re: Multiple forms on same page and client side data validation

2008-04-14 Thread Massimo Foti
> Has anyone moved on to more interactivity and more client side processing? > I admit this is my first one of this type. > Env: cold fusion 8 standard. > > The idea is to utilize the built-in cf client side data validation (handy, > e.g. credit card etc). Let me know if you have better luck, tha

Multiple forms on same page and client side data validation

2008-04-14 Thread Don L
. Requirement/Problem Detail -- Requirement: a) do client side data validation for form 1; // ignore data capture b) move on to form 2 Code: http://www.w3.org/1999/xhtml";> Multiple Forms and Data Validation Multiple Forms and Data Validation Name:

Re: can one Submit button submit multiple forms in a specific order?

2006-03-07 Thread S . Isaac Dealey
> I need to be able to hit a submit button have it submit > one form (that it is > not in) then after that submit has been processed submit a > second form (form > the submit button is in). They have to be in order because > processing in the > first form is needed for the second one. I'm thinking

can one Submit button submit multiple forms in a specific order?

2006-03-07 Thread Jeremy Bunton
I need to be able to hit a submit button have it submit one form (that it is not in) then after that submit has been processed submit a second form (form the submit button is in). They have to be in order because processing in the first form is needed for the second one. I'm thinking I need a CF s

RE: Multiple forms, looping and inserting

2003-04-04 Thread Angel Stewart
Yesh! Okies! :) -Gel -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sounds like a plan, thanks Gel. I'll try it out when I get home :) okies?? ;) ~| Archives: http://www.houseoffusion.com/cf

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
eparate the field name from the number HTH > -Original Message- > From: Candace Cottrell [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:56 AM > To: CF-Talk > Subject: Multiple forms, looping and inserting > > > Ok, so I have an idea, but I'm not sure

RE: Multiple forms, looping and inserting

2003-04-04 Thread Angel Stewart
derscore to separate the field name from the number HTH > -Original Message- > From: Candace Cottrell [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:56 AM > To: CF-Talk > Subject: Multiple forms, looping and inserting > > > Ok, so I have an idea, but

RE: Multiple forms, looping and inserting

2003-04-04 Thread Candace Cottrell
know how many to loop over I'd use the underscore to separate the field name from the number HTH > -Original Message- > From: Candace Cottrell [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:56 AM > To: CF-Talk > Subject: Multiple forms, looping and insert

RE: Multiple forms, looping and inserting

2003-04-04 Thread Philip Arnold
ore to separate the field name from the number HTH > -Original Message- > From: Candace Cottrell [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:56 AM > To: CF-Talk > Subject: Multiple forms, looping and inserting > > > Ok, so I have an idea, but I&

Re: Multiple forms, looping and inserting

2003-04-03 Thread Matt Robertson
I've got something like that. This isn't what you were describing, but you should be able to take this core and build what you describe from it without trouble. Basically what I do is output my variable block of form fields inside of a query loop (your example would use a simple index loop). T

Multiple forms, looping and inserting

2003-04-03 Thread Candace Cottrell
Ok, so I have an idea, but I'm not sure how to carry it through. I have a basic insert record page. However, I want the person to be able to add 5, 10, or 15 records at a time, depending on the value they select from a drop-down. Meaning, depending on how many they want to add, there will be that

Re: Multiple forms

2001-08-10 Thread Stephen M Aylor
a look at FDF Merge From Appligent [pricey] http://www.appligent.com/newpages/fdfmerge.html HTH, Steve Aylor iincorp/iinsurex interactive Insurance Exchange [EMAIL PROTECTED] - Original Message - From: "Janine Jakim" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTEC

Multiple forms

2001-08-10 Thread Janine Jakim
I have the code to put out to an fdf/pdf form. But I still have some problems. 1. It comes up fine for an individual form for one person. However, how do I get it so that it makes 25/100/whatever number depending on the query? My query is set up so that it pulls many people up at one time. Whe

Re: Passing parameters over multiple forms

2000-04-13 Thread Reuben King
to go back and modify any of the data they've entered. > > I'm looking for advice on the best way to pass the data over multiple forms. Create yet another form with a bunch of hidden fields, use JavaScript to populate the hidden fields and finally a theForm.sumbit(); .. If your fo

RE: Passing parameters over multiple forms

2000-04-12 Thread Dan G. Switzer, II
- From: Bob Hill [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 5:42 PM To: [EMAIL PROTECTED] Subject: Passing parameters over multiple forms Hello... I have an application where I must collect data on a number of forms, and then display that data on a page at the end of the proces

Passing parameters over multiple forms

2000-04-12 Thread Bob Hill
data over multiple forms. Thanks, Bob -- Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] wit