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.