I am trying to write an edit routine that reads the database, selects the desired record, and populates the form that was originally used to input the data in the first place with that values in the database.
Part of my form is a dynamically generated list of checkboxes. The user may check one or more boxes, and the data is stored as a comma delimited list. I know how to display the data using CFLOOP, but how do I populate the form with the contents of the list?
The checkbox items are in a different table than the one the list is stored in.
Any ideas? Thanks!
Part of my form is a dynamically generated list of checkboxes. The user may check one or more boxes, and the data is stored as a comma delimited list. I know how to display the data using CFLOOP, but how do I populate the form with the contents of the list?
The checkbox items are in a different table than the one the list is stored in.
Any ideas? Thanks!