hellsatan told me to put
PHP Code:
if(!(empty($vboptions['allowedhtmltags']))) {
$post['fieldx'] = strip_tags($post['fieldx'], $vboptions['allowedhtmltags']);
}
wherever $post[fieldx] is parsed. he himielf said that he doesnt know where its parsed or even if it is.
however, if theres a way that you know of to allow htlm and/or limit html the same way the webpage does, itll be helpful
there are several codes that have been posted that can be used for this