','By checking this box, you agree to receive communications from Automation Anywhere regarding its products and services offerings.','I have read and accept the Community Edition Terms and Conditions.','');/* Form intitialize code *//*Modal Code*/MktoForms2.whenReady(function (form) { $("#Job_Level__c").on('change',function(){if($("#Job_Level__c option:selected").text() !== "Student"){$('#myModal').modal('show');}});var obj = $.parseJSON(window.localStorage.getItem('userObject'));if(typeof obj === 'object' && obj !== null){if(obj.redirecting_from == "SFT"){$.each( obj, function( key, value ) { if(value != "") {$("#" + key).val(value); }});$("#LblFirstName").addClass((obj.FirstName!= "" ? "active" : ""));$("#LblLastName").addClass((obj.LastName!= "" ? "active" : ""));$("#LblEmail").addClass((obj.Email!= "" ? "active" : ""));$("#LblCountry").addClass((obj.Country!= "" ? "active" : ""));$("#LblPhone").addClass((obj.Phone!= "" ? "active" : ""));$("#LblCompany").addClass((obj.Company!= "" ? "active" : ""));$("#LblNo_of_Employees__c").addClass((obj.No_of_Employees__c!= "" ? "active" : ""));$("#LblJob_Level__c").addClass((obj.Job_Level__c!= "" ? "active" : ""));}else{window.localStorage.removeItem('userObject');}} $("#FirstName, #LastName, #Email, #Country, #Phone, #Company, #No_of_Employees__c, #Job_Level__c").on("blur change", function(){ var FirstName = $("#FirstName").val().toString(); var LastName = $("#LastName").val().toString(); var Email = $("#Email").val().toString(); var Country = $("#Country").val().toString(); var Phone = $("#Phone").val().toString(); var Company = $("#Company").val().toString(); var No_of_Employees__c = $("#No_of_Employees__c").val().toString(); var Job_Level__c = $("#Job_Level__c").val().toString(); var redirecting_from = "CE";var userObject = { 'FirstName': FirstName, 'LastName': LastName, 'Email': Email, /*'Country': Country,*/ 'Phone': Phone, 'Company': Company, 'No_of_Employees__c': No_of_Employees__c, 'Job_Level__c': Job_Level__c,'redirecting_from':redirecting_from};localStorage.setItem('userObject', JSON.stringify(userObject)); }); form.onSuccess(function(values, followUpUrl) {window.localStorage.removeItem('userObject'); //return false; });});$("#noth").on('click', function(){window.localStorage.removeItem('userObject');$('#myModal').modal('hide');});$('#myModal').on('hidden.bs.modal', function () {window.localStorage.removeItem('userObject');});/*Modal Code*/$(".getstartedbtn").click(function() { $('html, body').animate({ scrollTop: $(".form-area").offset().top + 5 }, 1000);});$(window).resize(function() {});})
GO BACK
With Community Edition, students and developers enjoy the benefits of our Automation 360 cloud platform for free
Leverage the cloud to access state-of-the art enterprise-class technology
Instant-on ease of use with drag-and-drop simplicity
Build bots at any skill level
Step-by-step in-product learning
Get Started
Get Community Edition FREE
No credit card required
Access to A-People community
Free learning resources
Please fill out this form to set up your free account.
')$('#mktoForm_' + $formId).find('.mktoCheckboxList [for="Accept_T_C__c_' + $formId + '"]').html(disclimarValidation);if (!(optinNote == "" || (typeof(optinNote)== 'undefined'))) {$('#mktoForm_' + $formId).find('[for="Accept_T_C__c_' + $formId + '"]').parents('.mktoCheckboxList').prepend(optinNote);}} else {if (!(optinNote == "" || (typeof(optinNote)== 'undefined'))) {$('#mktoForm_' + $formId).find('#optin_' + $formId).parents('.mktoCheckboxList').prepend(optinNote);}}if (form.getFormElem().find("#honeypot").length) {form.getFormElem().find("#honeypot").css("display", "none");form.getFormElem().find("#honeypot").parent().parent().css("display", "none");}if (form.getFormElem().find("#first_name").length) {form.getFormElem().find("#first_name").css("display", "none");form.getFormElem().find("#first_name").parent().parent().css("display", "none");}form.getFormElem().find(".mktoButtonWrap").css("margin-left", "0");form.getFormElem().find(".mktoButton").toggleClass("mktoButton").toggleClass("btn");/*var TimeZone = 'America/New_York';var dateMin = new Date().toLocaleString('it-IT', {timeZone: TimeZone}); // PT timevar timeMin = new Date().toLocaleTimeString('it-IT', {timeZone: TimeZone,hour: 'numeric',hour12: false,minute: 'numeric'});if (form.getFormElem().find("#Webinar_Time__c").length > 0) {form.getFormElem().find("#Webinar_Time__c").datetimepicker({minDate: dateMin,minTime: timeMin,onShow: timeMin});}*//*if (optinNote == "" || (typeof(optinNote)== 'undefined')) {$('#mktoForm_' + $formId).find('#optin_' + $formId).parents('.mktoCheckboxList').before('
Your use of the Community Edition is subject to the Automation Anywhere Terms, Privacy Policy and Automation Anywhere Community Edition License Agreement.
');} else {$('#mktoForm_' + $formId).find('#optin_' + $formId).parents('.mktoCheckboxList').before(optinNote);}*/if (optinText == "" || (typeof(optinText)== 'undefined')) {$('#mktoForm_' + $formId).find('.mktoCheckboxList [for="optin_' + $formId + '"]').html('By checking this box, you agree to receive communications from Automation Anywhere regarding its products and services offerings.');$('#mktoForm_' + $formId).find('.mktoCheckboxList [for="optin_' + $formId + '"]').parents('.mktoCheckboxList').addClass('mktoForm_' + $formId);} else {$('#mktoForm_' + $formId).find('.mktoCheckboxList [for="optin_' + $formId + '"]').html(optinText);$('#mktoForm_' + $formId).find('.mktoCheckboxList [for="optin_' + $formId + '"]').parents('.mktoCheckboxList').addClass('mktoForm_' + $formId);}var invalidPersonalDomains = (typeof(emailValidation) == '' || typeof(emailValidation) == undefined || emailValidation == 2) ? invalidPersonalDomains2 : invalidPersonalDomains1;function IsEmailSplChar(email) {//var regex = /^([\w&.])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;// var regex = /^([\w&.-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;var regex = /^([\w_&.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/; if(!regex.test(email)) {return false;}else{return true;}}if(window.location.pathname == "/sem/start-free-trial") {var invalidPersonalDomains = ["@hotmail.","@excite.","@gmail.","@yahoo.","@live.","@aol.","@outlook.","@tuta.","@icloud.","@yeah.","@qq.","@sina.","@live.com",".edu"];} var localeLangVal = $("html").attr("lang");var cnDomainsIncludeList = ["@sohu.com", "@sina.com", "@sina.", "@sina.cn", "@163.com", "@126.com", "@139.com", "@yeah.net" , "@yeah.", "@qq.com", "@qq.", "@live.com"]function isEmailGoodPersonal(email) {var formatted_email = email.toLowerCase();if (formatted_email.indexOf('@') === -1) {return false;}if (formatted_email.indexOf('.') === -1) {return false;}const re = /^(([^<>()\[\]\\.,;:+\s@"]+(\.[^<>()\[\]\\.,;:+\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/; if (!re.test(String(formatted_email).toLowerCase())) { return false; } else { //console.log(window.location.pathname); var flag = 0;if(window.location.pathname == "/products/enterprise/community-edition") { flag = 1;} else if(window.location.pathname == "/lp/free-trial-11x") { flag = 1;} else{if(window.location.pathname == "/lp/rpa-editions-comparison") {flag = 1;}}console.log(flag)const address = formatted_email.split('@').pop();if(flag == 1 && address == 'joltag.com') { return false;} } if(invalidPersonalDomains.length > 0) {for (var i = 0; i < invalidPersonalDomains.length; i++) {var domain = invalidPersonalDomains[i];if (formatted_email.indexOf(domain) != -1) {if(localeLangVal == "zh"){if($.inArray(domain, cnDomainsIncludeList) !=-1){return true;}else{return false;}}else{return false;}}} }return true;}function companyRegex(string) {var regex;if(localeLangVal == "zh"){regex = /^[ A-Za-z0-9\u4e00-\u9eff./&+-]*$/;}else{regex = /^[ A-Za-z0-9./&+-]*$/;}if(!regex.test(string)) {return false;}else{return true;}}function checkAlphabets(string) {var regex;if(localeLangVal == "zh"){regex = /^[ A-Za-z\u4e00-\u9eff]/g;}else{regex = /[a-zA-Z]/g;}if(!regex.test(string)) {return false;}else{return true;}}form.onValidate(function() {var email = form.vals().Email;var companyVal = form.getFormElem().find("#Company").val();if (email) {var check_huawei = email.split('@')check_huawei = check_huawei[1];var companyElem = form.getFormElem().find("#Company");if (!isEmailGoodPersonal(email)) { var emailElem = form.getFormElem().find("#Email");form.showErrorMessage("Must be a valid business email. example@yourdomain.com.", emailElem); form.getFormElem().find("#Email").removeClass("mktoValid");form.getFormElem().find("#Email").addClass("mktoInvalid");form.submittable(false);return false;} else {if (form.getFormElem().find("#honeypot").val()) {form.submittable(false);} else if (check_huawei.indexOf("huawei") > -1) {form.submittable(false); } else if(checkAlphabets(companyVal)==false){form.showErrorMessage("Please enter a valid company name", companyElem);form.getFormElem().find("#Company").removeClass("mktoValid");form.getFormElem().find("#Company").addClass("mktoInvalid");form.submittable(false);return false;}else if(companyRegex(companyVal)==false){form.showErrorMessage("Special characters only -, +, &, /, . are allowed", companyElem);form.getFormElem().find("#Company").removeClass("mktoValid");form.getFormElem().find("#Company").addClass("mktoInvalid");form.submittable(false);return false;} else if($(".ceFormPage").length > 0) {var ceFormID = $(".mktoForm:visible").attr("id");var ceFormEmailVal = $("#"+ceFormID + " #Email").val();var ceEmailDomainVal = ceFormEmailVal.split("@");ceEmailDomainVal = ceEmailDomainVal[1];var ceFormIDVal = ceFormID.split("_");ceFormIDVal = ceFormIDVal[1];if(IsEmailSplChar(ceFormEmailVal)==false){var emailElemchkSpl = $("#"+ceFormID + " #Email");form.showErrorMessage("No special characters are allowed", emailElemchkSpl);form.getFormElem().find("#Email").removeClass("mktoValid");form.getFormElem().find("#Email").addClass("mktoInvalid");form.submittable(false);return false;}else{form.submittable(false);var formFilled;$("#"+ceFormID +" .mktoRequired").each(function() {if($(this).val() == ''){formFilled = false;}else if($('input[name="Accept_T_C__c"]').prop("checked") == false){formFilled = false;var ceChkBoxFieldSpl = $("#"+ceFormID + " #LblAccept_T_C__c"); if(window.location.pathname == "/products/enterprise/community-edition-b") form.showErrorMessage("Please agree to the Community Edition terms and conditions.", ceChkBoxFieldSpl);elseform.showErrorMessage("Please agree to the Master License Agreement terms and conditions.", ceChkBoxFieldSpl);form.submittable(false);return false;}else{formFilled = true}});if(formFilled == true){$.ajax({url: "/chkemail.php",type: "POST",dataType: "json",async:false,data: '{ "ceformid":"'+ceFormIDVal+'","emaildomain":"'+ceEmailDomainVal+'"}',success: function(data){if(data.success == true){form.submittable(true);}else {var emailElemchk = $("#"+ceFormID + " #Email");form.showErrorMessage("A limit of 25 registrants per domain are allowed within a 10 minute period. Please try again later.", emailElemchk);form.getFormElem().find("#Email").removeClass("mktoValid");form.getFormElem().find("#Email").addClass("mktoInvalid");form.submittable(false);return false;} }})}}return false;} else if(window.location.href.indexOf("lp/rpa-editions-comparison") !=-1){var visibleFormID = $(".mktoForm:visible").attr("id");var formEmailVal = $("#"+visibleFormID + " #Email").val();var invalidPersonalDomainsFTList = $.merge(invalidPersonalDomainsFreeTrials1, invalidPersonalDomainsFreeTrials2);for (var i = 0; i < invalidPersonalDomainsFTList.length; i++) {var domain = invalidPersonalDomainsFTList[i];if (formEmailVal.indexOf(domain) != -1) {var emailElemchk = $("#"+visibleFormID + " #Email");form.showErrorMessage("This domain is not allowed", emailElemchk);form.getFormElem().find("#Email").removeClass("mktoValid");form.getFormElem().find("#Email").addClass("mktoInvalid");form.submittable(false);return false;}}} else if($(".splCharChk").length > 0) {var visibleFormID = $(".mktoForm:visible").attr("id");var formEmailVal = $("#"+visibleFormID + " #Email").val();if(IsEmailSplChar(formEmailVal)==false){var emailElemchk = $("#"+visibleFormID + " #Email");form.showErrorMessage("No special characters are allowed", emailElemchk);form.getFormElem().find("#Email").removeClass("mktoValid");form.getFormElem().find("#Email").addClass("mktoInvalid");form.submittable(false);return false;}} else {var visFormID = $(".mktoForm:visible").attr("id");visFormID = visFormID.split("_");visFormID = visFormID[1];var langVal = $("html").attr("lang"); if(visFormID == "1432") {form.submittable(true); ChiliPiper.scheduling("automationanywhere", "request-live-demo", { title: "Thanks! What time works best for a quick call?", titleStyle: "Roboto 22px #EA5938" })} else if(window.location.pathname == "/start-free-trial") {form.submittable(true); ChiliPiper.scheduling("automationanywhere", "start-free-trial", { title: "Thanks! What time works best for a quick call?", titleStyle: "Roboto 22px #EA5938" })} else if(langVal == "pt" && visFormID == "1336") {form.submittable(true);function q(a){return function(){ChiliPiper[a].q=(ChiliPiper[a].q||[]).concat([arguments])}}window.ChiliPiper=window.ChiliPiper||"submit scheduling showCalendar submit widget bookMeeting".split(" ").reduce(function(a,b){a[b]=q(b);return a},{});ChiliPiper.scheduling("automationanywhere", "brazil-request-live-demo", {title: "Thanks! What time works best for a quick call?"}) } else {form.submittable(true);}}}}if(disclimarValidation.length > 0) {if(!form.getFormElem().find('#Accept_T_C__c_'+$formId).prop('checked')) { form.submittable(false);var disclimarElement = form.getFormElem().find('#Accept_T_C__c_'+$formId);form.showErrorMessage("Please agree to the Master License Agreement terms and conditions.", disclimarElement.parent('.mktoCheckboxList'));//form.getFormElem().find('#Accept_T_C__c_'+$formId).addClass("mktoInvalid");} else { form.submittable(true);//form.getFormElem().find('#Accept_T_C__c_'+$formId).removeClass("mktoInvalid");}}});//TKM 20181215 Track successful form submission for Google Tag Managerform.onSuccess(function(val,url) {// Send Tracking Eventwindow.dataLayer = window.dataLayer || [];aaAction = (typeof($formAction) == ('undefined') || $formAction == "" || $formAction== null) ? 'marketo-form' : $formAction;aaLabel = $formLabel;window.dataLayer.push({'event': 'mktoFormSubmission','eventCategory': 'form-submit','eventAction': aaAction,'eventLabel': aaLabel});if(window.location.pathname=="/sem/back-office" || window.location.pathname=="/sem/intelligent-document-processing" || window.location.pathname=="/sem/rpa-c") { var semFormID = $(".mktoForm:visible").attr("id"); semFormID = semFormID .split("_");semFormID = semFormID [1];if((window.location.pathname=="/sem/back-office" && semFormID != "1432") || window.location.pathname=="/sem/intelligent-document-processing" || window.location.pathname=="/sem/rpa-c"){ window.open(url); $('#rpaformModal').modal('toggle'); $('#idpformModal').modal('toggle'); location.reload(); $('#mktoForm_'+aaFormID)[0].reset(); return false; } } // if( window.location.pathname =="/lp/gartner-rpa-critical-capabilities-report" || window.location.pathname == "/lp/gartner-magic-quadrant" || window.location.pathname == "/lp/forrester-wave-rpa" || window.location.pathname=="/solutions/business-resiliency-pre-live" || window.location.pathname=="/sem/digital-workforce") // { // window.open(url); // $('#mktoForm_'+aaFormID)[0].reset(); // return false; // } /*if(window.location.pathname == "/request-live-demo" || window.location.pathname == "/request-live-demo-b") {drift.api.collectFormData(val, { campaignId: 2601193, followupUrl: '/demo-thankyou'});return false; }*/ console.log(aaAction, aaLabel);//alert(aaAction);//alert(aaLabel);var vislFormID = $(".mktoForm:visible").attr("id");vislFormID = vislFormID.split("_");vislFormID = vislFormID[1];if((window.location.pathname =="/sem/rpa" || window.location.pathname=="/sem/digital-workforce" || window.location.pathname=="/sem/intelligent-document-processing" || window.location.pathname=="/sem/hyperautomation") && vislFormID == "6360"){ window.open(url); $(".mktoForm")[0].reset(); $(".mktoForm .mktoFormCol .mktoLabel").removeClass("active") return false;} });setTimeout(function(){$('.mktoForm input[type="text"], .mktoForm input[type="email"], .mktoForm input[type="number"]').each(function(){var placeHolderVal = $(this).attr("placeholder");$(this).parent().children("label").text(placeHolderVal);$(this).removeAttr("placeholder");});$("#Phone").inputFilter(function(value) { return /^\d*$/.test(value);});$('input#Phone').attr('type', 'tel');$('input#Phone').attr('inputmode', 'numeric');},1000);});}$(document).ready(function() { $(document).on("focus", ".mktoForm input", function(){$(this).parent().children("label").addClass("active");})$(document).on("blur", ".mktoForm input", function(){if($(this).val() == ""){$(this).parent().children("label").removeClass("active");}else{$(this).parent().children("label").addClass("active");}})$.fn.inputFilter = function(inputFilter) { return this.on("input keydown keyup mousedown mouseup select contextmenu drop", function() { if (inputFilter(this.value)) { this.oldValue = this.value; this.oldSelectionStart = this.selectionStart; this.oldSelectionEnd = this.selectionEnd; } else if (this.hasOwnProperty("oldValue")) { this.value = this.oldValue; this.setSelectionRange(this.oldSelectionStart, this.oldSelectionEnd); } });};$(document).on('DOMNodeRemoved', '.chilipiper-popup', function(e) { $(".mktoForm")[0].reset();$(".mktoLabel").removeClass("active");$(".mktoButtonWrap button").removeAttr("disabled");});/*Show Opt-in field for specific countries code*/MktoForms2.whenReady(function (form) {var optInCountryList = ["Canada", "Brazil", "Australia", "China", "Japan", "Korea", "South Korea", "Taiwan", "Chinese Taipei", "New Zealand", "Singapore", "Vietnam", "Viet Nam", "Morocco", "Russia", "Russian Federation", "South Africa", "United Arab Emirates", "Austria", "Belgium", "Bulgaria", "Croatia", "Cyprus", "Czech Republic", "Denmark", "Estonia", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Latvia", "Liechtenstein", "Lithuania", "Luxembourg", "Malta", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden", "Switzerland", "United Kingdom"];var countrySelect = document.getElementById("Country"); countrySelect.addEventListener("change", function() {var countryVal = $(this).val();if($.inArray(countryVal, optInCountryList) !=-1){$(".mktoForm .mktoFormRow #Lbloptin").show();}else{$(".mktoForm .mktoFormRow #Lbloptin").hide();}});});/*Show Opt-in field for specific countries code*//*opt-in field status check in marketo*/MktoForms2.whenReady(function (form){$(".mktoForm #Email").keyup(function() {var emailInitVal = $(".mktoForm #Email").val();if(emailInitVal.indexOf("@") !=-1){var emFinalVal = emailInitVal.split("@");emFinalVal = emFinalVal[1];if(emFinalVal.indexOf(".") !=-1){var emDomainVal = emFinalVal.split(".");emDomainVal = emDomainVal[1];if(emDomainVal.length > 1){$.ajax({url: "/marketo_opt.php?email="+emailInitVal,type: "POST",dataType: "json",async:false,success: function(data){if(data.status == true){$("form.mktoForm").addClass("hideOptin");}else {$("form.mktoForm").removeClass("hideOptin");} }})}}}})});/*opt-in field status check in marketo*/});
Community Edition use by small businesses. An organization is considered a ‘small business’ only if: 1) your organization has less than 250 machines (physical or virtual), 2) your organization has less than 250 users or 3) your organization has less than $5 million US in annual revenue. If your organization exceeds any one (1) of the three (3) examples above, your organization is not considered a small business. A small business, including its affiliates, may only use the Community Edition on no more than five (5) machines within the organization and small business may only process/upload up to 100 pages per month with IQ Bot.