Answer the question
In order to leave comments, you need to log in
Bitrix web form returns a BAD error when added?
A BAD error is returned when submitting the web form.
I tried to manually add the result of the web form in the admin panel, it also returns BAD
How to fix this?
Send code:
// создадим новый результат
if ($RESULT_ID = CFormResult::Add($FORM_ID, $arValues))
{
echo "Результат #".$RESULT_ID." успешно создан";
}
else
{
global $strError;
echo $strError;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question