diff --git a/public_html/wp-content/plugins/camptix/addons/require-login.php b/public_html/wp-content/plugins/camptix/addons/require-login.php
index 981005b46..a25b258f3 100644
--- a/public_html/wp-content/plugins/camptix/addons/require-login.php
+++ b/public_html/wp-content/plugins/camptix/addons/require-login.php
@@ -125,7 +125,7 @@ public function ticket_form_message() {
}
// Warn users that they will need to login to purchase a ticket
- if ( ! is_user_logged_in() ) {
+ if ( ! is_user_logged_in() && ! isset( $_REQUEST['tix_action'] ) ) {
$camptix->notice( apply_filters(
'camptix_require_login_please_login_message',
sprintf(