Forum Moderators: coopster
In my form I have multiple checkboxes which need to have an id and a name with different values. I used to pass and save this form with the name and it worked fine but now I need the name for a javascript on the form page and I would like to pass my php variable though the ID... Is this at all possible and how can I do it?
<input type='checkbox' id=tagsid[] name=$item value=$item checked>
Any help really appreciated!
Regards,
Andrea