Home
The Toolkit for Online Communities
15900 Community Members, 0 members online, 2305 visitors today
Log In Register

Forum OpenACS Q&A: Response to "template:multirow create" for customizable fields

OpenACS Home : Forums : OpenACS Q&A : Response to "template:multirow create" for customizable fields : One Message

+
Posted by David Walker on
In your initial question you should be able to do


set form_variables ""
foreach field $field_list {
    append form_variables "$field:optional 
"
}

ad_page_contract {
} $form_variables