Forum OpenACS Q&A: Response to How to get the form data of a multi-value checkbox?

If you are using the openACS database api, use this in your form action script:
ad_page_contract {
   your_variable:multiple
}
this will create a list called your_variable containing the values you passed.