0, 'location'=>'signature.php?k='.$sig['key'])); exit(); } if(!array_key_exists('k', $_GET)) { print("Invalid signature link"); exit(); } $key = $_GET['k']; $sample = false; if($key == 'sample_student') { $sample = true; $sample_type = 'student'; $sample_name = 'John Q. Doe'; $sample_email = 'john@exmaple.com'; } else if($key == 'sample_parent') { $sample = true; $sample_type = 'parent'; $sample_name = 'Jane Doe'; $sample_email = 'jdoe@industry.com'; } else if($key == 'sample_teacher') { $sample = true; $sample_type = 'teacher'; $sample_name = 'Miss Krabapple'; $sample_email = 'msk@exampleschool.com'; } if(!$sample) { $sig = load_and_check_key($mysqli, $key); /* Load the student and project */ $student = user_load($mysqli, $sig['uid']); $project = project_load($mysqli, $student['s_pid']); $school = school_load($mysqli, $student['schools_id']); } else { $cats = categories_load($mysqli); $sig = array(); $sig['date_signed'] = '0000-00-00 00:00:00'; $sig['uid'] = -1; $sig['type'] = $sample_type; $sig['name'] = $sample_name; $sig['email'] = $sample_email; $sig['signed_name'] = ''; $sig['year'] = $config['year']; $project = array(); $project['pid'] = 1234; $project['title'] = "My Science Fair Project"; $project['cat_id'] = 1; $project['challenge_id'] = 1; $student = array(); $student['schools_id'] = 0; $student['uid'] = 1111; $student['grade'] = $cats[1]['min_grade']; $student['name'] = "John Q. Doe"; $student['firstname'] = "John"; $student['lastname'] = "Doe"; $student['sex'] = "male"; $student['email'] = "john@example.com"; $student['username'] = 'sample'; $student['salutation'] = ''; $student['organization'] = ''; $school = array(); $school['school'] = 'Example Secondard School'; } $str = ''; $already = ''; $disable = false; if($sig['date_signed'] != '0000-00-00 00:00:00') { $str = 'agree'; $already = " This form was signed on ". date('F j, g:ia', strtotime($sig['date_signed'])).""; $disable = true; } output_start("Electronic Signature"); $page_id = 'signature'; ?>
= 50400) $flags |= ENT_HTML401; $logo = ''; ?>

Electronic Signature Form

$already"); } if($sig['type'] == 'student') { ?>

This form is for the Exhibitor signature for . If you are not then this is not the signature page for you. Please contact the science fair committee .

A signature has been requested from you, , by . If you are not , then this is not the signature page for you. Please contact the science fair committee .

Please review the Project Information and Declaration(s) below. If you agree to the declaration(s), type in your name in the box below in lieu of a signature and submit this form. This will function as your electronic signature and you do not need to sign the paper signature form.

If you have any questions or concerns, please contact us at .

If you do not agree to use an electronic signature, please print the paper signature form and submit that.

If you do not agree to use an electronic signature, please request a paper copy of the signature form from the student and sign that.

Project Information

Student:
Project Title:
School:

Declaration


Release of Information


Signature

If you do not agree to the use of an electronic signature, please print a paper copy of this form to sign and submit it to the Science Fair Committee.

If you do not agree to the use of an electronic signature, please ask the student to print a paper copy of this form to sign and have the student submit that to the Science Fair Committee.

Send Electronic Signature $already"); } ?>