custom code
<?php
$form->data['total']=$form->data['field1']+$form->data['field2'];
?>
debug
why can i not get any value from field???
<?php
$form->data['total']=$form->data['field1']+$form->data['field2'];
?>
debug
Array ( [option] => com_chronoforms5 [chronoform] => deneme [event] => submit [field1] => 1 [field2] => 2 [total] => 0 [button4] => Submit )
why can i not get any value from field???