i send the form user an autoreply email, in one field i have this code: Values: <?php echo $form->getValue(‘multi_checkbox2[]’); ?> also tried Values: <?php echo $form->getValueHtml(‘multi_checkbox2[]’); ?> The user receive this field empty! any help?