'#', 'method' => 'POST', 'id' => 'form-config-widget', 'onsubmit' => 'return false;', 'class' => 'modal-dashboard', 'enctype' => 'multipart/form-data', 'extra' => 'novalidate', ]; HTML::printForm( [ 'form' => $form, 'blocks' => $blocks, 'inputs' => $htmlInputs, 'js' => $js, ] ); $output .= ''; echo $output;