[list=a]Plain text emails show a JInputFilter error. Please see this post.
Problem with the Joomla! Registration action. Please see this post.
To add the form data to the Debugger output. Change the run function in form_actions/debugger/debugger.php to
Problem with Forms linked from a menu not submitting. Please see this post. [/list:o]
Bob
function run($form, $actiondata){
foreach ( $form->data as $k => $v ) {
$form->debug['Form data'][] = "[{$k}] = ".print_r($v, true);
}
}
Bob