Forum OpenACS Q&A: Response to Setting properties in form's elements

Collapse
Posted by Don Baccus on
The ad_form version:
ad_form -name main {
    {shortname:text    {label "Shortname"}
                       {html {size 70 readonly ""}}}
}
(it uses the form builder as its backend).

The biggest advantage of ad_form is that it handles all the state management (submit, request, etc) for you.