Answer the question
In order to leave comments, you need to log in
How to display $arrVALUES on the screen?
There is a function in init.php:
function onBeforeResultAddHandler($WEB_FORM_ID, &$arFields, &$arrVALUES) {
...
}
print_r($arrVALUES);
return;
Answer the question
In order to leave comments, you need to log in
Throw an exception
$APPLICATION->ThrowException('<pre>' . print_r($arrVALUES, true) . '</pre>');
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question