HEAVEN CIRCLE

Heaven Circle

    View all
  • Explore
  • Heaven Circle Events
    Party Brands Party Application 12 Masons - Filmed Parties
  • Calendar
  • Movies
    NOSF Aftermovies 12 Masons - Filmed Parties
  • About
    Party Rules & Etiquette FAQ's Find Us On Our Story Brand History In The Press
  • Explore
  • Heaven Circle Events
  • Calendar
  • Party Application
  • Movies
    NOSF Aftermovies
    12 Masons - Filmed Parties
    12 Masons
  • About
    Party Rules & Etiquette
    FAQ's
    Find Us On
    Our Story
    Brand History
    In The Press
    Blogs
  • Sign up
  • Login
0%
WINTER BALL - UK

WINTER BALL - UK

Active

Apply For Party First!
Share
Facebook
Twitter
WhatsApp
Email
Text message
Copy link
  • 0 Posts
  • 0 Photos
  • 0 Videos
  • 0 Audio
  • 0 Files
About me

United Kingdom Member since 20 Oct, 2024 NEXT EVENT - TBA - INVITATION ONLY
Heaven Circle's Winter Ball - Expect Opulence

International Parties
© 2025 HEAVEN CIRCLE
  • Terms of Service
  • Privacy
  • About us
  • How it works
  • Cookies Policy
  • Our Story
  • This Site
  • Private Parties
  • Content Voyeurism
  • Producing
  • Making Money as a Content Creator
  • Apply To Become an Exhibitionist
  • Heaven Circle Selection
  • Contact us
  • Blog
  • English
    English

No posts yet

Login to continue
Login with Google
or
Forgot Password?
    Protected by reCAPTCHA Privacy - Terms
    Don't have an account?
    >>> _submitEvent = function() { sendFormLoginRegister(); }; if (captcha == false) { $(document).on('click', '#btnLoginRegister', function(s) { s.preventDefault(); sendFormLoginRegister(); }); //<<<-------- * END FUNCTION CLICK * ---->>>> } function sendFormLoginRegister() { var element = $(this); $('#btnLoginRegister').attr({ 'disabled': 'true' }); $('#btnLoginRegister').find('i').addClass('spinner-border spinner-border-sm align-middle mr-1'); (function() { $("#formLoginRegister").ajaxForm({ dataType: 'json', success: function(result) { // success if (result.success == true) { if (result.isModal && result.isLoginRegister) { window.location.reload(); } if (result.url_return && !result.isModal) { window.location.href = result.url_return; } if (result.check_account) { $('#checkAccount').html(result.check_account).fadeIn(500); $('#btnLoginRegister').removeAttr('disabled'); $('#btnLoginRegister').find('i').removeClass( 'spinner-border spinner-border-sm align-middle mr-1'); $('#errorLogin').fadeOut(100); $("#formLoginRegister").reset(); } } else { if (result.errors) { var error = ''; var $key = ''; for ($key in result.errors) { error += '
  • ' + result.errors[ $key] + '
  • '; } $('#showErrorsLogin').html(error); $('#errorLogin').fadeIn(500); $('#btnLoginRegister').removeAttr('disabled'); $('#btnLoginRegister').find('i').removeClass( 'spinner-border spinner-border-sm align-middle mr-1'); } } }, error: function(responseText, statusText, xhr, $form) { // error $('#btnLoginRegister').removeAttr('disabled'); $('#btnLoginRegister').find('i').removeClass( 'spinner-border spinner-border-sm align-middle mr-1'); swal({ type: 'error', title: error_oops, text: error_occurred + ' (' + xhr + ')', }); } }).submit(); })(); //<--- FUNCTION % } // End function sendFormLoginRegister -->