"use strict";$(document).ready(function(){var n=$("#article-course-application-form");n.submit(function(t){t.preventDefault();gtag("event","makerequest",{event_category:"request",event_action:" make"});var r="article-course-application-form",i=validation.init().notEmpty(r+"-fullname",errorMessages.fullNameError).email(r+"-email").notEmpty(r+"-phone",errorMessages.phoneError);n.find("#article-select-field").length!=0&&(i=i.checkSelect("article-select-field",errorMessages.requiredError));i=i.result();checkIti();i&&iti.isValidNumber()&&function(){var t=getGoogleRecaptchaWidgetId(n);grecaptcha.execute(t).then(function(i){$("#g-recaptcha-response-"+t).attr("value",i);new FormSubmition(n).post()})}()});$(".true-false-checkbox").on("change",function(){var n=$(this);n.prop("checked")?n.attr("value","true"):n.attr("value","true")})})