letsgowiththechildren.co.uk Open in urlscan Pro
109.228.60.34  Public Scan

Submitted URL: http://letsgowiththechildren.co.uk/
Effective URL: https://letsgowiththechildren.co.uk/
Submission: On May 10 via api from GB — Scanned from GB

Form analysis 4 forms found in the DOM

POST https://letsgowiththechildren.co.uk/places-to-go/

<form action="https://letsgowiththechildren.co.uk/places-to-go/" method="POST">
  <h3>Find family things to do...</h3>
  <div class="form-group">
    <div class="location-search">
      <div class="location-search__wrapper">
        <input type="text" name="search_input" placeholder="Enter town, county, postcode or attraction..." class="form-control form-control--input" autocomplete="off" value="">
        <div class="suggestions suggestions--location-search">
          <div class="suggestion suggestion--not-found">Sorry, nothing was found for <span>that search term</span>.</div>
          <div class="suggestion suggestion--around-me" onclick="getCurrentLocation(this);"> Search around current location </div>
        </div>
        <div class="form-control form-control--search-type">
          <div class="active-search-type">
            <div class="active-search-type__icon"><span class="icon icon--check"></span></div>
            <div class="active-search-type__title" data-key="view-all">View All</div>
            <div class="active-search-type__toggle"></div>
          </div>
          <ul class="options options--search-types">
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--check"></span></span>
						<span class="search-type-option__title" data-key="view-all">View all</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--map-pin"></span></span>
						<span class="search-type-option__title" data-key="locations">Location Name</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--attractions"></span></span>
						<span class="search-type-option__title" data-key="attractions">Attraction Name</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--calendar"></span></span>
						<span class="search-type-option__title" data-key="events">Event Name</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--tickets"></span></span>
						<span class="search-type-option__title" data-key="vouchers">Voucher Name</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--trophy"></span></span>
						<span class="search-type-option__title" data-key="competitions">Competition Name</span>
					</a>
            </li>
            <li class="search-type-option">
              <a href="#">
						<span class="search-type-option__icon"><span class="icon icon--pencil"></span></span>
						<span class="search-type-option__title" data-key="articles">Article Title</span>
					</a>
            </li>
          </ul>
        </div>
        <button class="form-control form-control--search">
          <i class="fa fa-search fa-lg"></i> <span>Search</span>
        </button>
        <div class="clearfix"></div>
      </div>
      <script class="template" type="text/x-handlebars-template"> <div class="suggestion-group">
			<div class="suggestion-group__heading">
				<div class="suggestion-group__icon"><span class="icon {{iconClass}}"></span></div>
				<h5 class="suggestion-group__title">{{title}}</h5>
				{{#if count}}<div class="suggestion-group__count"><a href="{{filterUrl}}">{{count}} <i class="fa fa-chevron-right"></i></a></div>{{/if}}
			</div>
			<ul class="suggestion-group__results">
				{{#each results}}
					<li class="suggestion-group__result">
						{{#if this.href}}<a href="{{this.href}}">{{/if}}
							{{this.title}} <span class="suggestion-group__meta">{{this.meta}}</span>
						{{#if this.href}}</a>{{/if}}
						</li>
				{{/each}}
			</ul>
		</div>
	</script>
      <input type="hidden" name="lat" value="">
      <input type="hidden" name="lng" value="">
      <input type="hidden" name="location_type" value="">
      <input type="hidden" name="location_slug" value="">
      <input type="hidden" name="around_location" value="false">
      <input type="hidden" name="results_type" value="">
    </div>
  </div>
</form>

POST

<form onsubmit="loginUser(this, event);" method="post">
  <div class="messages"></div>
  <div class="form-group">
    <input type="text" name="username" placeholder="Username" class="form-control">
  </div>
  <div class="form-group">
    <input type="password" name="password" placeholder="Password" class="form-control">
  </div>
  <div class="form-group">
    <input type="hidden" id="login_nonce" name="login_nonce" value="a1c9f4c248"><input type="hidden" name="_wp_http_referer" value="/"> <input type="hidden" name="triggered_by" value="login">
    <input type="submit" value="Login" id="login-submit">
  </div>
</form>

POST https://letsgowiththechildren.co.uk

<form action="https://letsgowiththechildren.co.uk" method="POST" onsubmit="registerUser(this, event);">
  <div class="messages"></div>
  <div class="form-group">
    <input class="form-control" name="name" placeholder="Name..." type="text">
  </div>
  <div class="form-group">
    <input class="form-control" name="email" placeholder="Email address..." type="email">
  </div>
  <div class="form-group">
    <input class="form-control" name="password" placeholder="Password..." type="password">
  </div>
  <div class="form-group">
    <input class="form-control" name="conf_password" placeholder="Confirm Password..." type="password">
  </div>
  <div class="form-group">
    <input type="hidden" id="register_nonce" name="register_nonce" value="49ebcb57b7"><input type="hidden" name="_wp_http_referer" value="/"> <input type="hidden" name="triggered_by" value="login">
    <input class="form-control cta sign-up" value="Register" name="register_user" type="submit">
  </div>
</form>

POST

<form class="newsletter-signup-form" action="" method="POST">
  <div class="messages"></div>
  <div class="form-group">
    <input type="text" placeholder="First name" class="form-control" name="first_name">
  </div>
  <div class="form-group">
    <input type="text" placeholder="Last name" class="form-control" name="last_name">
  </div>
  <div class="form-group">
    <input type="email" placeholder="Email" class="form-control" name="email">
  </div>
  <div class="form-group">
    <label for="select">Please send me newsletters for *</label>
    <input type="text" placeholder="County" class="form-control" name="newsletter_option">
  </div>
  <div class="form-group">
    <input type="submit" value="Submit">
  </div>
</form>

Text Content

Loading...

Skip to content
Report an issue
Login / Register
 * Home
 * Places To Go
   * North East England
     * Durham
     * Newcastle
     * Northumberland
     * Sunderland
     * Tees Valley
     * Tyne & Wear
   * North West England
     * Cheshire
     * Cumbria
     * Greater Manchester
     * Lancashire
     * Liverpool
     * Manchester
     * Merseyside
   * Yorkshire & The Humber
     * Bradford
     * East Yorkshire
     * Hull
     * Leeds
     * North Yorkshire
     * Sheffield
     * South Yorkshire
     * West Yorkshire
     * York
   * East Midlands
     * Derby
     * Derbyshire
     * Leicester
     * Leicestershire
     * Lincolnshire
     * Northamptonshire
     * Nottingham
     * Nottinghamshire
     * Rutland
   * West Midlands
     * Birmingham
     * Free things to do in West Midlands
     * Herefordshire
     * Shropshire
     * Staffordshire
     * Warwickshire
     * West Midlands
     * Wolverhampton
     * Worcestershire
   * East of England
     * Bedfordshire
     * Cambridgeshire
     * Essex
     * Hertfordshire
     * Norfolk
     * Suffolk
   * Greater London
     * London
     * Free things to do in London!
   * South East England
     * Berkshire
     * Buckinghamshire
     * Hampshire
     * Isle of Wight
     * Kent
     * Oxfordshire
     * Portsmouth
     * Southampton
     * Surrey
     * Sussex
   * South West England
     * Bath
     * Bristol
     * Cornwall
     * Devon
     * Dorset
     * Gloucestershire
     * Somerset
     * Wiltshire
   * Scotland
     * Aberdeen
     * Aberdeenshire
     * Ayrshire
     * Dumfriesshire
     * Dundee
     * Edinburgh
     * Falkirk
     * Glasgow
     * Fife
     * Lanarkshire
     * Perthshire
   * Wales
     * Bridgend
     * Caerphilly
     * Cardiff
     * Carmarthenshire
     * Flintshire
     * Neath Port Talbot
     * Newport
     * Powys
     * Rhondda Cynon Taff
     * Swansea
     * Vale of Glamorgan
   * Northern Ireland
     * Belfast
     * County Antrim
     * County Armagh
     * County Down
     * County Fermanagh
     * County Londonderry
     * County Tyrone
 * Events
 * Vouchers
 * Competitions
 * Articles
   * Birthday Party Ideas
   * Family Films
   * Family Holiday Ideas
   * Family Restaurants
   * stem4’s mental health guides for parents
   * Free Open Spaces
   * Top children’s books to read
   * Christmas adventures near you
 * Contact
   * Contact Us
   * Testimonials
   * Feedback


LET'S GO EXPLORE IN MAY....


FIND FAMILY THINGS TO DO...

Sorry, nothing was found for that search term.
Search around current location
View All

 * View all
 * Location Name
 * Attraction Name
 * Event Name
 * Voucher Name
 * Competition Name
 * Article Title

Search



THINGS TO DO WITH THE KIDS!




LET’S GO PLATINUM JUBILEE 2022

The Queen's Platinum Jubilee marks 70 years of service to the people of the
United Kingdom and that is something to celebrate!

More


13 NATURE ACTIVITIES FOR KIDS

Inspirations to discover with your children in your natural playground; both the
garden and on a walk.

More


MAY EVENTS FOR THE FAMILY

Discover great events happening across the country for the whole family this
May, including ideas for the bank holidays and May half term.

More


LET’S GO PLATINUM JUBILEE 2022

The Queen's Platinum Jubilee marks 70 years of service to the people of the
United Kingdom and that is something to celebrate!

More


13 NATURE ACTIVITIES FOR KIDS

Inspirations to discover with your children in your natural playground; both the
garden and on a walk.

More


MAY EVENTS FOR THE FAMILY

Discover great events happening across the country for the whole family this
May, including ideas for the bank holidays and May half term.

More


LET’S GO PLATINUM JUBILEE 2022

The Queen's Platinum Jubilee marks 70 years of service to the people of the
United Kingdom and that is something to celebrate!

More


13 NATURE ACTIVITIES FOR KIDS

Inspirations to discover with your children in your natural playground; both the
garden and on a walk.

More


MAY EVENTS FOR THE FAMILY

Discover great events happening across the country for the whole family this
May, including ideas for the bank holidays and May half term.

More
prev
next



HELPFUL ARTICLES...

BIRTHDAY PARTY IDEAS

Here at Let’s Go with the Children we have pulled together a list of some of our
favourite virtual birthday party ideas. More

FAMILY FILMS

Here are our up-to-date guides of family films to watch, to keep the whole
family entertained! More

UK HOLIDAY STAYCATION IDEAS 2022

A selection of great ideas and inspiration for family holidays across the UK to
suit all budgets. More

FAMILY RESTAURANTS

Support our community and local restaurants... here's how! More




FAMILY PLACES TO GO IN & AROUND...

Bath, Bristol, Glocs and Somerset Beds, Bucks, Essex, Herts Berks, Hants, Oxon,
Wilts, Dorset, IOW Birmingham and the West Midlands Derbys, Lincs, Notts,
Yorkshire Devon & Cornwall Edinburgh and Glasgow Kent, Surrey, Sussex London
Manchester and the North West Norfolk and Suffolk Tyne and Tees Valley


RECOMMENDED FAMILY PLACES TO GO...




LIFE OF PI AT THE WYNDHAM’S THEATRE LONDON

Life of Pi is the smash hit adaptation of an epic journey of endurance and hope
at The Wyndham's Theatre in London.

More


GUILDFORD SPECTRUM LEISURE COMPLEX

With swimming, skating, ten-pin bowling and a leisure pool, there's something
for everyone at this popular sport and leisure centre in Surrey.

More


GO SEE PEPPA PIG AT SEA LIFE LOCATIONS ACROSS THE COUNTRY

Take your little ones on a brand new event nationwide to see Peppa Pig at SEA
LIFE for an amazing Aquarium Adventure!

More


PARADISE WILDLIFE PARK

Visit Paradise Wildlife Park in Hertfordshire for all sorts of family fun, not
least an amazing collection of animals!

More


LIFE OF PI AT THE WYNDHAM’S THEATRE LONDON

Life of Pi is the smash hit adaptation of an epic journey of endurance and hope
at The Wyndham's Theatre in London.

More


GUILDFORD SPECTRUM LEISURE COMPLEX

With swimming, skating, ten-pin bowling and a leisure pool, there's something
for everyone at this popular sport and leisure centre in Surrey.

More


GO SEE PEPPA PIG AT SEA LIFE LOCATIONS ACROSS THE COUNTRY

Take your little ones on a brand new event nationwide to see Peppa Pig at SEA
LIFE for an amazing Aquarium Adventure!

More


PARADISE WILDLIFE PARK

Visit Paradise Wildlife Park in Hertfordshire for all sorts of family fun, not
least an amazing collection of animals!

More


LIFE OF PI AT THE WYNDHAM’S THEATRE LONDON

Life of Pi is the smash hit adaptation of an epic journey of endurance and hope
at The Wyndham's Theatre in London.

More


GUILDFORD SPECTRUM LEISURE COMPLEX

With swimming, skating, ten-pin bowling and a leisure pool, there's something
for everyone at this popular sport and leisure centre in Surrey.

More


GO SEE PEPPA PIG AT SEA LIFE LOCATIONS ACROSS THE COUNTRY

Take your little ones on a brand new event nationwide to see Peppa Pig at SEA
LIFE for an amazing Aquarium Adventure!

More


PARADISE WILDLIFE PARK

Visit Paradise Wildlife Park in Hertfordshire for all sorts of family fun, not
least an amazing collection of animals!

More
prev
next





MORE TOP FAMILY ATTRACTIONS...


Featured

ROMAN BATHS

Abbey Churchyard, Bath, Bath & North East Somerset, BA1 1LZ


Featured

LONGLEAT

Warminster, Wiltshire, BA12 7NW


Featured

CHURNET VALLEY RAILWAY

Froghall Station, Froghall, Staffordshire, ST10 2HA


Featured

ASCOT RACECOURSE

Ascot, Berkshire, SL5 7JX


Featured

SEA LIFE PEPPA PIG FAMILY COMPETITION

SEA LIFE locations in Birmingham, Bray, Brighton, Great Yarmouth, Hunstanton,
Loch Lomond, Manchester, Scarborough and Weymouth.


Featured

THE NATIONAL VIDEOGAME MUSEUM

Castle House, Angel Street, Sheffield, South Yorkshire S3 8LN


Featured

KYNREN – AN EPIC TALE OF ENGLAND, FAMILY TICKET COMPETITION

Flatts Farm Bishop Auckland County Durham DL14 7SF England


Featured

ROMAN BATHS

Abbey Churchyard, Bath, Bath & North East Somerset, BA1 1LZ


Featured

LONGLEAT

Warminster, Wiltshire, BA12 7NW


Featured

CHURNET VALLEY RAILWAY

Froghall Station, Froghall, Staffordshire, ST10 2HA


Featured

ASCOT RACECOURSE

Ascot, Berkshire, SL5 7JX


Featured

SEA LIFE PEPPA PIG FAMILY COMPETITION

SEA LIFE locations in Birmingham, Bray, Brighton, Great Yarmouth, Hunstanton,
Loch Lomond, Manchester, Scarborough and Weymouth.


Featured

THE NATIONAL VIDEOGAME MUSEUM

Castle House, Angel Street, Sheffield, South Yorkshire S3 8LN


Featured

KYNREN – AN EPIC TALE OF ENGLAND, FAMILY TICKET COMPETITION

Flatts Farm Bishop Auckland County Durham DL14 7SF England


Featured

ROMAN BATHS

Abbey Churchyard, Bath, Bath & North East Somerset, BA1 1LZ


prev
next




DISCOUNT VOUCHERS, COMPETITIONS & MORE!

DISCOUNT VOUCHERS FOR TOP ATTRACTIONS!

Read more

WIN FAMILY TICKETS AND MUCH MORE!

Read more

THE BEST PLACES TO GO AROUND THE UK

Read more

THE LATEST EVENTS FROM AND AROUND THE UK

Read more

LATEST POSTS

FAMILY FILMS

Here are our up-to-date guides of family films to watch, to keep the whole
family entertained! More

HOW ARE WE DOING?

We would love to hear your thoughts or feedback on how we can improve your
experience with Let's Go ... More

FAMILY RESTAURANTS

Support our community and local restaurants... here's how! More

CONTACT US

 * Manor House, Manor Park, Church Hill, Aldershot, GU12 4JU

 * 01252 368 325

 * info@boomerangfamily.co.uk

NEWSLETTER SIGNUP

All of the latest attractions, events, vouchers & competitions near you.



RECENT REVIEWS

WEST MIDLAND SAFARI PARK

We've been to a lot of zoos and always come back to West Midlands safari park.
Great drive through safari with opportunities to feed animals. Great wa...

More


On February 25, 2020

Last review by Clare

ABERDARE PARK

Large beautiful park not far from Aberdare town centre. Parking available but
also not far from train and bus station. Lovely gardens, lake with plent...

More


On February 25, 2020

Last review by Lisa


 * Sitemap
 * Contact Us
 * About Us
 * Terms & Conditions

Website delivered by Adapt with Baboo

 * 

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

USER LOG IN


forgot password?

USER SIGN UP



NEWSLETTER SIGNUP

All of the latest attractions, events, vouchers & competitions near you.

Please send me newsletters for *


BEFORE YOU TRAVEL....

Please check entry requirements to attractions as booking might have changed
since your last visit.

We hope you and your children enjoy wonderful and safe days out!