The following errors were found:

Valid XHTML 1.0!
The following information has been submitted:\n"; reset($form); while (list($key,$val) = each($form)) { if ((!$in_array_func($key,$invis_array)) && ((isset($form['print_blank_fields'])) || ($val))) { $output .= '
'; if(($use_field_alias) && ($form['alias_method'] != 'email')) $output .= htmlspecialchars($fieldname_lookup[$key]); else $output .= htmlspecialchars($key); if ((isset($form['hidden'])) && ($in_array_func($key,$form['hidden']))) $output .= ": (hidden)
\n"; else $output .= ': ' . nl2br(htmlspecialchars(stripslashes($val))) . "\n"; } } if (isset($form['return_link_url']) && isset($form['return_link_title'])) $output .= '\n"; output_html($output); } */>