After using Tapir to theme a form, the form submit function is not called. So where should I intercept the submit? I must be missing something.
I am testing with http://www.ubercart.org/docs/tapir/3000/example_6_theme_form_tapir.
I added
<?php
function tapirtest_example_6_form_submit($form, &$form_values) {
drupal_set_message(t('blah balh tapirtest_example_6_form_submit'));
}
?>However, if I have theme_tapirtest_example_6_form(), then the submit function is bypassed. If I remove theme_tapirtest_example_6_form(), the submit function will be called.
Thanks for any help.







Joined: 02/28/2008