eme Academy is launching a special invite-only digital marketing webinar for all of its valued clientele in the Sri Lankan Travel and Hospitality industry; it will focus on effective strategies and plans to put into place to help brands refocus and recover during this period of uncertainty caused by COVID-19.
Discover the latest industry insights and trends while gaining input on some of the most crucial basics that are essential to help your brand re-evaluate and strategize for what comes next.
Don’t miss this practical and thought-provoking session packed with all you need to know on:
$(window).load(function(){
$("#getting-back-on-track").bootstrapValidator({
message: "This value is not valid", excluded: [":disabled"], feedbackIcons: { valid: "glyphicon glyphicon-ok", invalid: "glyphicon glyphicon-remove", validating: "glyphicon glyphicon-refresh" }, fields: { full_name: { group: ".response-field-text", validators: { notEmpty: { message: "Full Name is required and cannot be empty" } } },email: { group: ".response-field-email", validators: { notEmpty: { message: "Email is required and cannot be empty" }, emailAddress: { message: "Value is not a valid email address" } } },company: { group: ".response-field-text", validators: { notEmpty: { message: "Company is required and cannot be empty" } } },designation: { group: ".response-field-text", validators: { notEmpty: { message: "Designation is required and cannot be empty" } } }, }
}) .on("success.form.bv", function(e) { // Prevent form submission e.preventDefault();var googleResponse = jQuery("#g-recaptcha-response").val(); if (!googleResponse) { $(".response-field-captcha small.help-block").html("The captcha is required and cannot be empty").show(); $("#validateBtn").prop("disabled", true); } else { $(this).unbind( e ); $(".msg-status-row .alert").html("Successfully Validated! Please wait while processing your request.").removeClass("alert-danger").removeClass("alert-info").addClass("alert-success"); $(".msg-status-row .alert").slideDown(); $("#getting-back-on-track").submit(); return false;
}
});
//Manually Add recaptcha validation into boostrap validation /*if( $("#g-recaptcha-response").length > 0 ){ $("#getting-back-on-track").bootstrapValidator("addField", "g-recaptcha-response", { validators: { group: ".response-field-captcha", notEmpty: { message: "The captcha is required and cannot be empty" } } }); }*/
$("#resetBtn").click(function() { $("#getting-back-on-track").data("bootstrapValidator").resetForm(true); });
});