SP.currentPage.registerSubscriptionForm=function(e){var t="#subscribe-form-"+e,i="#subscribe-btn-"+e;HRB.utils.bindBasicAjaxForm(t,i,function(t,i){var n,s;if("string"==typeof i&&(i=JSON.parse(i)),s=i.redirect_to,n=i.type!==undefined&&null!==i.type?{cssClass:i.type}:{},"ajax:success"===t.type){[{type:document.getElementById("email-"+e),expectedValue:""},{type:document.getElementById("phone-number-"+e),expectedValue:""}].filter(e=>!!e.type).map(e=>{e.type.value=e.expectedValue})}"manage.statuspage.io"===window.location.hostname||"manage.statuspagetest.com"==window.location.hostname?(HRB.utils.notify(i.text,Object.assign({method:"deferred"},n)),window.location.reload()):s?(HRB.utils.notify(i.text,Object.assign({method:"deferred"},n)),window.location.href=s):HRB.utils.notify(i.text,n)},function(e,t){420==t.status?HRB.utils.notify("Hang on there, partner. You're subscribing too fast (give it a quick second and try again).",{cssClass:"error"}):HRB.utils.basicFailAndReload("while subscribing you")})};