1) { $error = 'You have selected not to self-nominate for any awards and also have selected some awards. Your award selections have been removed.'; $disable_remaining = true; } } if(count($awards) == 4) { if(count($_POST['award']) > 4) { $error = 'You have selected more than 4 awards. Your selections beyond this limit have been removed.'; } $disable_remaining = true; } } } $p['sa_nom'] = $awards; project_save($mysqli, $p); incomplete_check($mysqli, $ret, $u, $page_id, true); $response = array('status'=>0, 'missing'=>$ret); if($error != '') $response['error'] = $error; if(count($vals) > 0) $response['val'] = $vals; form_ajax_response($response); exit(); } $help = '

There are a number of special awards that each project can self-nominate for. You can nominate your project for up to 4 awards. '; sfiab_page_begin($u, "Student Award Nomination", $page_id, $help); ?>

Special Award Selection

No Awards to select.

Special Award Selection

Please select your project age category on the Project Info page first.

Please choose up to 4 awards for self-nomination. If you don't wish to self-nominate for any awards, select the first option below.

No Special Award Nominations
Select this option if you do not wish to nominate for any special awards', 0, $p['sa_nom']); ?>
$a) { form_checkbox($form_id, 'award', "{$a['name']}
{$a['s_desc']}", $aid, $p['sa_nom']); }?>