'); $("#butform").append(''); for(i = 0; i < formdata.length; ++i){ $("#butform").append(''); } } function loadinfo(){ $.ajax({ type: "GET", url: "https://www.brianbridge.net/cgi-bin/brianpaymentinfo.cgi", cache: false, dataType: "xml", success: function(xml) { paymentinfo=xml; console.log(paymentinfo); baninfo={"card":{"names":[],emails:[]},"cash":{"names":[],emails:[]}, "cheque":{"names":[],emails:[]},"bacs":{"names":[],emails:[]}}; $(paymentinfo).find("customerrestriction").each(function(index){ var boolfound=false; $.each($(this).attr("events").split(","),function(index,value){ if(value === "all" || "summer2019".startsWith(value)){ boolfound=true; return false; } }); if(boolfound){ if($(this).attr("type").includes("all") || $(this).attr("type").includes("card")){ baninfo.card.names.push($(this).find("name").text().trim()); baninfo.card.emails.push($(this).find("email").text().trim()); } if($(this).attr("type").includes("all") || $(this).attr("type").includes("cash")){ baninfo.cash.names.push($(this).find("name").text().trim()); baninfo.cash.emails.push($(this).find("email").text().trim()); } if($(this).attr("type").includes("all") || $(this).attr("type").includes("cheque")){ baninfo.cheque.names.push($(this).find("name").text().trim()); baninfo.cheque.emails.push($(this).find("email").text().trim()); } if($(this).attr("type").includes("all") || $(this).attr("type").includes("bacs")){ baninfo.bacs.names.push($(this).find("name").text().trim()); baninfo.bacs.emails.push($(this).find("email").text().trim()); } } }); }, error: function() { alert("The XML File could not be processed correctly."); } }); } -->
Please fill in your name and the number and type of attendees, and click "Pay with Card". Your browser will be redirected to Stripe, which handles our online payments. We never see nor have access to your financial details when you make a payment using Stripe.
If you would prefer to pay by cash, cheque or BACS transfer, please contact brianplaysbridge@gmail.com
Full refunds will be given for cancellations up till the day before the party (Saturday 20th July).