We have a problem:
when we modified a form with support from your help-site
Code:
if ($qo[6] <> "")
{
$formoutput = preg_replace('/(\[(.*?)\])/is', '', $formoutput);
vbmail($qo[6], $threadtitle, $formoutput);
}
$qo[6] = Single Line Text Field for the user email
to send the result of the form to the user, it will delete all BBCode in the email and in the new thread.
But why?