RE: retaining checkbox selections

2005-09-01 Thread Snake
September 2005 01:32 To: CF-Talk Subject: RE: retaining checkbox selections Yes checked> checked> Unchecked checkboxes do not exist in the form scope. The cfparams make sure they are there at all times. -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sen

RE: retaining checkbox selections

2005-09-01 Thread Bobby Hartsfield
aining checkbox selections Like ? -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, September 01, 2005 1:43 PM To: CF-Talk Subject: RE: retaining checkbox selections Or just use cfparams for all the form fields at the top of each stepped page -Original M

RE: retaining checkbox selections

2005-09-01 Thread Tim Laureska
Like ? -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Thursday, September 01, 2005 1:43 PM To: CF-Talk Subject: RE: retaining checkbox selections Or just use cfparams for all the form fields at the top of each stepped page -Original Message- From

RE: retaining checkbox selections

2005-09-01 Thread Bobby Hartsfield
Or just use cfparams for all the form fields at the top of each stepped page -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Thursday, September 01, 2005 1:23 PM To: CF-Talk Subject: RE: retaining checkbox selections What I would suggest is to create a form object

RE: retaining checkbox selections

2005-09-01 Thread Ian Skinner
What I would suggest is to create a form object/structure mirror in a persistent scope that has name/value pairs for the entire form. Initialize this data entity with empty values at the beginning of the process. Then always populate form fields from this data. At the beginning it will be nu

Re: retaining checkbox selections

2005-09-01 Thread Rick Root
Tim Laureska wrote: > I'm sure this has been addressed many times before, but looking for the > best way to have a user completing a multi-page form to retain their > checkbox selections. > > In my scenario after completing the form, the user is given a "verify > information" screen where they rev