YOUR PRIVACY IS IMPORTANT!If you have questions about your data, or would like to ask about account deletion, correction or have another enquiry, we’d like to hear from you using the form below. TELL US ABOUT YOURSELF FIRST NAME* LAST NAME* EMAIL ADDRESS* PHONE NUMBER* ADDRESS COUNTRYUnited StatesAfghanistanAland IslandsAlbaniaAlgeriaAmerican SamoaAndorraAngolaAnguillaAntarcticaAntigua and BarbudaArgentinaArmeniaArubaAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBonaire, Saint Eustatius and SabaBosnia and HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean TerritoryBrunei DarussalamBulgariaBurkina FasoBurundiCambodiaCameroonCanadaCape VerdeCayman IslandsCentral African RepublicChadChileChinaChristmas IslandCocos (Keeling) IslandsColombiaComorosCongo, Democratic Republic of theCongo, Republic of the (Congo-Brazzaville)Cook IslandsCosta RicaCote d'IvoireCroatiaCubaCuraçaoCyprusCzech RepublicDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl SalvadorEquatorial GuineaEritreaEstoniaEthiopiaFalkland IslandsFaroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench Southern TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuamGuatemalaGuernseyGuineaGuinea-BissauGuyanaHaitiHeard Island and McDonald IslandsHoly See (Vatican City State)HondurasHong KongHungaryIcelandIndiaIndonesiaIranIraqIrelandIsle of ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic People's Republic ofKorea, Republic of (South Korea)KuwaitKyrgyzstanLao People's Democratic RepublicLatviaLebanonLesothoLiberiaLibyan Arab JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMacedoniaMadagascarMalawiMalaysiaMaldivesMaliMaltaMarshall IslandsMartiniqueMauritaniaMauritiusMayotteMexicoMicronesia, Federated States ofMoldovaMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorthern Mariana IslandsNorwayOmanPakistanPalauPalestinian TerritoryPanamaPapua New GuineaParaguayPeruPhilippinesPitcairnPolandPortugalPuerto RicoQatarReunionRomaniaRussian FederationRwandaSaint BarthélemySaint Helena, Ascension and Tristan da CunhaSaint Kitts and NevisSaint LuciaSaint Martin (French part)Saint Pierre and MiquelonSaint Vincent and the GrenadinesSamoaSan MarinoSao Tome and PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint Maarten (Dutch part)SlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia and the South Sandwich IslandsSpainSri LankaSudanSurinameSvalbard and Jan MayenSwazilandSwedenSwitzerlandSyrian Arab RepublicTaiwanTajikistanTanzaniaThailandTimor-LesteTogoTokelauTongaTrinidad and TobagoTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited Arab EmiratesUnited KingdomUnited States Minor Outlying IslandsUruguayUzbekistanVanuatuVenezuelaViet NamVirgin Islands, BritishVirgin Islands, U.S.Wallis and FutunaWestern SaharaYemenZambiaZimbabweRELATIONSHIP TO FRIDAYSCUSTOMEREMPLOYEEVENDORSTART DATEMONTHJANUARYFEBRUARYMARCHAPRILMAYJUNEJULYAUGUSTSEPTEMBEROCTOBERNOVEMBERDECEMBERDAY12345678910111213141516171819202122232425262728293031YEAR2000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024END DATEMONTHJANUARYFEBRUARYMARCHAPRILMAYJUNEJULYAUGUSTSEPTEMBEROCTOBERNOVEMBERDECEMBERDAY12345678910111213141516171819202122232425262728293031YEAR2000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024VENDOR NAMEVENDOR NUMBERVENDOR LOCATION(S) LOCATION(S) DESCRIPTION OF REQUEST* By checking this box I certify that I have read and agree to the terms set forth in the TGI Fridays Privacy Policy and Terms & Conditions* Submit (function($) { $(document).ready(function() { var $option = $('option:contains("DAY")'); $option.attr('disabled',true); var $option = $('option:contains("MONTH")'); $option.attr('disabled',true); var $option = $('option:contains("YEAR")'); $option.attr('disabled',true); setTimeout(function() {$(".grecaptcha-badge").css('z-index', 100);}, 3000); $("#fridays_relationship").change(function(){ if($(this).val() == "VENDOR"){ $("#vendor_area").show(); $("#start_date").hide(); $("#end_date").hide(); $("#locations_area").hide(); }else{ $("#vendor_area").hide(); $("#start_date").show(); $("#end_date").show(); $("#locations_area").show(); } }); }) function formatPhoneNumber(phoneNumberString) { var cleaned = ('' + phoneNumberString).replace(/\D/g, ''); var match = cleaned.match(/^(\d{3})(\d{3})(\d{4})$/); if (match) { return '(' + match[1] + ') ' + match[2] + '-' + match[3]; } return null; } $("#your_phone").blur(function(){ phone=$(this).val(); phone_with_format = formatPhoneNumber(phone); if(phone_with_format==null){ phone = phone.replace(/\D/g, ''); phone = phone.substring(0, 10); var match = phone.match(/^(\d{3})?(\d{3})?(\d{4})?$/); phone =""; if (match) { if(match[1] != null){ phone = '(' + match[1] + ') '; } if(match[2] != null){ phone += match[2]; } if(match[3] != null){ phone += '-' + match[3]; } } $(this).val(phone) }else{ $(this).val(phone_with_format); } }); })(jQuery);