$(document).ready(function () {
    //  setTimeout(function () {
    $(".openStudentBeansModal").click(function () {
        //var dabsFormURL = $(this).data('formurl');
        $('.modal').modal({ keyboard: false, show: true });
        $('.modal .modal-dialog').addClass('modal-dialog-centered modal-lg');
        $('.modal .modal-header').html('');
        $('.modal .modal-body').html('<p><script data-iframe="https://connect.studentbeans.com/v4/bt-shop/uk" data-load="connect" id="stb_root" src="https://cdn.studentbeans.com/third-party/all.js" type="text/javascript"></script></p><p style="padding-top: 10px;"></p>');
    });
    //  }, 1000);
    if (window.location.href.indexOf("?redeem_online=true") > -1) {
        $('.modal').modal({ keyboard: false, show: true });
        $('.modal .modal-dialog').addClass('modal-dialog-centered modal-lg');
        $('.modal .modal-header').html('');
        $('.modal .modal-body').html('<p><script data-iframe="https://connect.studentbeans.com/v4/bt-shop/uk" data-load="connect" id="stb_root" src="https://cdn.studentbeans.com/third-party/all.js" type="text/javascript"></script></p><p style="padding-top: 10px;"></p>');
    }
});

// Adestra Forms

$(document).ready(function () {

    setTimeout(function () {
$(function() {
    if ( document.location.href.indexOf('?formSubmit=Success') > -1 ) {
        $('#adFormSuccessMessage').show();
    } else  if ( document.location.href.indexOf('?formSubmit=CompetitionSuccess') > -1 ) {
        $('#adFormCompetitionSuccessMessage').show();
    }
});

}, 1000);

});

// END - Adestra Forms