Forum OpenACS Development: Re: ad_form all over the place?

Collapse
Posted by Dave Bauer on
ad_form just exposes the Form Builder APIs through an interface that helps to manage state, etc. It is not necessary to use ad_form, but forms should use the form builder wherever possible. In fact, I can't think of a time when the form builder or ad_form shouldn't be used. The form builder integrates with the templating system and allows for conisistent form design, which changes to layout and presentation made in one place.