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); ?>
No Awards to select.
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.
=form_submit($form_id, 'save', 'Save', 'Award Selections Saved');?>