Page 1 of 1

Feedback form H4's

Posted: Thu Jun 08, 2006 5:17 am
by cdstg
On the feedback form when the errors come up they become h4
however they semm to fall outside of the class that you define for the form so it makes them hard to format
I changed the code in the

Form.class.php to say this to overcome that or was i missing somthing completely

$message .= "".$this->mod_globals->Lang('please_enter_a_value').' "'. $this->Fields[$i]->Name."\"\n";                                         

$message .= "". $res[1]."\n"; 

thanks