diff --git a/assets/pasted-20251017-095855-e8ae3c6d.jpg b/assets/pasted-20251017-095855-e8ae3c6d.jpg new file mode 100644 index 0000000..df5d924 Binary files /dev/null and b/assets/pasted-20251017-095855-e8ae3c6d.jpg differ diff --git a/assets/vm-shot-2025-10-17T09-58-48-783Z.jpg b/assets/vm-shot-2025-10-17T09-58-48-783Z.jpg new file mode 100644 index 0000000..df5d924 Binary files /dev/null and b/assets/vm-shot-2025-10-17T09-58-48-783Z.jpg differ diff --git a/register.php b/register.php index 8c304d8..c10a65f 100644 --- a/register.php +++ b/register.php @@ -44,7 +44,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { $how_did_you_hear = filter_input(INPUT_POST, 'how_did_you_hear', FILTER_SANITIZE_STRING); $password = filter_input(INPUT_POST, 'password', FILTER_UNSAFE_RAW); $confirm_password = filter_input(INPUT_POST, 'confirm_password', FILTER_UNSAFE_RAW); - $consent = filter_input(INPUT_POST, 'consent', FILTER_VALIDATE_BOOLEAN); $timezone = filter_input(INPUT_POST, 'timezone', FILTER_SANITIZE_STRING); // Tracking data @@ -64,8 +63,8 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { exit; } - if (!$consent || !$webinar) { - $response['error'] = 'Please agree to the terms.'; + if (!$webinar) { + $response['error'] = 'Webinar not found.'; echo json_encode($response); exit; } @@ -214,12 +213,6 @@ if (!$webinar) { - -

No spam. Unsubscribe anytime.

-