activeplayeducation.magicbooking.co.uk Open in urlscan Pro
13.79.228.60  Public Scan

Submitted URL: https://activeplayeducation.magicbooking.co.uk/
Effective URL: https://activeplayeducation.magicbooking.co.uk/Identity/Account/Login
Submission: On April 25 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form id="account" method="post" novalidate="novalidate">
  <div class="card shadow border-none">
    <div class="card-header">
      <h6 class="m-0 font-weight-bold">Log In</h6>
    </div>
    <div class="card-body">
      <div class="text-danger validation-summary-valid" data-valmsg-summary="true">
        <ul>
          <li style="display:none"></li>
        </ul>
      </div>
      <div class="form-group">
        <label class="sr-only" for="Input_Email">Email Address<span style="color:red">&nbsp;*</span></label>
        <input type="email" class="form-control" placeholder="Email" data-val="true" data-val-regex="Please enter a valid email address."
          data-val-regex-pattern="^([^\s\\]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,9}|[0-9]{1,3})(\]?)$" data-val-required="Please enter your email address." id="Input_Email" name="Input.Email" value="">
      </div>
      <div class="form-group">
        <label class="sr-only" for="Input_Password">Password<span style="color:red">&nbsp;*</span></label>
        <div class="d-flex">
          <input class="form-control passwordInput" placeholder="Password" type="password" data-val="true" data-val-required="Please enter your password." id="Input_Password" name="Input.Password">
          <div class="input-group-append">
            <a onclick="togglePassword();" class="btn radius-bottom-left-0 radius-top-left-0 btn-secondary text-white pointer-cursor">
                                        <i class="fa-solid fa-eye"></i>
                                    </a>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6 pr-0">
          <div class="form-group">
            <label class="checkbox-container">
              <input type="checkbox" data-val="true" data-val-required="The Remember me field is required." id="Input_RememberMe" name="Input.RememberMe" value="true">
              <span class="checkmark"></span>
              <h6>Remember me</h6>
            </label>
          </div>
        </div>
        <div class="col-xl-6 col-lg-6 col-md-6 col-sm-6 col-6 pl-0 text-right">
          <a class="text-primary" id="forgot-password" href="/Identity/Account/ForgotPassword">
                                    Forgot Password?
                                </a>
        </div>
      </div>
      <div class="row">
        <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">
          <div class="form-group">
            <button type="submit" class="btn btn-block shadow-sm login-login-button " data-form-id="account">Log In</button>
          </div>
        </div>
        <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 mt-3 text-center">
          <p class="m-0">
            <a class="text-theme" href="/Register">
                                            <span class="a-restyle">Don't have an account yet?</span> 
                                            <span class="text-theme">Create one here</span>
                                        </a>
          </p>
        </div>
      </div>
    </div>
    <div>
      <div class="card-footer login-login-card-footer">
        <div class="row">
          <div class="col-xl-12 col-lg-12 col-md-12 text-center text-danger">
            <div id="status"></div>
          </div>
        </div>
        <div class="row">
          <div class="col-xl-12 col-lg-12 col-md-12 text-center">
            <div id="userData">
              <h6 class="font-weight-bold">Create your account or log in with</h6>
            </div>
          </div>
          <input type="hidden" id="hdnReturnUrl" name="hdnReturnUrl" value="/">
          <div class="col-xl-6 col-lg-6 col-md-6" id="GoogleBtn">
            <button type="button" class="btn btn-block google-theme py-3">
              <h4 class="mt-1">
                <i class="fab fa-brands fa-google"></i>
                <span class="sr-only">Social Media Icon</span>
              </h4>
              <h6 class="mt-1">google</h6>
            </button>
          </div>
          <div class="col-xl-6 col-lg-6 col-md-6" id="FacebookBtn">
            <button type="button" class="btn btn-block facebook-theme py-3">
              <h4 class="mt-1">
                <i class="fab fa-brands fa-facebook-f"></i>
                <span class="sr-only">Social Media Icon</span>
              </h4>
              <h6 class="mt-1">facebook</h6>
            </button>
          </div>
          <input name="__RequestVerificationToken" type="hidden" value="CfDJ8BTP-fguweNPlGzMxpxE95XicMK3DehLfV45rah-mWBSevxU810H21m8AgqRG0JoVxRsgSoXXckbJAmFt4ePWEteYsiAEdeGGg9HrS6L8LZVd3mQz3w-pzmOqkzBmzdelNvwlLF4xv_uVNeXoK1lNng">
        </div>
      </div>
    </div>
    <script src="https://apis.google.com/js/api:client.js" gapi_processed="true"></script>
    <script src="//connect.facebook.net/en_US/sdk.js"></script>
    <script>
      $(function() {
        startApp();
        PlayServices.ExternalLoginModule.bindGoogleSignOutBtn();
      })
      window.fbAsyncInit = function() {
        // FB JavaScript SDK configuration and setup
        FB.init({
          appId: '770602500482462', //'1429526507327849', // FB App ID
          cookie: true, // enable cookies to allow the server to access the session
          xfbml: true, // parse social plugins on this page
          version: 'v16.0' // use graph api version 2.8
        });
      };
      var warningMessage = 'Social media log in is currently not available on magicbooking beta';
      $(document).on('click', '#FacebookBtn', function() {
        document.getElementById('status').innerHTML = '';
        PlayServices.ExternalLoginModule.fbLogin();
      });
      var googleUser = {};
      var startApp = function(clientId) {
        gapi.load('auth2', function() {
          // Retrieve the singleton for the GoogleAuth library and set up the client.
          auth2 = gapi.auth2.init({
            client_id: '1013575297443-f1djlug22eoc93bj8cumrhesgqkdjkmb.apps.googleusercontent.com', //'1013575297443-5kfe13vprou8ndpn8gcltpd7358g3gdg.apps.googleusercontent.com',
            cookiepolicy: 'single_host_origin',
            // Request scopes in addition to 'profile' and 'email'
            //scope: 'additional_scope'
          });
          // temporarily comment below line of code for beta site.
          PlayServices.ExternalLoginModule.attachSignin(document.getElementById('GoogleBtn'));
        });
      };
      $('#GoogleBtn').on('click', function() {})
    </script>
  </div>
</form>

Text Content

YOU ARE USING THE TEST ENVIRONMENT!

 * Facebook Link

info@activeplayeducation.co.uk | 01353634134
 * Log In
 * Contact Us
 * Help ❔

LOADING, PLEASE WAIT!

LOADING, PLEASE WAIT!



×


IMPORTANT NOTICE

×

Something is preventing you from booking, please see what needs to be reviewed
below in order to be able to book your children!



❔ - SELECT WHAT YOU NEED HELP WITH BELOW

×


🏃‍

I WANT TO MAKE A BOOKING


👀

ABOUT MY BOOKINGS


🧾

ABOUT MY ACCOUNT


👶

ABOUT MY CHILD(REN)

Back to main help ×

ℹ MAIN HELP / I WANT TO MAKE A BOOKING

From the home page you can see a selection of the activities running at the
centre(s) you are registered with. To see all activities, click the menu 'Book
Activity'.

SELECTING YOUR CENTRE

If you are registered to more than one centre, you can select which centre you
would like to see activities for in the dropdown menu at the top of the page.

VIEWING ACTIVITY INFORMATION

You can view general information of an activity by looking at the individual
cards or clicking on the read more button.

BOOKING AN ACTIVITY

To book an activity, click ‘Book’ on the card of the activity you want to book.

On the next page, select the child(ren) you want to book, select the sessions,
the period and the days.

FURTHER HELP

For further guidance, watch the videos below.

HOT TO MAKE A WEEKLY BOOKING:



HOW TO MAKE AN AD-HOC OR REGULAR BOOKING:



HOW TO MAKE A CONTRACT BOOKING:



HOW TO MAKE A SEASONAL BOOKING:



HOW TO BOOK EXTRA OPTIONS:


Go to Book Activity
Back to main help ×

ℹ MAIN HELP / ABOUT MY BOOKINGS


💷

I WANT TO MAKE A PAYMENT


👀

I WANT TO VIEW, AMEND, OR CANCEL A BOOKING


👀

I WANT TO VIEW ALL MY BOOKINGS


💳

I WANT TO VIEW MY UPCOMING INSTALMENTS

Back to bookings help ×

ℹ MAIN HELP / ABOUT MY BOOKINGS / I WANT TO MAKE A PAYMENT

You can make payments against your active bookings in multiple ways from the
‘Bookings’ page.

MAKE A SINGLE PAYMENT

To make a payment, follow the steps below:

 * Go to the section Bookings
 * Select the checkbox of the booking you want to make a payment for
 * Click the button ‘Make Payment’ at the top of the page

You can then pay the next instalment due or make a partial payment if you next
instalment is due in the future.

If your instalment is already overdue you won’t be able make a partial payment,
the instalment will have to be paid in full.

MAKE A MULTI-PAYMENT

Follow the same steps as described above but select the checkboxes for all
bookings you want to make a payment for.

Go to Bookings
Back to bookings help ×

ℹ MAIN HELP / ABOUT MY BOOKINGS / I WANT TO VIEW, AMEND, OR CANCEL A BOOKING

You can access all the information related to each booking you have placed or
amend booking if this is permitted. To access the booking information, follow
the steps below:

 * Go to the section Bookings
 * Click the eye icon on the right-hand side of the booking you want to access
   the information for

This opens up a new view with tabs below the booking summary. You can view all
dates booked in the 'Dates Booked' tab.

You can view the payments made towards the booking and the payments that are
expected for the booking in the 'Payments Made' and 'Expected Payments' tab
respectively.

ADDING/CANCELLING DATES

You can amend the booking by adding or cancelling dates under the 'Amend Dates'
tab if this function is permitted by the organisation. Depending on the
cancellation policy you could receive a credit note for cancelled dates.

FURTHER HELP



OTHER INFO

If you are eligible for a credit note and your booking is not cleared that will
automatically adjust the outstanding amount. If the outstanding amount is in a
card payment plan your monthly instalment will automatically be adjusted.

You can view or download all invoices and credit notes related to a specific
booking by clicking on the 'Invoice(s) / Credit Note(s).

Go to Bookings
Back to bookings help ×

ℹ MAIN HELP / ABOUT MY BOOKINGS / I WANT TO VIEW ALL MY BOOKINGS

You can view all of your bookings on the 'Bookings' page.

GENERAL INFORMATION

Your account current and overdue balances are displayed at the top of the page,
along with an option to make payments or view upcoming instalments.

BOOKINGS INFORMATION

You can view a snapshot of each booking in the grid table.

CALENDAR VIEW

You can also view all of your bookings or specific bookings in a calendar view
by clicking the 'Calendar View' button in the top right corner of the 'Bookings'
page. From here you can select which activity and child you want to see the
bookings for.

Go to Bookings
Back to bookings help ×

ℹ MAIN HELP / ABOUT MY BOOKINGS / I WANT TO VIEW MY UPCOMING INSTALMENTS

To view upcoming instalments, follow the steps below:

 * Go to the ‘Bookings’ page
 * Click the button ‘View’ in the card ‘Upcoming Instalments’ will be displayed.

Alternatively, from the Bookings page you can click the eye icon next a booking
to see instalments linked to that particular booking.

Go to Upcoming Instalments
Back to main help ×

ℹ MAIN HELP / ABOUT MY ACCOUNT


📝

I WANT TO VIEW/EDIT MY ACCOUNT DETAILS


👩🏼‍🤝‍🧑🏻

I WANT TO VIEW/EDIT MY ADDITIONAL ACCOUNT HOLDER


🧾

I WANT TO VIEW MY STATEMENTS


🏫

I WANT TO VIEW/UPDATE MY CENTRES

Back to account help ×

ℹ MAIN HELP / ABOUT MY ACCOUNT / I WANT TO VIEW/EDIT MY ACCOUNT DETAILS

You can view or edit your details by going to the 'Account Details' tab on the
'Account' page. Then click the button ‘Edit account details’ and amend the
relevant information and save

Go to your Account
Back to account help ×

ℹ MAIN HELP / ABOUT MY ACCOUNT / I WANT TO VIEW/UPDATE MY CENTRES

You can view all of the centres you are registered with on the 'Centres' tab of
the 'Account' page.

UPDATE CENTRES

To update your centres, click the 'Update Centres' button and choose the
corresponding area in which your centre is located. From here you can
check/un-check a centre and save your changes.

Go to your Centres
Back to account help ×

ℹ MAIN HELP / ABOUT MY ACCOUNT / I WANT TO VIEW MY STATEMENTS

You can view all of your statements by clicking on the 'Statements' tab of the
'Account' page.

Go to your Statements
Back to account help ×

ℹ MAIN HELP / ABOUT MY ACCOUNT / I WANT TO VIEW/EDIT MY ADDITIONAL ACCOUNT
HOLDER

You can view your additional account holder(s) in the 'Additional Account
Holder' tab on the 'Account' page.

ADDING AN ADDITIONAL ACCOUNT HOLDER

You can add an additional account holder by clicking the button 'Add Account
Holder'. From here you can choose the children to be associated to the account
holder and enter the account holder’s information.

If you have already created this user as a collector or an emergency contact,
you can simply select that user from the drop-down list.

Please note that the same child can only be attached to one additional account
holder.

EDITING AN ADDITIONAL ACCOUNT HOLDER

You can edit a holder by clicking the 'Edit' button on the corresponding record
in the table.

DELETING AN ADDITIONAL ACCOUNT HOLDER

You can delete a holder by clicking on the bin icon next to the record you want
to remove.

Go to your Additional Account Holder
Back to main help ×

ℹ MAIN HELP / ABOUT MY CHILD(REN)


📝

I WANT TO VIEW/EDIT MY CHILDRENS DETAILS


👩🏼‍🤝‍🧑🏻

I WANT TO ADD A CHILD

Back to children help ×

ℹ MAIN HELP / ABOUT MY CHILD(REN) / I WANT TO VIEW/EDIT MY CHILDRENS DETAILS

To view your child’s details, follow the steps below:

 * Go to the page Children
 * Click the picture of the child you want view or edit the details for

The sections below allow you to provide detailed information about your child’s
personal information and needs. You can edit all sections by clicking the button
Edit.

GENERAL INFORMATION

You can view your child’s general information by clicking on the 'Details' tab
on the 'Children' page.

CONSENTS

You can view and edit your child’s consents by clicking on the 'Consents' tab on
the 'Children' page.

CONTACTS

You can view your child’s emergency, collector, and doctor contacts by clicking
on the 'Contacts' tab on the 'Children' page. You can add, edit, or remove any
records in this section by clicking on the corresponding button.

HEALTH RELATED INFORMATION

You can view your child’s health related information such as dietary needs,
allergies, medications, etc. by clicking on the corresponding tabs on the
'Children' page. You can also add, edit, or remove any records in the sections
by clicking on the corresponding buttons.

Go to Children
Back to children help ×

ℹ MAIN HELP / ABOUT MY CHILD(REN) / I WANT TO ADD A CHILD

You can add a child by clicking on the 'Add Child' button on the 'Children'
page.

HOW IT WORKS

To add a child fill out the forms and enter the relevant information, we know
you may not always have time to enter all of your child’s information in one go,
so you can skip some areas and add those details later on.

See the video below for more guidance.


Go to Children

❔ - SELECT WHAT YOU NEED HELP WITH BELOW

×


🚪

I WANT TO LOG IN


📋

I WANT TO CREATE AN ACCOUNT

Back to main help ×

To log in, input the email address and password you used to create your
magicbooking account.

THIRD PARTY LOGIN

If you registered with a third-party login (Google, Facebook), click the
relevant button to log into your account.

FORGOTTEN PASSWORD

If you have forgotten your password, click the 'Forgotten password' link button.
Please note that this won’t work if you have registered with a third-party
account.

Back to main help ×

To register a new account, click the link which says 'Don't have an account yet?
Create one here'.

BACK TO MAIN HELP

Go through the steps and complete the forms to enter your information, choose
your centre(s), and review and acknowledge communication preferences and T&Cs.

FURTHER HELP

If you need further help with the registration process, you can watch the video
below.



LOG IN

 * 

Email Address *
Password *


REMEMBER ME

Forgot Password?
Log In

Don't have an account yet? Create one here

CREATE YOUR ACCOUNT OR LOG IN WITH

SOCIAL MEDIA ICON

GOOGLE

SOCIAL MEDIA ICON

FACEBOOK

❔ HELP

To log into your account, input your email and password in the relevant fields
or click the relevant button if you registered with a third-party login Google
or Facebook.

If you have forgotten your password, click the link 'Forgot your password'.

Please note that this won’t work if you have registered with a third-party
account. If you are a new customer, you need to create an account before you can
place any booking.

If you registered with a third-party login Google or Facebook, click the
relevant button to log into your account.

If you require further help, contact us by clicking the link in the navigation
bar above.

NAVIGATION

 * Log In
 * Contact Us

ABOUT



At ActivePlay Education we understand and make sure to offer your young children
the most exciting activities in a safe and friendly environment.



STAY IN TOUCH

 * Facebook Link

Unit 16, Saxon Business Park, Littleport
Ely
CB6 1XX

01353634134
info@activeplayeducation.co.uk

© 2024 Copyright Active Play Education. Powered by magicbooking (3.0.1.0)