www.alttickets.com Open in urlscan Pro
162.13.208.4  Public Scan

Submitted URL: https://www.alttickets.com/tv-priest-tickets/nottingham-the-bodega/2021-10-26-19-00
Effective URL: https://www.alttickets.com/tv-priest-tickets
Submission: On June 10 via api from IE — Scanned from GB

Form analysis 1 forms found in the DOM

GET https://www.alttickets.com/search-results

<form class="auto-complete-search" action="https://www.alttickets.com/search-results" method="get">
  <!-- Style for demonstration purposes only please remove once auto-complete is plugged in -->
  <style scoped="">
    /**
                                * When Plugging in please toggle .active on .auto-complete-container while the auto-complete
                                * results should be visible (the styles have been written to work as such)
                                **/
    .quick-search-box:focus~.autocomplete-suggestions {
      max-height: 600px;
      overflow-y: auto;
      transition: max-height .6s cubic-bezier(0, 0, 0.2, 1);
    }

    .quick-search-box:focus~.autocomplete-suggestion {
      opacity: 1;
      transition: opacity .3s cubic-bezier(0, 0, 0.2, 1) .15s;
    }
  </style>
  <!-- End demonstration style -->
  <script>
    $("document").ready(function() {
      $('.quick-search-box').autocomplete({
        minChars: 3,
        lookupLimit: 3,
        serviceUrl: location.origin + '/call_backs/ajax/search_auto_complete_json.php',
        onSelect: function(suggestion) {
          window.location.href = suggestion.data;
        },
        deferRequestBy: 300,
      });
    });
  </script>
  <style>
    .auto-complete-search {
      position: relative;
    }

    .auto-complete-search button[type="submit"],
    .auto-complete-search .autocomplete-suggestions {
      position: absolute;
    }

    .auto-complete-search button[type="submit"] {
      background-color: transparent;
      border: 0;
      outline: 0;
      top: 0;
      right: 0;
      bottom: 0;
    }

    .auto-complete-search button[type="submit"]:focus {
      outline: 0;
    }

    .auto-complete-search .autocomplete-suggestions {
      width: 100%;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.6s cubic-bezier(0.4, 0, 1, 1);
      transition: max-height 0.6s cubic-bezier(0.4, 0, 1, 1);
    }

    .auto-complete-search .autocomplete-suggestions {
      max-height: 600px;
      overflow-y: auto;
      -webkit-transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
      transition: max-height 0.6s cubic-bezier(0, 0, 0.2, 1);
    }

    .auto-complete-search .autocomplete-suggestions {
      opacity: 1;
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.15s;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    }

    .autocomplete-suggestions {
      width: 100%;
      margin: 0;
      padding-top: 30px;
      padding-bottom: 20px;
      padding-left: 12px;
      padding-right: 12px;
      list-style: none;
      text-align: left;
      background-color: #a1d0ca;
    }

    .auto-complete-search ul li,
    .auto-complete-search ul a {
      height: 28px;
    }

    .auto-complete-search ul li {
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
      transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
    }

    .autocomplete-suggestion {
      display: block;
      text-transform: capitalize;
      line-height: 1.75rem;
      margin: 0;
      color: #fffaeb;
    }

    /*
							      .autocomplete-suggestion:hover,  {
							        color: #57475e;
							  }*/
    .autocomplete-selected {
      color: #57475e;
    }

    .modal-open {
      overflow: hidden
    }

    .modal {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1050;
      display: none;
      overflow: hidden;
      -webkit-overflow-scrolling: touch;
      outline: 0
    }

    .modal.fade .modal-dialog {
      -webkit-transition: -webkit-transform .3s ease-out;
      -o-transition: -o-transform .3s ease-out;
      transition: transform .3s ease-out;
      -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
      -o-transform: translate(0, -25%);
      transform: translate(0, -25%)
    }

    .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0)
    }

    .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto
    }

    .modal-dialog {
      position: relative;
      width: auto;
      margin: 10px
    }

    .modal-content {
      position: relative;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 6px;
      outline: 0;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
    }

    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1040;
      background-color: #000
    }

    .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0
    }

    .modal-backdrop.in {
      filter: alpha(opacity=50);
      opacity: .5
    }

    .modal-header {
      min-height: 16.43px;
      padding: 15px;
      border-bottom: 1px solid #e5e5e5
    }

    .modal-header .close {
      margin-top: -2px
    }

    .modal-title {
      margin: 0;
      line-height: 1.42857143
    }

    .modal-body {
      position: relative;
      padding: 15px
    }

    .modal-footer {
      padding: 15px;
      text-align: right;
      border-top: 1px solid #e5e5e5
    }

    .modal-footer .btn+.btn {
      margin-bottom: 0;
      margin-left: 5px
    }

    .modal-footer .btn-group .btn+.btn {
      margin-left: -1px
    }

    .modal-footer .btn-block+.btn-block {
      margin-left: 0
    }

    .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: scroll
    }

    @media (min-width:768px) {
      .modal-dialog {
        width: 600px;
        margin: 30px auto
      }

      .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
      }

      .modal-sm {
        width: 300px
      }
    }

    @media (min-width:992px) {
      .modal-lg {
        width: 900px
      }
    }

    .salmon_text {
      color: #f0907b !important;
    }

    .form-control {
      padding: 3px;
    }

    /*Modal*/
    .modal-content {
      background-color: #FFFAEB;
    }

    #event_reminder #name {
      display: none;
    }

    #event_reminder input[type=checkbox] {
      display: inline;
    }

    #event_reminder input[type=text],
    #event_reminder input[type=email] {
      width: 100%;
    }

    .event_reminder_title {
      color: #f0907b;
    }

    .button-title a {
      color: #fffaeb;
    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {
      .campaign .button {
        width: 48% !important
      }

      .button-book {
        width: 200px !important;
      }

      .latest-events .event-image {
        height: 170px;
        background-position-y: 0px;
      }
    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {
      .campaign .button {
        width: 48% !important
      }

      .button-book {
        width: 200px !important;
      }

      .latest-events .event-image {
        height: 170px;
        background-position-y: 0px;
      }
    }

    .event_list_cat_title {
      color: #57475e !important;
    }

    .button_green {
      background-color: #A1D0CA;
      height: 50px;
    }

    /*
							    .events .event-image {
								    border-bottom: 4px solid #a1d0ca;
								    background-size: 100% auto;
								    background-size: cover;
								    background: no-repeat center;
								    width: 100%;
								    -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 1, 1);
								    transition: border-color 0.3s cubic-bezier(0.4, 0, 1, 1);
								    background-size: 100% 100%;
									background-repeat:no-repeat;
									background-position:0 0;
								}
								*/
  </style>
  <input class="quick-search-box" type="search" placeholder="Search a band/city/venue" name="search" autocomplete="off">
  <button type="submit">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25">
      <path d="M22.22 2.78A9.49 9.49 0 0 0 7 13.73l-7 7 3.31 3.31 6.79-6.79A9.49 9.49 0 0 0 22.22 2.78zm-3.3 10.12a4.82 4.82 0 1 1 0-6.81 4.82 4.82 0 0 1 0 6.81z" class="svg--search"></path>
    </svg>
  </button>
  <!--<div class="auto-complete-container">
                                <ul>
                                    <li>
                                        <a href="" title="">example</a>
                                    </li>
                                    <li>
                                        <a href="" title="">example</a>
                                    </li>
                                    <li>
                                        <a href="" title="">example</a>
                                    </li>
                                    <li>
                                        <a href="" title="">example</a>
                                    </li>
                                </ul>
                            </div>-->
</form>

Text Content

Skip to main contentEnable accessibility for visually impairedOpen the
accessibility menu






alt. tickets


Welcome to alt. tickets

Contact   Log In Register

 * Top Sellers
 * Don't Miss
 * Festivals
 * Gig Guide
 * Club Guide
 * Location
 * Venues
 * FAQ
   

 * Log In
 * Register
 * Account
 * Order Tracker
 * Contact
 * Help




TV PRIEST

TV Priest Tickets

Sorry we currently have no dates available for TV Priest.




GET THE LATEST GIGS AND EVENTS STRAIGHT TO YOUR INBOX

Sign up
 * About Us
 * FAQs
 * Terms
 * Contact
 * Gig guide
 * Privacy

 * Gift Certificates
 * Don't Miss
 * Location
 * Festivals
 * Venues
 *  




DON'T MISS

 * Xavier Rudd
 * The Dead South
 * Belle & Sebastian
 * BC Camplight
 * Samantha Fish

TOP SELLERS

 * Splendour 2023
 * Lloyd Cole
 * Peter Hook and The Light
 * Tash Sultana
 * New Model Army

© 2023 DHP Family Ltd. All rights reserved.
Boxoffice services provided by Gigantic.

That's fine
We use cookies to ensure you get the best experience Learn more