veld.frontgatetickets.com Open in urlscan Pro
151.101.129.172  Public Scan

Submitted URL: http://veld.frontgatetickets.com/
Effective URL: https://veld.frontgatetickets.com/
Submission: On April 26 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://help.ticketmaster.ca/s/article/Terms-of-Use?language=en" target="_blank">Terms of Use</a> and understand that your information will be used as described in our
        <a href="https://help.ticketmaster.ca/s/article/Ticketmaster-Privacy-Policy?language=en" 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://help.ticketmaster.ca/s/article/Terms-of-Use?language=en" target="_blank">Terms of Use</a> and understand that your information will be used as described in our
      <a href="https://help.ticketmaster.ca/s/article/Ticketmaster-Privacy-Policy?language=en" 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:

2024 VELD
c/o Front Gate Tickets
1645 E 6th Street Suite 200
Austin, TX 78702


EMAIL US:

Customer Service


CALL US:

Unavailable at this time

Toggle Main Menu

0
2024 VELD Phase One Lineup


In Alphabetical Order:

ALAN WALKER  •  ALESSO  •  ALOK  •  ARMNHMR  •  AUDIEN • BEN BÖHMER  •  BLACK
TIGER SEX MACHINE  •  BOYS NOIZE • CHEYENNE GILES  •  CIREZ D  •  CRISTOPH  •
 DABIN  •  ELDERBROOK
ENDLESS SUMMER (SAM FELDT B2B JONAS BLUE)  •  ERIC PRYDZ PRESENTS HOLO • FISHER
• FRANK WALKER • GREEN VELVET • GRYFFIN • HI-LO • HOL! • ISOXO • JAMES HYPE •
KASKADE • KAYZO UNLEASHED XL • KREAM • LE YOUTH • MARSH • MARSHMELLO • MARTIN
GARRIX • MAX STYLER • MITIS • OLIVER HELDENS • RAY VOLPE
SEVEN LIONS • SHAMIER ANDERSON DJ SET • SLANDER • STEVE AOKI • SUBTRONICS • TITA
LAU • VASTIVE B2B RZRKT • WAX MOTIF • AKWA • DEECEE • DIRTYHAPPY • ELUSID •
KEVIN FARIA • LUKAV • MANZONE & STRONG • MARK JONES • PAPER SKIES • R8YZ

 

For additional information visit veldmusicfestival.com 

Need a hotel room? CLICK HERE TO BOOK!


general admission festival passes 1722625200
Aug
2- 4
Fri-Sun


GENERAL ADMISSION FESTIVAL PASSES


 * at Downsview Park
 * All Ages

Select Tickets
vip festival passes 1722625200
Aug
2- 4
Fri-Sun


VIP FESTIVAL PASSES


 * at Downsview Park
 * Ages 19+ Only

Select Tickets
general admission friday passes 1722621600
Aug
2
Fri


GENERAL ADMISSION FRIDAY PASSES


 * at Downsview Park
 * All Ages

Select Tickets
general admission saturday passes 1722704400
Aug
3
Sat


GENERAL ADMISSION SATURDAY PASSES


 * at Downsview Park
 * All Ages

Select Tickets
general admission sunday passes 1722790800
Aug
4
Sun


GENERAL ADMISSION SUNDAY PASSES


 * at Downsview Park
 * All Ages

Select Tickets
locker rentals 1722621600
Aug
2- 4
Fri-Sun


LOCKER RENTALS


 * at Downsview Park
 * All Ages

Select Tickets

Front Gate Tickets
 * Privacy Policy|
 * Terms of Use|
 * Sell Tickets With Us|

© 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