Update table
This commit is contained in:
@@ -111,7 +111,7 @@ function go_form_handle_submission() {
|
||||
if (empty($data['first_name']) || empty($data['last_name'])) {
|
||||
wp_redirect($_SERVER['HTTP_REFERER'] . '?form_error=1#form'); exit;
|
||||
}
|
||||
if ($data['rank'] < 0 || $data['rank'] > 40) {
|
||||
if ($data['rank'] < 0 || $data['rank'] > 47) {
|
||||
wp_redirect($_SERVER['HTTP_REFERER'] . '?form_error=rank#form'); exit;
|
||||
}
|
||||
if (!empty($data['email']) && !is_email($data['email'])) {
|
||||
|
||||
Reference in New Issue
Block a user