edclasvegas.frontgatetickets.com Open in urlscan Pro
151.101.65.172  Public Scan

Submitted URL: http://edclasvegas.frontgatetickets.com/
Effective URL: https://edclasvegas.frontgatetickets.com/
Submission: On May 24 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 My 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:

EDC Las Vegas
c/o Front Gate Tickets
1645 E 6th Street, Suite 200
Austin, TX 78702


EMAIL US:

Customer Service


CALL US:

888-512-SHOW

Toggle Main Menu

0
ON SALE TOMORROW AT 12PM PT!


 NO LAYAWAY PAYMENTS UNTIL JULY FOR ALL PASS TYPES

What are you looking for?


show all


2025 edc las vegas - 3-day ga experience pass 1747440000
May
16-18
Fri-Sun


2025 EDC LAS VEGAS - 3-DAY GA EXPERIENCE PASS


 * at Las Vegas Motor Speedway
 * Ages 18+ Only

Select Tickets

2025 edc las vegas - 3-day ga+ experience plus 1747440000
May
16-18
Fri-Sun


2025 EDC LAS VEGAS - 3-DAY GA+ EXPERIENCE PLUS


 * at Las Vegas Motor Speedway
 * Ages 18+ Only

Select Tickets

2025 edc las vegas - 3-day vip elevated experience pass 1747440000
May
16-18
Fri-Sun


2025 EDC LAS VEGAS - 3-DAY VIP ELEVATED EXPERIENCE PASS


 * at Las Vegas Motor Speedway
 * Show at 7:00PM
 * Ages 21+ Only

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
×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our 18 advertising partners use cookies and
similar technologies on this site and use personal data (e.g., your IP address).
If you consent, the cookies, device identifiers, or other information can be
stored or accessed on your device for the purposes described below. You can
click "Allow All" or "Decline All" or click Settings above to customise your
consent regarding the purposes and features for which your personal data will be
processed and/or the partners with whom you will share personal data.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalised content profile; ●
Select personalised content; ● Personalised advertising, advertising
measurement, audience research and services development; ● Services development.
For some of the purposes above, our advertising partners: ● Use precise
geolocation data. Some of our partners rely on their legitimate business
interests to process personal data. View our advertising partners if you wish to
provide or deny consent for specific partners, review the purposes each partner
believes they have a legitimate interest for, and object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences