CINXE.COM

Contact Sales | Screenleap

<!DOCTYPE html> <html> <head> <title>Contact Sales | Screenleap</title> <meta name="robots" content="index, follow"/> <meta name="description" content="Sign up for a Screenleap account to take advantage of easy screen sharing with installation-free viewing."/> <meta property="og:site_name" content="Screenleap"/> <meta property="og:image" content="https://www.screenleap.com/img/facebook_thumbnail.png"/> <link rel="stylesheet" href="https://d2e4kn0wu3avrd.cloudfront.net/css/6f1db4f19ef4ceef01c08088d1f2e6a7/style.css" type="text/css" media="screen"><link rel="stylesheet" href="https://d2e4kn0wu3avrd.cloudfront.net/css/e26eae674e92237a3d54d5a2a6174ee7/print.css" type="text/css" media="print"> <link rel="shortcut icon" type="image/png" href="/favicon.ico"> <link rel="manifest" href="/manifest.json" /> <link rel="canonical" href="/contact-sales"/> </head> <body id="contact-sales" class="marketing win "> <script> try { window.onerror = function(){return true}; } catch (e){log(e)} function addOnload(func) { if (typeof func != 'function') return; if (typeof window.onload == 'undefined' || typeof window.onload != 'function') window.onload = func; else { var oldOnload = window.onload; window.onload = function(){ try{ oldOnload(); } catch(e) { logException(e); } func(); } } } </script> <div id="topBar" class="screenleap-hide-when-sharing"> <div id="topBarBannerTop"></div> <div class="w960px"> <div class="margin"> <div class="float-right"> <ul> <li class="hide-on-handheld nav-separator"><a href="/pricing" id="topBarSignupLink">Pricing &amp; sign up</a></li> <li class="hide-on-handheld nav-separator"><a href="/contact-sales">Contact sales</a></li> <li style="padding-bottom:1px"><a id="signInLink" href="/login">Sign in</a></li> </ul> </div> <div id="screenleapLogo"> <a href="/" class="screenleap-logo">Screenleap</a> </div> </div> </div> </div> <div class="relative screenleap-hide-when-sharing"> <div id="topBarBanner"> <div class="w960px"> <div class="margin"><div class="page-title">Sales</div></div> </div> <div id="topBarBannerBottom"></div> </div> </div> <div id="content" class="screenleap-hide-when-sharing"> <div class="w960px"> <div class="content"> <div class="site-nav"> <ul class="main"> <li class="primary"><a href="/support" class="primary">Support</a></li> <li class="primary current"><a href="/contact-sales" class="primary">Sales</a></li> <li class="primary"><a href="/faq" class="primary">FAQ</a></li> <li class="primary"><a href="/security" class="primary">Security</a></li> </ul> </div> <div class="site-content site-nav-content"> <h2 class="first">Contact Sales</h2> <hr> <form action="/contact-sales" method="post" accept-charset="utf-8" enctype="application/x-www-form-urlencoded" id="contactSalesForm" ><input type="hidden" name="authenticityToken" value="aae7ce567be5a00ba56ca4c9ddc5fc8bf8042d2e"> <p>Questions? Business requirements that you would like to discuss? Please provide us with your information below and someone from our sales team will get in touch to assist.</p> <table width="100%" style="margin-top:29px"> <tr> <th width="245"><label for="firstName">First name</label></th> <td><input type="text" name="firstName" id="firstName" value="" maxlength="60" autocorrect="off" tabindex="1"/> </td> </tr> <tr> <th><label for="lastName">Last name</label></th> <td><input type="text" name="lastName" id="lastName" value="" maxlength="60" autocorrect="off" tabindex="2"/> </td> </tr> <tr> <th><label for="company">Company/organization</label></th> <td><input type="text" name="company" id="company" value="" maxlength="255" autocorrect="off" tabindex="3"/></td> </tr> <tr> <th><label for="emailAddress">Email address</label></th> <td><input type="text" name="emailAddress" id="emailAddress" maxlength="128" value="" autocorrect="off" autocapitalize="none" tabindex="4"/></td> </tr> <tr> <th><label for="expectedSeatCount">Expected number of users</label></th> <td><select id="expectedSeatCount" name="expectedSeatCount" tabindex="6"> <option value="">Select...</option> <option value="ONE" >Just me</option> <option value="TWO_TO_TEN" >2-10</option> <option value="ELEVEN_TO_ONE_HUNDRED" >11-100</option> <option value="ONE_HUNDRED_ONE_TO_ONE_THOUSAND" >101-1000</option> <option value="ONE_THOUSAND_ONE_PLUS" >1001+</option></select></td> </tr> <tr id="messageRow"> <th class="top">How may we help?</th> <td> <textarea name="message" id="message" rows="11" cols="40" style="width:400px" tabindex="8"></textarea> </td> </tr> <tr> <th></th> <td> <button data-sitekey="6LewzNgUAAAAAIBaKi2bRRLaWEt9N3Wg5FTN8nBR" data-callback="onSubmit" id="submitButton" class="g-recaptcha primary" tabindex="9">Submit</button> or <a href="/pricing" class="cancel" tabindex="10">cancel</a> </td> </tr> </table> </form></div><br><br><br><br><br> <script src="https://www.google.com/recaptcha/api.js" async defer></script> <script> addOnload(function(){ if ($('#demoRequestContactReason').attr('checked') == 'checked' || $('#salesQuestionContactReason').attr('checked') == 'checked') { if ($('#demoRequestContactReason').attr('checked') == 'checked') { $('#messageRowLabel').html('Features you would like covered'); } else { $('#messageRowLabel').html('Question'); } $('#messageRow').show(); } }); function updateContactReason() { if ($('#demoRequestContactReason').attr('checked') == 'checked') { $('#messageRowLabel').html('Features you would like covered'); } else { $('#messageRowLabel').html('Question'); } $('#messageRow').show().highlight(); } function onSubmit() { if (validateContactSalesForm($('#contactSalesForm')[0])) { $('#contactSalesForm')[0].submit(); } else { grecaptcha.reset(); return false; } } function validateContactSalesForm(form) { var requiredFields = []; var focusOnField = null; clearFormFieldErrors(); if (isNull(form.firstName.value)) { requiredFields.push("first name"); form.firstName.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.firstName; } } if (isNull(form.lastName.value)) { requiredFields.push("last name"); form.lastName.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.lastName; } } if (typeof form.company != 'undefined' && isNull(form.company.value)) { requiredFields.push("company/organization"); form.company.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.company; } } if (isNull(form.emailAddress.value)) { requiredFields.push("email address"); form.emailAddress.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.emailAddress; } } //if (isNull(form.phoneNumber.value)) { // requiredFields.push("phone number"); // form.phoneNumber.className = 'form-field-error'; // if (!focusOnField) { // focusOnField = form.phoneNumber; // } //} if (isNull($('#expectedSeatCount').val())) { requiredFields.push("expected number of users"); form.expectedSeatCount.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.expectedSeatCount; } } //if (isNull($('#employeeCount').val())) { // requiredFields.push("employee count"); // form.employeeCount.className = 'form-field-error'; // if (!focusOnField) { // focusOnField = form.employeeCount; // } //} //if ($('#demoRequestContactReason').attr('checked') != 'checked' && $('#salesQuestionContactReason').attr('checked') != 'checked') { // requiredFields.push("contact reason"); // form.contactReason.className = 'form-field-error'; //} if (isNull($('#message').val())) { requiredFields.push("message"); form.message.className = 'form-field-error'; if (!focusOnField) { focusOnField = form.message; } } if (requiredFields.length == 1) { showErrorMessage(requiredFields[0].charAt(0).toUpperCase() + requiredFields[0].substr(1) + " is required."); } else if (requiredFields.length > 0) { showErrorMessage("Missing required fields: " + requiredFields.join(', ')); } else { return true; } if (focusOnField != null && $(focusOnField).length == 1) { focusOnField.focus(); } grecaptcha.reset(); return false; } </script> </div> </div> <div id="topBarBannerBottom"></div> </div> <div id="sharingContainer"></div> <div id="footer" class="screenleap-hide-when-sharing"> <div class="w960px"> <div class="margin"><ul class="clearfix"> <li><a href="https://www.screenleap.com/screen-share">Products</a></li> <li>|</li> <li><a href="https://www.screenleap.com/integration">Website Integration</a></li> <li>|</li> <li><a href="https://screenleap.ottoclip.com/guides">Guides</a></li> <li>|</li> <li><a href="https://www.screenleap.com/support">Support</a></li> <li>|</li> <li><a href="https://www.screenleap.com/about">Company</a></li> <li>|</li> <li><a href="https://blog.screenleap.com/">Blog</a></li> <li>|</li> <li><a href="https://www.screenleap.com/terms">Terms</a></li> <li><a href="https://www.screenleap.com/privacy">Privacy</a></li> </ul> <div id="copyright">Copyright &copy; 2024 Screenleap, Inc. All rights reserved.</div> </div> </div> </div> <span id="currentPath">/contact-sales</span> <script src="https://d2e4kn0wu3avrd.cloudfront.net/js/c5b58cbfac36b593ba894ae14921835a/jquery.js"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/aaa55669af0ebf898ae5bb574ffe9621/backbone-min.js"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/4f978e93161b7eb3ec5393014588bdd1/tools.js"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/d6bf6e38abe86b7cf13b0311553a9cc3/dev.js"></script><script> addOnload(function(){ window.onerror = reportJavaScriptError; if ($('#signOut').is(':visible')) { loadScript('//accounts.google.com/gsi/client'); } }); addOnload(function() { }); </script> <div id="mBar" class="m-bar"><div class="clearfix"><div class="bar-con"><div class="float-right"><a href="#" onclick="hideUserMessage();return false" class="button" id="mBarOk">OK</a></div><div id="mBarMsg"></div></div></div></div> <div id="wBar" class="w-bar"><div class="clearfix"><div class="bar-con"><div class="float-right"><a href="#" onclick="hideWarningMessage();return false" class="button">OK</a></div><div id="wBarMsg"></div></div></div></div> <div id="eBar" class="e-bar"><div class="clearfix"><div class="bar-con"><div class="float-right"><a href="#" onclick="hideErrorMessage();return false" class="button" id="eBarOk">OK</a></div><div id="eBarMsg"></div></div></div></div> <div id="progressBar"><span id="progressBarText"></span>...<img src="https://d2e4kn0wu3avrd.cloudfront.net/img/cf0b4e085e68a6db3b19b90be42e18e8/indicator.gif" class="indicator" alt=""/></div> <script src="https://d2e4kn0wu3avrd.cloudfront.net/js/79c4d12421a7b1e03c12a77c6abfbeaa/jquery-ui.js"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/c635b58057fa435a4e4f65c8a5edffdb/screenleap.js" id="screenleapJS"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/1501323e58b4598bc1a7b731b669bab1/main.js"></script><script src="https://d2e4kn0wu3avrd.cloudfront.net/js/0083e9a046014aa969ea83842155791e/app.js"></script><script> var extensionInstalled = false; var extensionEnabled = false; var shareUsingNative = true; addOnload(function(){ if (isMSIE) { $('#screenShareCode').addClass('gray-dark').val($('#screenShareCode').attr('placeholder')); } if (typeof screenleap != 'undefined') { screenleap.error = function(action, msg, data) { if (action == 'startSharing' && data && data.status == 401) { showErrorMessage('You need to sign in to share using the Screenleap extension. To do so, please click the Screenleap icon to the right of your browser address bar and then click the \"Sign in\" link. After signing in, please click the share button again.'); } else { log('Encountered error in screenleap.js ' + msg + ' while performing action ' + action); } }; } }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10