SignalEvent("EVENT_APPEND_HTML_TO_FORM", array("PageName" => "PreviewMessage", "FormName"=>"CommentForm", "Labels" => array(), "InputElements" => array(), "Notes" => array())); # Extract the results. $Labels = $Data["Labels"]; $InputElements = $Data["InputElements"]; $Notes = $Data["Notes"]; # Append them where required. for ($i=0; $i< count($Labels); $i++) { ?>

Error

Preview Message

ForumsForumName(); ?>TopicName(); ?>

TopicId(); if (isset($H_MessageId)) print "&MI=".$H_MessageId; ?>">
Subject
Body ForumsAllowHTML()) { $SafeBody = StripXSSThreats($H_Body, array("Tags"=>"p b i a u h1 h2 h3 h4 h5 h6 " . "pre strike sup sub ol ul blockquote hr")); } else { $SafeBody = nl2br(defaulthtmlentities($H_Body)); } print $SafeBody; ?>