louderthanlife2024.frontgatetickets.com Open in urlscan Pro
151.101.1.172  Public Scan

Submitted URL: http://louderthanlife2024.frontgatetickets.com/
Effective URL: https://louderthanlife2024.frontgatetickets.com/
Submission: On April 01 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /

<form id="form-signin" class="form-fgs" role="form" method="post" action="/" aria-label="Sign In Form">
  <div class="text-left">
    <div class="form-group">
      <label for="txt-login-email">Email address *<span class="sr-only">required</span></label>
      <input type="email" name="email" id="txt-login-email" class="form-control col-xs-12 required" placeholder="Enter Email Address" aria-required="true">
      <span class="error-msg invalid hide" id="txt-login-email-error-msg">Email Address is a required field</span>
    </div>
    <div class="form-group">
      <label for="txt-login-pass">Password *<span class="sr-only">required</span></label>
      <input type="password" name="password" id="txt-login-pass" class="form-control col-xs-12 required" placeholder="Enter Password" aria-required="true">
      <span class="error-msg invalid hide" id="txt-login-pass-error-msg">Password is a required field</span>
    </div>
    <div role="alert" class="div-signin-error"></div>
    <div class="password-info clear">
      <span> By continuing past this page, you agree to the <a href="https://frontgatetickets.com/terms-of-use" target="_blank">Terms of Use</a> and understand that your information will be used as described in our
        <a href="https://frontgatetickets.com/privacy-policy" target="_blank">Privacy Policy</a>. </span>
    </div>
    <div class="form-group">
      <button class="ladda-button btn btn-success slide-right pull-left col-xs-12 col-sm-5 btn-user-signin">
        <span class="ladda-label">Sign In</span>
        <span class="ladda-spinner"></span>
      </button>
    </div>
  </div>
</form>

<form id="form-signup" class="form-fgs" aria-label="Sign Up Form">
  <div class="form-group">
    <label for="create_firstName">First Name *<span class="sr-only">required</span></label>
    <input type="text" id="create_firstName" name="firstName" value="" class="required col-xs-12" placeholder="Enter First Name" aria-required="true">
  </div>
  <div class="form-group">
    <label for="create_lastName">Last Name *<span class="sr-only">required</span></label>
    <input type="text" id="create_lastName" name="lastName" value="" class="required col-xs-12" placeholder="Enter Last Name" aria-required="true">
  </div>
  <div class="form-group">
    <label for="create_email">Email *<span class="sr-only">required</span></label>
    <input type="text" id="create_email" name="email" data-original="" value="" class="col-xs-12 required email" placeholder="Enter Email Address" aria-required="true">
  </div>
  <div class="form-group">
    <label for="create_new_password">Password *<span class="sr-only">required</span></label>
    <input type="password" id="create_new_password" name="new_password" class="col-xs-12 custom_validation required" autocomplete="off" placeholder="Choose Password" aria-describedby="pw-compliance" aria-required="true">
  </div>
  <div class="form-group">
    <label for="password_strength">Password Strength</label>
    <div class="progress">
      <div class="progress-bar"></div>
    </div>
    <div class="password-info row" id="pw-compliance" aria-live="polite" aria-atomic="true">
      <span class="col-xs-12 nopadding"> Password must be green-striped (strong) to proceed. Requires at least <span class="map-len-eight">8 characters</span>, including <span class="map-one-upper">1 uppercase letter</span>, <span
          class="map-one-lower">1 lowercase letter</span>, and <span class="map-one-number">1 number</span>. </span>
    </div>
  </div>
  <div class="form-group">
    <label for="create_confirm_password">Confirm Password *<span class="sr-only">required</span></label>
    <input id="create_confirm_password" type="password" name="confirm_password" class="col-xs-12 custom_validation required" autocomplete="off" placeholder="Confirm Password" aria-required="true">
  </div>
  <div role="alert" class="div-signin-error"></div>
  <div class="password-info clear">
    <span> By continuing past this page, you agree to the <a href="https://frontgatetickets.com/terms-of-use" target="_blank">Terms of Use</a> and understand that your information will be used as described in our
      <a href="https://frontgatetickets.com/privacy-policy" target="_blank">Privacy Policy</a>. </span>
  </div>
  <div role="alert" class="alert alert-error hide" id="div-create-error"></div>
  <div role="alert" class="alert alert-success hide" id="div-create-success"></div>
  <div class="form-group">
    <button class="ladda-button btn btn-success slide-right pull-left col-xs-12 col-sm-6" id="btn-user-create">
      <span class="ladda-label">Create Account</span>
      <span class="ladda-spinner"></span>
    </button>
  </div>
</form>

<form id="manage_order_form" class="form-fgs col-xs-12 col-sm-offset-2 col-sm-8">
  <div class="form-group">
    <label for="txt-manage-email" class="col-xs-12 nopadding">Email Address *<span class="sr-only">required</span></label>
    <input type="email" id="txt-manage-email" name="email" class="col-xs-12 nopadding required" placeholder="Enter Email Address" aria-required="true">
    <span class="error-msg invalid hide" id="txt-manage-email-error-msg">Email Address is a required field</span>
    <span class="error-msg invalid hide" id="txt-manage-email-error-msg-email">Invalid email address</span>
  </div>
  <div class="form-group">
    <label for="txt-manage-order-id" class="col-xs-12 nopadding">Order ID *<span class="sr-only">required</span></label>
    <input type="text" id="txt-manage-order-id" name="order_id" class="col-xs-12 required" placeholder="Enter ID" aria-required="true">
    <span class="error-msg invalid hide" id="txt-manage-order-id-error-msg">Order ID is a required field</span>
    <span class="error-msg invalid hide" id="txt-manage-order-id-error-msg-number">Invalid Order ID</span>
  </div>
  <div class="form-group">
    <label for="txt-manage-phone" class="col-xs-12 nopadding">Phone Number *<span class="sr-only">required</span></label>
    <input type="tel" id="txt-manage-phone" name="phone" class="col-xs-12 required" placeholder="Phone Number" aria-required="true">
    <span class="error-msg invalid hide" id="txt-manage-phone-error-msg">Phone Number is a required field</span>
    <span class="error-msg invalid hide" id="txt-manage-phone-error-msg-phone">Invalid phone number format</span>
  </div>
  <div class="form-group" id="div-button-manage">
    <button class="ladda-button btn btn-success slide-right pull-left col-xs-12 col-sm-5" id="btn-manage-order">
      <span class="ladda-label">Look Up</span>
      <span class="ladda-spinner"></span>
    </button>
  </div>
</form>

Text Content

Skip to content
Home Sign In Manage Order Contact Your Account ▼
* Account Details
* Order History
* Waitlist
* Sign Out
0 Cart

CLOSE
 * Sign In
 * Sign Up
 * Forgot Password

Email address *required Email Address is a required field
Password *required Password is a required field

By continuing past this page, you agree to the Terms of Use and understand that
your information will be used as described in our Privacy Policy.
Sign In
First Name *required
Last Name *required
Email *required
Password *required
Password Strength

Password must be green-striped (strong) to proceed. Requires at least 8
characters, including 1 uppercase letter, 1 lowercase letter, and 1 number.
Confirm Password *required

By continuing past this page, you agree to the Terms of Use and understand that
your information will be used as described in our Privacy Policy.


Create Account

Please enter your email address. We will email you a link to reset your
password.

A link to reset your password has been sent. If you do not receive it shortly,
please check your junk or spam email folder. If you do not have an account,
please select Manage Order.

Email *required Email Address is a required field

Send Verification Email


CLOSE


Already have an account? Sign in to manage your order.
No account? Use this form to locate your order details.


Email Address *required Email Address is a required field Invalid email address
Order ID *required Order ID is a required field Invalid Order ID
Phone Number *required Phone Number is a required field Invalid phone number
format
Look Up

CLOSE



CONTACT US


WRITE TO US:

Louder Than Life 2024
info@louderthanlifefestival.com
,


EMAIL US:

Customer Service


CALL US:

1-888-512-SHOW

Toggle Main Menu

0
EXACTA PASS & HOTEL PACKAGES


Interested in both Louder Than Life and Bourbon & Beyond? Check out the EXACTA
pass HERE!

Check Out Louder Than Life Hotel Bundles HERE


weekend 4-day general admission 1727370000
Sep
26-29
Thu-Sun


WEEKEND 4-DAY GENERAL ADMISSION


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
weekend 4-day park community vip 1727370000
Sep
26-29
Thu-Sun


WEEKEND 4-DAY PARK COMMUNITY VIP


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
weekend 4-day top shelf vip presented by angel’s envy 1727370000
Sep
26-29
Thu-Sun


WEEKEND 4-DAY TOP SHELF VIP PRESENTED BY ANGEL’S ENVY


 * at Highland Festival Grounds at KY Expo
 * All Ages

Join Waitlist
single day ga 1727370000
Sep
26-29
Thu-Sun


SINGLE DAY GA


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
single day park community vip 1727370000
Sep
26-29
Thu-Sun


SINGLE DAY PARK COMMUNITY VIP


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
loud lounge suites 1727370000
Sep
26-29
Thu-Sun


LOUD LOUNGE SUITES


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
camping 1727272800
Sep
25-29
Wed-Sun


CAMPING


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
collectible keepsakes 1727370000
Sep
26-29
Thu-Sun


COLLECTIBLE KEEPSAKES


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets
merchandise 1727370000
Sep
26-29
Thu-Sun


MERCHANDISE


 * at Highland Festival Grounds at KY Expo
 * All Ages

Select Tickets

Front Gate Tickets
 * Privacy Policy|
 * Terms of Use|
 * Ticket Insurance FAQ|
 * Sell Tickets With Us|
 * Accessibility Statement

© 2024 Front Gate Ticketing Solutions, LLC.


CLOSE


YOUR CART HAS EXPIRED.

We're sorry, you ran out of time to place your order. Please try again later, or
feel free to contact us for further help.
Continue Shopping
Close
CLOSE



WANT TO SELL YOUR TICKETS? HERE'S HOW:

 1. Sign in to your account in the top menu.

 2. Select "Order History" from your account.

 3. Select "View Order Detail" on the order you want to sell.

 4. Scrolldown the page and select the "Sell Tickets" button.
    (only displayed if eligible to be resold)

Continue