I have  to remember the solution, I suppose. I'm a module guy, not a theme guy...

On Wed, Mar 18, 2009 at 1:32 AM, Gordon Messmer <yinyang@eburg.com> wrote:
Earl Dunovant wrote:
Simplest solution is to directly assign the submit function to the form.
$form['#submit'][] = 'customerportal_form_submit';

I had actually tried that at one point. :)

Thanks.