Question
Redisplay Radio buttons
My cfform has five checkboxes, <cfinput type="checkbox"
name="error_code_1" value="1"> 1, etc.
In my action page, when I insert, they all go into a column named error_code, so it can contain 1-10, 1, 2, 5,. etc. whichever checkboxes were selected.
When I bring the page back up to review, how do I show the all five checkboxes with the check, if one of them was selected ?
In my action page, when I insert, they all go into a column named error_code, so it can contain 1-10, 1, 2, 5,. etc. whichever checkboxes were selected.
When I bring the page back up to review, how do I show the all five checkboxes with the check, if one of them was selected ?