I have to remember the solution, I suppose. I'm a module guy, not a theme guy...
Earl Dunovant wrote:I had actually tried that at one point. :)
Simplest solution is to directly assign the submit function to the form.
$form['#submit'][] = 'customerportal_form_submit';
Thanks.