Forum OpenACS Q&A: Re: Re: Did ad_form functionality change?

Collapse
Posted by Dave Bauer on
You can extend the action sections like this:

set on_submit { code here }

append on_submit { more code }

ad_form -extend -on_submit $on_submit

Just build up the code block dynamically.