View Single Post
  #2  
Old 03-27-2013, 04:02 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 613,969
Hall of Famer is on a distinguished road
Default

Well your raw html code should still work with this:

PHP Code:
$document->addLangvar($html);
// or:
$document->add(new Comment($html)); 
Though its more recommended to make use of the GUI package since it is more professional and flexible. One reason is that the form's action(redirect page) can be an issue if you are using relative url.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote