Skip to main content
June 20, 2012
Question

Checkbox same name

  • June 20, 2012
  • 1 reply
  • 403 views

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?

    This topic has been closed for replies.

    1 reply

    Inspiring
    June 20, 2012

    Use a different delimiter for your value.