"); } else if(result.option == '5') { jQuery('.um_login_form .pf_ajax_result').remove(); jQuery('.um_login_form').append("
ERROR: "+result.message+"
"); return 0; } else { var option = result.option; if (option !== 0 && option.indexOf('4_') > -1) { var companyIdSplit = option.split('_'); var companyId = companyIdSplit[1]; var url = '?selected=' + companyId + '&view=user-registration&email=' + result.email; location.href = url; } else { // domain for user not recognized, register new company var url = "?view=company-registration&email=" + result.email; location.href = url; } } }, error: function (request, status, error) { return 0; } }); } function check_nonce() { if (jQuery('#captcha_type').length == 0) { if (typeof setV3CaptchaDiv === 'function') { setV3CaptchaDiv(); } } let pf_nonce = jQuery('.um_login_form input[name=pf_nonce]').val(); let um_post_method_nonce = jQuery('.um_login_form input[name=um_post_method_nonce]').val(); jQuery.ajax({ url: APPLICATION_URL, async: true, data: { action: 'ab_refresh_nonce', pf_nonce: pf_nonce, um_post_method_nonce: um_post_method_nonce }, type: "POST", beforeSend: function() { jQuery('.um_login_form').after("      "); }, success: function(response){ try { jQuery('.login_box .pf_loading').remove(); response = jQuery.parseJSON(response); jQuery('.um_login_form input[name=pf_nonce]').val(response.pf_nonce); jQuery('.um_login_form input[name=um_post_method_nonce]').val(response.um_post_method_nonce); umLogin(jQuery('.um_login_form').first()); }catch(e){ console.log(e); } return; } }); }

Request an Account

Already Registered

// Auto-populate Current Date on deal reg form