Ok, ran into a snag trying to put this on UBB 6.3.
Can't find this section in the ultimatebb.cgi.
*****************************
*****************************
## Find:
$templatefile = $template_match{email};
## Add Under:
} elsif ($in{ubb} =~ m/^(agreeapplication|register_application_page|submit_registration_application|loginapplication)$/) {
$templatefile = $vars_appform{template};
******************************
******************************