Forum Moderators: coopster

Message Too Old, No Replies

editing checkbox records

         

ferhanz

9:51 am on Jun 30, 2005 (gmt 0)

10+ Year Member



Let say i have a form that asks user to select few options from a list of checkboxes, say if user want to edit the list he/she checks when submitting the form, how would i show the checkboxes in the editable form ....i am confused

dreamcatcher

2:35 pm on Jun 30, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<input type="checkbox" name="something" value="something">

or for an array:

<input type="checkbox" name="something[]" value="something">

Or wasn`t that the question? ;)