missjonesgroup.com Open in urlscan Pro
2606:4700:20::681a:c68  Public Scan

Submitted URL: http://missjonesgroup.com/
Effective URL: https://missjonesgroup.com/
Submission: On May 28 via manual from ES — Scanned from ES

Form analysis 4 forms found in the DOM

<form id="createListForm">
  <div class="mb-3">
    <label for="exampleInputEmail1" class="form-label">Name</label>
    <input type="text" class="form-control" id="createListFormName" name="createListFormName">
    <span class="form-note">50 characters maximum</span>
  </div>
  <button type="button" class="btn btn-primary createListFormSubmitBtn">
    <span class="spinner-border createListFormSubmitBtn-spinner-border spinner-border-sm d-none" role="status" aria-hidden="true"></span> Create </button>
</form>

<form id="enquireForm-single">
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="enq-fullname">Full Name<span class="rq">*</span></label>
      <input type="text" class="form-control" placeholder="" name="enq-fullname" id="enq-fullname" required="">
    </div>
    <div class="col-md-6 mb-3">
      <label for="enq-email">Email<span class="rq">*</span></label>
      <input type="email" class="form-control" placeholder="" name="enq-email" id="enq-email" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="enq-number">Contact Number<span class="rq">*</span></label>
      <input type="text" class="form-control" placeholder="(Ex :+447975777666)" name="enq-number" id="enq-number" required="">
      <div class="alert alert-info" style="display: none;"></div>
    </div>
    <div class="col-md-6 mb-3">
      <label for="enq-company">Your Company<span class="rq">*</span></label>
      <input class="form-control" type="text" value="" id="enq-company" name="enq-company" required="">
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="enq-event-type">Event type<span class="rq">*</span></label>
      <select class="form-control enq-event-type" name="enq-event-type" id="enq-event-type" required="">
        <option value="" selected="selected">Select event type</option>
        <option value="Accommodation">Accommodation</option>
        <option value="After Work Drinks">After Work Drinks</option>
        <option value="Afternoon Tea">Afternoon Tea</option>
        <option value="Away Days">Away Days</option>
        <option value="Bakery">Bakery</option>
        <option value="Beer Gardens">Beer Gardens</option>
        <option value="Boats">Boats</option>
        <option value="Bottomless Brunch">Bottomless Brunch</option>
        <option value="Breakfast">Breakfast</option>
        <option value="Brunch">Brunch</option>
        <option value="Cafe">Cafe</option>
        <option value="Christmas Party">Christmas Party</option>
        <option value="Christmas Party- Shared">Christmas Party- Shared</option>
        <option value="Conferences">Conferences</option>
        <option value="Date Night">Date Night</option>
        <option value="Dinner">Dinner</option>
        <option value="Dinner &amp; Dance">Dinner &amp; Dance</option>
        <option value="Drinks">Drinks</option>
        <option value="Dry Hire">Dry Hire</option>
        <option value="Event Space">Event Space</option>
        <option value="Featured Partner Listings">Featured Partner Listings</option>
        <option value="Fine Dining">Fine Dining</option>
        <option value="Golf Trip">Golf Trip</option>
        <option value="Live Sports">Live Sports</option>
        <option value="Livery Halls">Livery Halls</option>
        <option value="Lunch">Lunch</option>
        <option value="Meetings">Meetings</option>
        <option value="New Openings">New Openings</option>
        <option value="Outdoor Area">Outdoor Area</option>
        <option value="Pop-Ups">Pop-Ups</option>
        <option value="Private Dining">Private Dining</option>
        <option value="Rooftops &amp; Views">Rooftops &amp; Views</option>
        <option value="Special Occassions">Special Occassions</option>
        <option value="Staycation">Staycation</option>
        <option value="Summer Party">Summer Party</option>
        <option value="Sunday Roast">Sunday Roast</option>
        <option value="Team Building">Team Building</option>
        <option value="Vegan Friendly">Vegan Friendly</option>
        <option value="Weddings">Weddings</option>
        <option value="Wine Bars">Wine Bars</option>
        <option value="Work Spots">Work Spots</option>
        <option value="other">Other</option>
      </select>
      <div class="optional-field d-none">
        <label for="enq-otheroption">If other please specify</label>
        <input class="form-control" type="text" value="" id="enq-otheroption" name="enq-otheroption">
      </div>
    </div>
    <div class="col-md-3 mb-3">
      <label for="enq-start-date">Event Date Start<span class="rq">*</span></label>
      <input type="text" class="form-control " placeholder="YYYY-MM-DD" name="enq-start-date" id="enq-start-date" required="" onfocus="(this.type='date')" onblur="(this.type='text')">
    </div>
    <div class="col-md-3 mb-3">
      <label for="enq-start-date">Event Date End<span class="rq">*</span></label>
      <input type="text" class="form-control " placeholder="YYYY-MM-DD" name="enq-end-date" id="enq-end-date" required="" onfocus="(this.type='date')" onblur="(this.type='text')">
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="enq-hour-from">Event start at</label>
      <select name="enq-hour-from" id="enq-hour-from" class="form-control">
        <option value="">Select event start date</option>
        <option value="1:00 am">1:00 am</option>
        <option value="1:30 am">1:30 am</option>
        <option value="2:00 am">2:00 am</option>
        <option value="2:30 am">2:30 am</option>
        <option value="3:00 am">3:00 am</option>
        <option value="3:30 am">3:30 am</option>
        <option value="4:00 am">4:00 am</option>
        <option value="4:30 am">4:30 am</option>
        <option value="5:00 am">5:00 am</option>
        <option value="5:30 am">5:30 am</option>
        <option value="6:00 am">6:00 am</option>
        <option value="6:30 am">6:30 am</option>
        <option value="7:00 am">7:00 am</option>
        <option value="7:30 am">7:30 am</option>
        <option value="8:00 am">8:00 am</option>
        <option value="8:30 am">8:30 am</option>
        <option value="9:00 am">9:00 am</option>
        <option value="9:30 am">9:30 am</option>
        <option value="10:00 am">10:00 am</option>
        <option value="10:30 am">10:30 am</option>
        <option value="11:00 am">11:00 am</option>
        <option value="11:30 am">11:30 am</option>
        <option value="12:00 pm">12:00 pm</option>
        <option value="12:30 pm">12:30 pm</option>
        <option value="1:00 pm">1:00 pm</option>
        <option value="1:30 pm">1:30 pm</option>
        <option value="2:00 pm">2:00 pm</option>
        <option value="2:30 pm">2:30 pm</option>
        <option value="3:00 pm">3:00 pm</option>
        <option value="3:30 pm">3:30 pm</option>
        <option value="4:00 pm">4:00 pm</option>
        <option value="4:30 pm">4:30 pm</option>
        <option value="5:00 pm">5:00 pm</option>
        <option value="5:30 pm">5:30 pm</option>
        <option value="6:00 pm">6:00 pm</option>
        <option value="6:30 pm">6:30 pm</option>
        <option value="7:00 pm">7:00 pm</option>
        <option value="7:30 pm">7:30 pm</option>
        <option value="8:00 pm">8:00 pm</option>
        <option value="8:30 pm">8:30 pm</option>
        <option value="9:00 pm">9:00 pm</option>
        <option value="9:30 pm">9:30 pm</option>
        <option value="10:00 pm">10:00 pm</option>
        <option value="10:30 pm">10:30 pm</option>
        <option value="11:00 pm">11:00 pm</option>
        <option value="11:30 pm">11:30 pm</option>
        <option value="12:00 pm">12:00 pm</option>
        <option value="12:30 pm">12:30 pm</option>
      </select>
    </div>
    <div class="col-md-6 mb-3">
      <label for="enq-hour-to">Event end at</label>
      <select name="enq-hour-to" id="enq-hour-to" class="form-control">
        <option value="">Select event end date</option>
        <option value="1:00 am">1:00 am</option>
        <option value="1:30 am">1:30 am</option>
        <option value="2:00 am">2:00 am</option>
        <option value="2:30 am">2:30 am</option>
        <option value="3:00 am">3:00 am</option>
        <option value="3:30 am">3:30 am</option>
        <option value="4:00 am">4:00 am</option>
        <option value="4:30 am">4:30 am</option>
        <option value="5:00 am">5:00 am</option>
        <option value="5:30 am">5:30 am</option>
        <option value="6:00 am">6:00 am</option>
        <option value="6:30 am">6:30 am</option>
        <option value="7:00 am">7:00 am</option>
        <option value="7:30 am">7:30 am</option>
        <option value="8:00 am">8:00 am</option>
        <option value="8:30 am">8:30 am</option>
        <option value="9:00 am">9:00 am</option>
        <option value="9:30 am">9:30 am</option>
        <option value="10:00 am">10:00 am</option>
        <option value="10:30 am">10:30 am</option>
        <option value="11:00 am">11:00 am</option>
        <option value="11:30 am">11:30 am</option>
        <option value="12:00 am">12:00 am</option>
        <option value="12:30 am">12:30 am</option>
        <option value="1:00 pm">1:00 pm</option>
        <option value="1:30 pm">1:30 pm</option>
        <option value="2:00 pm">2:00 pm</option>
        <option value="2:30 pm">2:30 pm</option>
        <option value="3:00 pm">3:00 pm</option>
        <option value="3:30 pm">3:30 pm</option>
        <option value="4:00 pm">4:00 pm</option>
        <option value="4:30 pm">4:30 pm</option>
        <option value="5:00 pm">5:00 pm</option>
        <option value="5:30 pm">5:30 pm</option>
        <option value="6:00 pm">6:00 pm</option>
        <option value="6:30 pm">6:30 pm</option>
        <option value="7:00 pm">7:00 pm</option>
        <option value="7:30 pm">7:30 pm</option>
        <option value="8:00 pm">8:00 pm</option>
        <option value="8:30 pm">8:30 pm</option>
        <option value="9:00 pm">9:00 pm</option>
        <option value="9:30 pm">9:30 pm</option>
        <option value="10:00 pm">10:00 pm</option>
        <option value="10:30 pm">10:30 pm</option>
        <option value="11:00 pm">11:00 pm</option>
        <option value="11:30 pm">11:30 pm</option>
        <option value="12:00 am">12:00 am</option>
        <option value="12:30 am">12:30 am</option>
      </select>
    </div>
  </div>
  <div class="row">
    <div class="col-md-6 mb-3">
      <label for="enq-number-of-guests">Number of guests<span class="rq">*</span></label>
      <input class="form-control" type="number" value="" id="enq-number-of-guests" name="enq-number-of-guests" required="">
    </div>
    <div class="col-md-6 mb-3">
      <label for="enq-budget">Event budget<span class="rq">*</span></label>
      <select name="enq-budget" id="enq-budget" class=" form-control" required="">
        <option value="">Event budget</option>
        <option value="£0-£500">£0-£500</option>
        <option value="£500-£1,000">£500-£1,000</option>
        <option value="£1,500-£4,000">£1,500-£4,000</option>
        <option value="£5,000-£10,000">£5,000-£10,000</option>
        <option value="£10,000-£20,000">£10,000-£20,000</option>
        <option value="£20,000-£40,000">£20,000-£40,000</option>
        <option value="£40,000-£80,000">£40,000-£80,000</option>
        <option value="£100,000+">£100,000+</option>
        <option value="Not sure yet">Not sure yet</option>
      </select>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <label for="enq-message">Message<span class="rq">*</span></label>
      <textarea class="form-control enq-message" placeholder="" name="enq-message" id="enq-message">Hello- I'd like some more information. Could you please send me your availability and pricing options? </textarea>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <button id="enq-submit-single" class="enq-submit" type="button">
        <span id="enq-submitBtnText">Enquire Now</span>
        <span class="spinner-border spinner-border-sm enquireBtn-loading d-none" role="status" aria-hidden="true"></span>
      </button>
    </div>
  </div>
</form>

POST https://missjonesgroup.com/venues-suppliers/search/

<form id="drts-form-fd07df20fe9f8e92b614d2274da12e3c" method="post" action="https://missjonesgroup.com/venues-suppliers/search/" class="drts-form drts-search-search drts-search-form drts-search-form-responsive" style="" data-allow-enter-submit="true"
  novalidate="novalidate" data-form-name="search_search">
  <div class="drts-row drts-gutter-none">
    <div class="keyword-wrapper">
      <p class="keyword-desc">Search a specific Venue or Supplier</p>
      <div class="drts-search-form-field drts-search-form-field-keyword drts-col-md drts-col-md">
        <div class="drts-form-wrap" style="" id="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-keyword" data-suggest-post="true"
          data-suggest-post-url="https://missjonesgroup.com/_drts/entity/directory__listing/query/listing_dir_ltg/?_type_=json&amp;no_url=1&amp;num=5&amp;query=QUERY&amp;v=1.14.3-2024-21-1" data-suggest-post-icon="fas fa-file-alt"
          data-suggest-min-length="1" data-suggest-post-prefetch-url="https://missjonesgroup.com/_drts/entity/directory__listing/query/listing_dir_ltg/?_type_=json&amp;no_url=1&amp;num=100&amp;v=1.14.3-2024-21-1" data-suggest-taxonomy="">
          <div class="drts-form-field drts-form-type-textfield" style="" data-form-field-name="search_keyword[text]" data-clear-placeholder="1">
            <div class="drts-form-field-main">
              <svg for="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-keyword-text" class="svg-inline--fa fa-search fa-w-16" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="search" role="img"
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
                <path fill="currentColor"
                  d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z">
                </path>
              </svg><!-- <label for="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-keyword-text" class="fas fa-search"></label> -->
              <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" value="" class="drts-bs-form-control drts-search-keyword-text drts-form-type-textfield-with-clear tt-hint" autocomplete="off"
                  maxlength="255" readonly="" spellcheck="false" tabindex="-1"
                  style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box padding-box rgb(255, 255, 255);" dir="ltr"><input
                  name="search_keyword[text]" type="text" value="" class="drts-bs-form-control drts-search-keyword-text drts-form-type-textfield-with-clear tt-input" autocomplete="off"
                  id="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-keyword-text" maxlength="255" placeholder="Search" spellcheck="false" dir="auto" aria-activedescendant=""
                  aria-owns="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-keyword-text_listbox" role="combobox" aria-readonly="true" aria-autocomplete="list" style="position: relative; vertical-align: top; background-color: transparent;"><span
                  role="status" aria-live="polite" style="position: absolute; padding: 0px; border: 0px; height: 1px; width: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap;"></span>
                <pre aria-hidden="true"
                  style="position: absolute; visibility: hidden; white-space: pre; font-family: Raleway, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
                <div role="listbox" class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
                  <div role="presentation" class="tt-dataset tt-dataset-post"></div>
                </div>
              </span>
              <svg class="svg-inline--fa fa-times-circle fa-w-16 drts-clear" style="visibility: hidden;" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="times-circle" role="img" xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 512 512">
                <path fill="currentColor"
                  d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z">
                </path>
              </svg><!-- <i class="drts-clear fas fa-times-circle" style="visibility: hidden;"></i> -->
              <div class="drts-bs-form-text drts-form-error drts-bs-text-danger"></div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="cat-suggestions-wrapper">
      <div class="drts-search-form-field drts-search-form-field-term-directory-category drts-col-md drts-col-md d-none">
        <div class="drts-form-select2 drts-form-field drts-form-type-select" style="" data-form-field-name="search_term_directory_category" data-select2="1" data-select2-lang="en">
          <div class="drts-form-field-main">
            <select class="drts-bs-form-control select2-hidden-accessible" name="search_term_directory_category" data-component="Directory" data-minimum-input-length="0" data-placeholder="Select Venue" data-allow-clear="true" data-select2-id="1"
              tabindex="-1" aria-hidden="true">
              <option value="" data-select2-id="3">Select Venue</option>
              <option value="136">Accommodation</option>
              <option value="168">— Hotels</option>
              <option value="184">— Rentals</option>
              <option value="169">— Serviced Apartments</option>
              <option value="586">All Venues</option>
              <option value="58">Bars, Pubs &amp; Nightclubs</option>
              <option value="510">Christmas</option>
              <option value="1524">Conferences</option>
              <option value="272">Event Space</option>
              <option value="203">Featured Partner Listings</option>
              <option value="134">Meeting Rooms</option>
              <option value="1824">Members Club</option>
              <option value="135">Restaurants</option>
              <option value="128">Team Building</option>
              <option value="251">Wellbeing &amp; Spas</option>
              <option value="554">— Spas</option>
            </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="2" style="width: 24.5px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                  aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-search_term_directory_category-3m-container"><span class="select2-selection__rendered"
                    id="select2-search_term_directory_category-3m-container" role="textbox" aria-readonly="true"><span class="select2-selection__placeholder">All Venues</span></span><span class="select2-selection__arrow"
                    role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
            <div class="drts-bs-form-text drts-form-error drts-bs-text-danger"></div>
          </div>
        </div>
      </div>
      <div class="drts-search-form-field drts-search-form-field-term-directory-custom-tax-occasion drts-col-md drts-col-md">
        <div class="drts-form-select2 drts-form-field drts-form-type-select" style="" data-form-field-name="search_term_directory_custom_tax_occasion" data-select2="1" data-select2-lang="en">
          <div class="drts-form-field-main">
            <select class="drts-bs-form-control select2-hidden-accessible" name="search_term_directory_custom_tax_occasion" data-component="Directory" data-minimum-input-length="0" data-placeholder="Select Occasion" data-allow-clear="true"
              data-select2-id="4" tabindex="-1" aria-hidden="true">
              <option value="" data-select2-id="6">Select Occasion</option>
              <option value="1771">Accommodation</option>
              <option value="1772">After Work Drinks</option>
              <option value="1773">Afternoon Tea</option>
              <option value="1774">Away Days</option>
              <option value="1775">Bakery</option>
              <option value="1776">Beer Gardens</option>
              <option value="1777">Boats</option>
              <option value="1778">Bottomless Brunch</option>
              <option value="1779">Breakfast</option>
              <option value="1781">Brunch</option>
              <option value="1782">Cafe</option>
              <option value="1783">Christmas Party</option>
              <option value="1818">Christmas Party- Shared</option>
              <option value="1784">Conferences</option>
              <option value="1785">Date Night</option>
              <option value="1786">Dinner</option>
              <option value="1787">Dinner &amp; Club Vibes</option>
              <option value="1819">Drinks</option>
              <option value="1788">Dry Hire</option>
              <option value="1789">Event Space</option>
              <option value="1790">Featured Partner Listings</option>
              <option value="1791">Fine Dining</option>
              <option value="1820">Golf Trip</option>
              <option value="1903">Incentive Trip</option>
              <option value="1792">Live Sports</option>
              <option value="1793">Livery Halls</option>
              <option value="1794">Lunch</option>
              <option value="1795">Meetings</option>
              <option value="1796">New Openings</option>
              <option value="1797">Outdoor Area</option>
              <option value="1800">Pop-Ups</option>
              <option value="1801">Private Dining</option>
              <option value="1802">Rooftops &amp; Views</option>
              <option value="1804">Special Occassions</option>
              <option value="1805">Staycation</option>
              <option value="1807">Summer Party</option>
              <option value="1808">Sunday Roast</option>
              <option value="1809">Team Building</option>
              <option value="1810">Vegan Friendly</option>
              <option value="1811">Weddings</option>
              <option value="1902">Wellbeing Trip</option>
              <option value="1812">Wine Bars</option>
              <option value="1813">Work Spots</option>
            </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="5" style="width: 24.5px;"><span class="selection"><span class="select2-selection select2-selection--single" role="combobox"
                  aria-haspopup="true" aria-expanded="false" tabindex="0" aria-disabled="false" aria-labelledby="select2-search_term_directory_custom_tax_occasion-qj-container"><span class="select2-selection__rendered"
                    id="select2-search_term_directory_custom_tax_occasion-qj-container" role="textbox" aria-readonly="true"><span class="select2-selection__placeholder">All Occasions</span></span><span class="select2-selection__arrow"
                    role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
            <div class="drts-bs-form-text drts-form-error drts-bs-text-danger"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="location-wrapper">
      <div class="drts-search-form-field drts-search-form-field-location-address drts-col-md drts-col-md">
        <div class="drts-bs-form-group drts-form-field drts-form-type-location-text" style="" id="drts-form-fd07df20fe9f8e92b614d2274da12e3c-search-location-address" data-suggest-place="1" data-suggest-location="listing_loc_loc"
          data-suggest-location-icon="fas fa-map-marker-alt" data-suggest-location-url="https://missjonesgroup.com/_drts/entity/location_location/taxonomy_terms/listing_loc_loc/?_type_=json&amp;all_count_only=1&amp;no_depth=1&amp;no_url=1"
          data-suggest-location-count="_directory__listing" data-suggest-location-parents="1" data-geolocation="1" data-suggest-place-geocode="1"
          data-suggest-place-footer="<img src=&quot;https://missjonesgroup.com/wp-content/plugins/directories-pro/assets/images/powered_by_google.png&quot; />" data-geolocation-text="Current location" data-clear-placeholder="1"
          data-form-field-name="search_location_address">
          <div class="drts-form-field drts-form-type-textfield" style="" data-form-field-name="search_location_address[text]">
            <div class="drts-form-field-main">
              <svg for="drts-form-fd07df20fe9f8e92b614d2274da12e3c-location-search-address-text" class="svg-inline--fa fa-map-marker-alt fa-w-12" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="map-marker-alt" role="img"
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
                <path fill="currentColor"
                  d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z">
                </path>
              </svg><!-- <label for="drts-form-fd07df20fe9f8e92b614d2274da12e3c-location-search-address-text" class="fas fa-map-marker-alt"></label> -->
              <span class="twitter-typeahead" style="position: relative; display: inline-block;"><input type="text" value="" class="drts-bs-form-control drts-location-text-input drts-form-type-textfield-with-clear tt-hint" autocomplete="off"
                  maxlength="255" readonly="" spellcheck="false" tabindex="-1"
                  style="position: absolute; top: 0px; left: 0px; border-color: transparent; box-shadow: none; opacity: 1; background: none 0% 0% / auto repeat scroll padding-box padding-box rgb(255, 255, 255);" dir="ltr"
                  placeholder="Type or search a location"><input name="search_location_address[text]" type="text" value="" class="drts-bs-form-control drts-location-text-input drts-form-type-textfield-with-clear tt-input" autocomplete="off"
                  id="drts-form-fd07df20fe9f8e92b614d2274da12e3c-location-search-address-text" maxlength="255" placeholder="Type or search a location" spellcheck="false" dir="auto" aria-activedescendant=""
                  aria-owns="drts-form-fd07df20fe9f8e92b614d2274da12e3c-location-search-address-text_listbox" role="combobox" aria-readonly="true" aria-autocomplete="list"
                  style="position: relative; vertical-align: top; background-color: transparent;"><span role="status" aria-live="polite"
                  style="position: absolute; padding: 0px; border: 0px; height: 1px; width: 1px; margin-bottom: -1px; margin-right: -1px; overflow: hidden; clip: rect(0px, 0px, 0px, 0px); white-space: nowrap;"></span>
                <pre aria-hidden="true"
                  style="position: absolute; visibility: hidden; white-space: pre; font-family: Raleway, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: 0px; text-indent: 0px; text-rendering: auto; text-transform: none;"></pre>
                <div role="listbox" class="tt-menu" style="position: absolute; top: 100%; left: 0px; z-index: 100; display: none;">
                  <div role="presentation" class="tt-dataset tt-dataset-listing_loc_loc"></div>
                  <div role="presentation" class="tt-dataset tt-dataset-place"></div>
                  <div role="presentation" class="tt-dataset tt-dataset-geolocate"></div>
                </div>
              </span>
              <svg class="svg-inline--fa fa-times-circle fa-w-16 drts-clear" style="visibility: hidden;" aria-hidden="true" data-fa-processed="" data-prefix="fas" data-icon="times-circle" role="img" xmlns="http://www.w3.org/2000/svg"
                viewBox="0 0 512 512">
                <path fill="currentColor"
                  d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z">
                </path>
              </svg><!-- <i class="drts-clear fas fa-times-circle" style="visibility: hidden;"></i> -->
              <div class="drts-bs-form-text drts-form-error drts-bs-text-danger"></div>
            </div>
          </div>
          <input type="hidden" name="search_location_address[term_id]" value="" class="drts-location-text-term-id drts-form-field drts-form-type-hidden" placeholder="Type or search a location">
          <input type="hidden" name="search_location_address[taxonomy]" value="" class="drts-location-text-taxonomy drts-form-field drts-form-type-hidden" placeholder="Type or search a location">
          <input type="hidden" name="search_location_address[center]" value="" class="drts-location-text-center drts-form-field drts-form-type-hidden" placeholder="Type or search a location">
          <input type="hidden" name="search_location_address[viewport]" value="" class="drts-location-text-viewport drts-form-field drts-form-type-hidden" placeholder="Type or search a location">
          <input type="hidden" name="search_location_address[zoom]" value="" class="drts-location-text-zoom drts-form-field drts-form-type-hidden" placeholder="Type or search a location">
          <input type="hidden" name="search_location_address[radius]" value="15" class="drts-location-text-radius drts-form-field drts-form-type-hidden" data-default-radius="15" placeholder="Type or search a location">
        </div>
      </div>
      <div class="drts-search-form-field drts-col-md-2">
        <div class="drts-bs-btn-group drts-search-form-buttons">
          <button type="submit" name="_drts_form_submit" value="submit" class="drts-search-form-submit drts-bs-btn drts-bs-btn-primary">Search</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="search_keyword[id]" value="" class="drts-search-keyword-id drts-form-field drts-form-type-hidden">
  <input type="hidden" name="search_keyword[taxonomy]" value="" class="drts-search-keyword-taxonomy drts-form-field drts-form-type-hidden">
</form>

POST /#wpcf7-f6993-o1

<form action="/#wpcf7-f6993-o1" method="post" class="wpcf7-form resetting" aria-label="Contact form" novalidate="novalidate" data-status="resetting">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="6993">
    <input type="hidden" name="_wpcf7_version" value="5.9.5">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f6993-o1">
    <input type="hidden" name="_wpcf7_container_post" value="0">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
  </div>
  <p><label> Your name<br>
      <span class="wpcf7-form-control-wrap" data-name="your-name"><input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" value="" type="text" name="your-name"></span> </label>
  </p>
  <p><label> Your email<br>
      <span class="wpcf7-form-control-wrap" data-name="your-email"><input size="40" class="wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email" aria-required="true" aria-invalid="false" value="" type="email"
          name="your-email"></span> </label><br>
  </p>
  <div id="cf7sr-6651f4b7cf296" class="cf7sr-g-recaptcha" data-theme="light" data-type="image" data-size="normal" data-sitekey="6Lf8zIUdAAAAAJamEe02ucuZdAE1R-qt-UTg4cY8">
    <div style="width: 304px; height: 78px;">
      <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-67fzwxsas7yh" frameborder="0" scrolling="no"
          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lf8zIUdAAAAAJamEe02ucuZdAE1R-qt-UTg4cY8&amp;co=aHR0cHM6Ly9taXNzam9uZXNncm91cC5jb206NDQz&amp;hl=es&amp;type=image&amp;v=joHA60MeME-PNviL59xVH9zs&amp;theme=light&amp;size=normal&amp;cb=823fs2e5701r"></iframe>
      </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
    </div><iframe style="display: none;"></iframe>
  </div><span class="wpcf7-form-control-wrap cf7sr-recaptcha" data-name="cf7sr-recaptcha"><input type="hidden" name="cf7sr-recaptcha" value="" class="wpcf7-form-control"></span><br> [mathcaptcha mathcaptcha-549]<br>
  <span id="wpcf7-6651f4b7cf21f-wrapper" class="wpcf7-form-control-wrap honeypot-12-wrap" style="display:none !important; visibility:hidden !important;"><label for="wpcf7-6651f4b7cf21f-field" class="hp-message">Please leave this field
      empty.</label><input id="wpcf7-6651f4b7cf21f-field" class="wpcf7-form-control wpcf7-text" type="text" name="honeypot-12" value="" size="40" tabindex="0" autocomplete="new-password"></span><br>
  <input class="wpcf7-form-control wpcf7-submit has-spinner" type="submit" value="Find out more"><span class="wpcf7-spinner"></span>
  <p></p>
  <p style="display: none !important;" class="akismet-fields-container" data-prefix="_wpcf7_ak_"><label>Δ<textarea name="_wpcf7_ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1"
      name="_wpcf7_ak_js" value="1716916771082">
    <script>
      document.getElementById("ak_js_1").setAttribute("value", (new Date()).getTime());
    </script>
  </p><input type="hidden" class="wpcf7-pum" value="{&quot;closepopup&quot;:false,&quot;closedelay&quot;:0,&quot;openpopup&quot;:false,&quot;openpopup_id&quot;:0}">
  <div class="wpcf7-response-output" aria-hidden="true"></div>
  <input type="hidden" name="pum_form_popup_id" value="6992">
</form>

Text Content

Loading...
ADD TO YOUR ENQUIRY LISTS
By adding to your list, you can save your favourites and send enquiry emails in
one go!
Continue as guest
*As a guest user, once you leave the page, your list will not be saved.
Add Listing to My List

--------------------------------------------------------------------------------

OR
Log In/ Sign up to Save Your List
Sign Up
Already have an account? Log In
ADD TO YOUR ENQUIRY LISTS
Create New Enquiry List




NAME THIS LIST

Name 50 characters maximum
Create
Send Enquiry to Venues
Full Name*
Email*
Contact Number*

Your Company*
Event type* Select event type Accommodation After Work Drinks Afternoon Tea Away
Days Bakery Beer Gardens Boats Bottomless Brunch Breakfast Brunch Cafe Christmas
Party Christmas Party- Shared Conferences Date Night Dinner Dinner & Dance
Drinks Dry Hire Event Space Featured Partner Listings Fine Dining Golf Trip Live
Sports Livery Halls Lunch Meetings New Openings Outdoor Area Pop-Ups Private
Dining Rooftops & Views Special Occassions Staycation Summer Party Sunday Roast
Team Building Vegan Friendly Weddings Wine Bars Work Spots Other
If other please specify
Event Date Start*
Event Date End*
Event start at Select event start date 1:00 am 1:30 am 2:00 am 2:30 am 3:00 am
3:30 am 4:00 am 4:30 am 5:00 am 5:30 am 6:00 am 6:30 am 7:00 am 7:30 am 8:00 am
8:30 am 9:00 am 9:30 am 10:00 am 10:30 am 11:00 am 11:30 am 12:00 pm 12:30 pm
1:00 pm 1:30 pm 2:00 pm 2:30 pm 3:00 pm 3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm
6:00 pm 6:30 pm 7:00 pm 7:30 pm 8:00 pm 8:30 pm 9:00 pm 9:30 pm 10:00 pm 10:30
pm 11:00 pm 11:30 pm 12:00 pm 12:30 pm
Event end at Select event end date 1:00 am 1:30 am 2:00 am 2:30 am 3:00 am 3:30
am 4:00 am 4:30 am 5:00 am 5:30 am 6:00 am 6:30 am 7:00 am 7:30 am 8:00 am 8:30
am 9:00 am 9:30 am 10:00 am 10:30 am 11:00 am 11:30 am 12:00 am 12:30 am 1:00 pm
1:30 pm 2:00 pm 2:30 pm 3:00 pm 3:30 pm 4:00 pm 4:30 pm 5:00 pm 5:30 pm 6:00 pm
6:30 pm 7:00 pm 7:30 pm 8:00 pm 8:30 pm 9:00 pm 9:30 pm 10:00 pm 10:30 pm 11:00
pm 11:30 pm 12:00 am 12:30 am
Number of guests*
Event budget* Event budget £0-£500 £500-£1,000 £1,500-£4,000 £5,000-£10,000
£10,000-£20,000 £20,000-£40,000 £40,000-£80,000 £100,000+ Not sure yet
Message* Hello- I'd like some more information. Could you please send me your
availability and pricing options?
Enquire Now

Your Enquiry has been sent!

Thank you for enquiring via Miss Jones. We have sent your enquiry.


They should get back to you within 48 hours. Please let us know if you do not
get a response.

Skip to content
United Kingdom
 * United Kingdom
 * Ireland

Newsletter
Subscribe
lisa@missjonesgroup.com
 * Venue Finding Concierge
 * Directory
   * Venues
   * Suppliers
 * Membership
   * Join Membership
   * Miss Jones Rewards
 * Partner With Us
 * Events
   * Members Events
   * Corporate Hospitality
 * Awards 2024
 * Wishlist

Menu
 * Venue Finding Concierge
 * Directory
   * Venues
   * Suppliers
 * Membership
   * Join Membership
   * Miss Jones Rewards
 * Partner With Us
 * Events
   * Members Events
   * Corporate Hospitality
 * Awards 2024
 * Wishlist

Sign in/up
United Kingdom
 * United Kingdom
 * Ireland

Newsletter
lisa@missjonesgroup.com
The Club For Business Support Professionals & Event Bookers
Sign in/up
 * Venue Finding Concierge
 * Directory
   * Venues
   * Suppliers
 * Membership
   * Join Membership
   * Miss Jones Rewards
 * Partner With Us
 * Events
   * Members Events
   * Corporate Hospitality
 * Awards 2024
 * Wishlist

Menu
 * Venue Finding Concierge
 * Directory
   * Venues
   * Suppliers
 * Membership
   * Join Membership
   * Miss Jones Rewards
 * Partner With Us
 * Events
   * Members Events
   * Corporate Hospitality
 * Awards 2024
 * Wishlist

Newsletter




YOUR GO-TO PLATFORM FOR SOURCING VETTED VENUES & SUPPLIERS

Search and book unique, curated & vetted venues & suppliers across the UK &
Worldwide for your next event, from corporate parties, away days, private
dining, meetings and more.

Search a specific Venue or Supplier


Select Venue Accommodation — Hotels — Rentals — Serviced Apartments All Venues
Bars, Pubs & Nightclubs Christmas Conferences Event Space Featured Partner
Listings Meeting Rooms Members Club Restaurants Team Building Wellbeing & Spas —
SpasAll Venues

Select Occasion Accommodation After Work Drinks Afternoon Tea Away Days Bakery
Beer Gardens Boats Bottomless Brunch Breakfast Brunch Cafe Christmas Party
Christmas Party- Shared Conferences Date Night Dinner Dinner & Club Vibes Drinks
Dry Hire Event Space Featured Partner Listings Fine Dining Golf Trip Incentive
Trip Live Sports Livery Halls Lunch Meetings New Openings Outdoor Area Pop-Ups
Private Dining Rooftops & Views Special Occassions Staycation Summer Party
Sunday Roast Team Building Vegan Friendly Weddings Wellbeing Trip Wine Bars Work
SpotsAll Occasions

Search


TRUSTED BY








STAY UPDATED


LATEST NEWS

News & special offers for you.


BOOK YOUR SUMMER PARTY NOW

EAT-DRINK-BOWL-PARTY

Find out more




WE HELP YOU


GOT AN EVENT? GOT A BRIEF?

This free service is for corporate event organisers who need bespoke
recommendations. With our event expertise we are able to help you negototiate
the best rates and dates. We also reward you with points everytime you book with
us!
Get In Touch


SIMPLIFIED BOOKING


WHY BOOK YOUR EVENTS VIA MISS JONES

Divcover


VENUE FINDER


EASILY FIND YOUR PERFECT VENUE

All venues & suppliers have been curated and vetted by us, we establish personal
relationships with our suppliers and try & test everywhere we work with.
Divcover


WISHLISTS


ENQUIRE TO MULTIPLE VENUES AT ONCE

Save time by saving your ideal venues or suppliers and send one enquiry to
multiple venues/suppliers at once- you will then have direct contact with the
venue.

Divcover


REWARDS


GET REWARDED

Earn points every time you book with Miss Jones which you can redeem on
vouchers, overnight stays, experiences and more…


INSPIRING VENUES


GET INSPIRED FOR YOUR NEXT EVENT

Event Types Venues Of Month
 * 
 * 

slide 6 to 8 of 8
Meeting Rooms
Restaurants
Serviced Apartments
Team Building
Accommodation
Bars, Pubs & Nightclubs
Christmas
Event Space
Meeting Rooms
Restaurants
Serviced Apartments
Team Building
Accommodation
Bars, Pubs & Nightclubs
Christmas
Event Space
 * 
 * 

slide 5 to 7 of 10

London

East Quarter Level Two at Tottenham Hotspur Stadium

North London

East Quarter Level Three at Tottenham Hotspur Stadium

London

The Heineken Rooftop Bar at Tottenham Hotspur Stadium

Rest of the UK

Opulence – Bespoke Wine Experiences

Sussex

The Gallivant

Central London

Arros QD

Central London

The Rubens at the Palace Hotel

The City

F1 Arcade, London

Central London

Studio Frantzén Harrods

London

Elevate Consulting Agency – Public Speaking Services

London

East Quarter Level Two at Tottenham Hotspur Stadium

North London

East Quarter Level Three at Tottenham Hotspur Stadium

London

The Heineken Rooftop Bar at Tottenham Hotspur Stadium

Rest of the UK

Opulence – Bespoke Wine Experiences

Sussex

The Gallivant

Central London

Arros QD

Venue Finder


GET REWARDED


JOIN OUR MEMBERSHIP

Do you book events on behalf of your company? Our club allows our members to
discover and experience venues, gain help in booking venues & suppliers, meet
key contacts to grow their Little Black Book, develop and grow their skillset
and meet & network with like-minded individuals and influencers of your field.

Learn more


GET LISTED


BECOME A PARTNER

Are you a venue/supplier? By partnering with Miss Jones we will create awareness
for your venues/brand through various platforms including listing on our
website, online marketing, advertising with us, hosting an event, attending our
events, sponsorship opportunities and listing on our event calendar.We work with
our clients in various ways and can be very flexible to meet our clients growth
needs.  

Learn more



EARN WITH MISS JONES


GET A FREE PREMIUM MEMBERSHIP

When booking an event over £5000 using Miss Jones services, you will
automatically get a free premium membership



UPCOMING EVENTS


JOIN US AT OUR UPCOMING EVENTS AND EXPERIENCE THESE WONDERFUL VENUES

 * 
 * 

slide 6 to 8 of 8
4th June 2024 Private Dining Event at Bentley’s Oyster Bar & Grill
18th June 2024 Bowling, Cocktails & Canapes at All Star Lanes! NEW EVENT DATE
23rd May 2024 Private Dining at Maroto
20th June 2024 Fam Trip to Ashdown Park Hotel
27th June 2024 New Opening Showcase at Lucky Voice, Waterloo
6th June 2024 At Home with Masa at Harrods Dining Hall
13th June 2024 Drinks & Canapés at The Chesterfield Mayfair
30th May 2024 Private Dining Event at Corrigan’s Mayfair
4th June 2024 Private Dining Event at Bentley’s Oyster Bar & Grill
18th June 2024 Bowling, Cocktails & Canapes at All Star Lanes! NEW EVENT DATE
23rd May 2024 Private Dining at Maroto
20th June 2024 Fam Trip to Ashdown Park Hotel
27th June 2024 New Opening Showcase at Lucky Voice, Waterloo
6th June 2024 At Home with Masa at Harrods Dining Hall
13th June 2024 Drinks & Canapés at The Chesterfield Mayfair
30th May 2024 Private Dining Event at Corrigan’s Mayfair
view all events


EARN WITH MISS JONES


GET A FREE PREMIUM MEMBERSHIP

When booking an event over £5000 using Miss Jones services, you will
automatically get a free premium membership



TRUST THEM


WHAT OUR CLIENTS SAY

I have to say being a member of the Miss Jones PA group has been an amazing
experience. I love the fact that I have been able to network with so many like
minded individuals from all walks of life and the events I’ve attended have not
only been diverse but also tailored to whatever is current within the PA/EA
space currently. I have been a member for just over a year and can safely say
haven’t regretted my decision one bit. The staff at Miss Jones are always super
friendly and polite and willing to assist you in any way they can : )


Cassy At Russel Reynolds Associates


When you’ve got an ultimatum, and you don’t know where to look, A conference for
100! You panic on where to book? Quality, convenience, great food and great
location, 6hrs in a conference room they’ll need some motivation. You know
exactly where to go, you know it in your bones,Pick the phone up or email you’re
on a winner with Miss Jones

Jackie At Bechtel



Lisa is so incredibly knowledgeable and well connected. Despite always being
busy, Lisa always sends great options, secures good pricing and gets back to us
so timely which is so key for our colleagues. It’s always a pleasure and so
we’ll always continue to work with Miss Jones Group.

Lerease At META ( Formally Facebook)



Miss Jones is a fantastic service that makes life as a PA so much easier! It is
a great way to stay up to date with all the latest restaurants, hotels, events
and spaces. Even when I don’t book directly through Miss Jones for my events,
more often than not, I will make bookings later down the line after attending
one of their events.

Lauren At Avignon Capital


I’ve been a member of Miss Jones for a few years now and really appreciate the
community Lisa has created. The membership comes along with access to various
courses, professional advise and inspirational events/venues showcases. I have
booked few office parties, teams dinners and lunches through Lisa and the help
was immense. Aside of prompt replay and reaching out to possible vendors, it’s
the suggestions of restaurants/bars I appreciate most. Thanks Lisa!

Anna At Epoch Capital



Miss Jones was my best resource, always hidden up my sleeve for when I needed
them. I often was in the predicament of having last-minute dinners and
conferences, with discerning executives. I could trust and rely on the Miss
Jones team to always be able to find a table at a great venue, in any area of
London – many times just hours to spare! Thank you so much for always making me
look good in front of my Execs.

Laura At VIA Outlets



I have to say being a member of the Miss Jones PA group has been an amazing
experience. I love the fact that I have been able to network with so many like
minded individuals from all walks of life and the events I’ve attended have not
only been diverse but also tailored to whatever is current within the PA/EA
space currently. I have been a member for just over a year and can safely say
haven’t regretted my decision one bit. The staff at Miss Jones are always super
friendly and polite and willing to assist you in any way they can : )


Cassy At Russel Reynolds Associates


When you’ve got an ultimatum, and you don’t know where to look, A conference for
100! You panic on where to book? Quality, convenience, great food and great
location, 6hrs in a conference room they’ll need some motivation. You know
exactly where to go, you know it in your bones,Pick the phone up or email you’re
on a winner with Miss Jones

Jackie At Bechtel



Previous
Next

Lisa is so incredibly knowledgeable and well connected. Despite always being
busy, Lisa sends great options, secure good pricing and gets back to us timely
which is key to our colleagues.

Program & Lifestyle Manager at META (Formally Facebook)


LATEST HAPPENINGS


BLOG

Food & Drink


MEETING ROOM INSPIRATION: DISCOVER SOME OF THE BEST MEETING ROOMS FOR YOUR NEXT
EVENT!

Travel


WEDRIVEGLOBAL – WORLDWIDE CHAUFFEUR SERVICES

Food & Drink


ROYAL ASCOT: THE WORLD’S MOST MICHELIN-STARRED SPORTING EVENT

View More


STAY UP TO DATE


NEVER MISS AN UPDATE

Keep up with our latest news and events. Subscribe to our newsletter!
Subscribe


LEGAL

 * Privacy Policy

 * Privacy Policy


QUICKLINKS

 * Venue Finder
 * Membership Packages
 * About Us
 * Careers
 * Blog

 * Venue Finder
 * Membership Packages
 * About Us
 * Careers
 * Blog


CONTACT

 * Contact us
 * Work With Us
 * Advertise with us

 * Contact us
 * Work With Us
 * Advertise with us

Facebook Instagram Twitter Linkedin Pinterest

Miss Jones is the club for those who are responsible for booking Venue’s &
Suppliers on behalf of their companies.
Our club allows our members to discover and experience venues, gain help in
booking venues & suppliers, meet key contacts to grow their Little Black Book,
develop and grow their skillset and meet & network with like-minded individuals
and influencers of your field. We host over 100 events throughout the year
including Private Dining, FAM Trips, VIP events and more…

©2022 MISSJONES | ALL RIGHT RESERVED. REGISTERED IN ENGLAND COMPANY
REG. NO 10691699



CLOSE
Partner & Venue Membership

Your name


Your email





[mathcaptcha mathcaptcha-549]
Please leave this field empty.




Δ


×