Question
Checkbox same name
I want loop over a check box that have same name:
| <input type="checkbox" name="profili" value="#profileId#,#title#">#session.profilesArray.title# |
I need the value for each checkbox, that is composed by two value with a comma: #profileId#,#title#
How can I solve this?
