This is the Club’s new online membership automated payment and registration system. We aim to have all annual memberships paid online this season. If anybody encounters any difficulties with the system or with this process please email us at burgesshillcc@gmail.com. We will be able to take payment in other ways, for example, via the card payment system at the bar. However the online process saves administration time for our hard working volunteers and ensures we have a comprehensive and accurate membership database. We have had to increase the membership subscriptions by a couple of pounds so that the club can recover the card fees and payment processing costs that are levied on the club with this new system. We hope that this does not cause any difficulties but payment by installments is now an available option – spreading the costs over 3 months.
We intend to bring the club’s mailing list and database information up to date so are requesting every parent and player register their details via this system.
Prompt payment of annual subscriptions is appreciated. If you do experience problems with the system please send us an email and we will endeavour to resolve it.
$(document).ready(function () {
iFrameResize({ autoResize: true }, '#ifrmresize');
})
jQuery(document).ready(function ($) {
iFrameResize({
autoResize: true,
initCallback: function(){
$('html, body').animate({
scrollTop: $("#ifrmresize").offset().top
}, 500);
},
},
'#ifrmresize');
});