RE: Looping over dynamic checkboxes

2006-02-09 Thread Bobby Hartsfield
: Looping over dynamic checkboxes Thanks for that suggestion, Bobby. I'm still missing something, and I think I've taken a step back. The following code only gives me one checked checkbox when first editing the form and no checked checkboxes during the error checking: cfloop query=getCheckboxes

Re: Looping over dynamic checkboxes

2006-02-08 Thread Cameron Johnson
Thanks for that suggestion, Bobby. I'm still missing something, and I think I've taken a step back. The following code only gives me one checked checkbox when first editing the form and no checked checkboxes during the error checking: cfloop query=getCheckboxes cfset

Looping over dynamic checkboxes

2006-02-07 Thread Cameron Johnson
The scenario: I've got a self-posting form that validates against validateForm.cfm. If there are errors in the form, I declare an error message variable and put in some text: cfset errorMessage = There were errors in your submission. The purpose: If there are errors, I want the form to be

RE: Looping over dynamic checkboxes

2006-02-07 Thread Bobby Hartsfield
, 2006 4:45 PM To: CF-Talk Subject: Looping over dynamic checkboxes The scenario: I've got a self-posting form that validates against validateForm.cfm. If there are errors in the form, I declare an error message variable and put in some text: cfset errorMessage = There were errors in your submission