Scott, do you think you could help me with those 3? Ether ways thank you for your help.
PHP Notice: Undefined index: style in
$style = $form['style'];
$this->output('<table class="qa-form-' . $form['style'] . '-table">');
$columns = ($form['style'] == 'wide') ? 2 : 1;