'Game', '1' => 'System', '2' => 'E-mail', '3' => 'Name to be given credit', '4' => 'Code(s)'); $field_html_name = array('0' => 'Game', '1' => 'System', '2' => 'Email', '3' => 'Name', '4' => 'Code'); $field_type = array('0' => 'text', '1' => 'select', '2' => 'text', '3' => 'text', '4' => 'textarea'); $field_options = array('0' => '', '1' => 'GameBoy, GameBoy Advance, Gamecube, Nintendo DS, PC, PSone, PS2, PSP, Xbox, Xbox 360, Nintendo 64, Dreamcast', '2' => '', '3' => '', '4' => ''); $field_required = array('0' => 'on', '1' => 'on', '2' => 'on', '3' => '', '4' => 'on'); $field_required_error = array('0' => 'Game is required.', '1' => 'System is required.', '2' => 'E-mail is required', '3' => '', '4' => 'Code is required'); $field_check = array('0' => 'NO', '1' => 'NO', '2' => 'NO', '3' => 'NO', '4' => 'NO'); $field_regexp = array('0' => '', '1' => '', '2' => '', '3' => '', '4' => ''); $field_check_error = array('0' => '', '1' => '', '2' => '', '3' => '', '4' => ''); $email_field = "Email"; $email_subject = ""; $email_form_to = "codes@vgf.com"; $email_form_cc = "vgfcodes@hotmail.com"; $email_form_subject = "Code Submission"; $email_body = ""; require_once('form.php'); ?>