Contact us | Twoodo                 var DEBUG = false; var IS_ADMIN = false; var serverVersion = "4.0.2_05"; var locale = "en";        var currentPage = window.location.pathname; if (currentPage != "/" && currentPage != "/password" && currentPage != "/register") { var ua = navigator.userAgent.toLowerCase(); // For iPhone var isiPhone = ua.indexOf('iphone') != -1 || ua.indexOf('ios') != -1 || ua.indexOf('ipod') != -1; var isiPad = ua.indexOf('ipad') > -1; if (isiPhone) { // To Add iPAD back: || isiPad } var isAndroid = ua.indexOf("android") > -1; //&& ua.indexOf("mobile"); if (isAndroid && currentPage != "/walkthrough") { } }    window.__insp = window.__insp || []; __insp.push(['wid', 1854566156]); (function () { function __ldinsp() { var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); } if (window.attachEvent) { window.attachEvent('onload', __ldinsp); } else { window.addEventListener('load', __ldinsp, false); } })();    function _pcm(u){setTimeout(function(){ var d=document, p="https://desv383oqqc0.cloudfront.net/", s=d.createElement("script");s.type="text/javascript";s.async=true;s.src=p+u+".js"; var e=d.getElementsByTagName("script")[0];e.parentNode.insertBefore(s,e); },1);}_pcm("551425474a75a50300000007");    (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-26666683-1', 'auto'); // Replace with your property ID. ga('require', 'displayfeatures'); ga('send', 'pageview');     (function (c, a) { window.mixpanel = a; var b, d, h, e; b = c.createElement("script"); b.type = "text/javascript"; b.async = !0; b.src = ("https:" === c.location.protocol ? "https:" : "http:") + 'https://cdn.mxpnl.com/libs/mixpanel-2.2.min.js'; d = c.getElementsByTagName("script")[0]; d.parentNode.insertBefore(b, d); a._i = []; a.init = function (b, c, f) { function d(a, b) { var c = b.split("."); 2 == c.length && (a = a[c[0]], b = c[1]); a[b] = function () { a.push([b].concat( Array.prototype.slice.call(arguments, 0))) } } var g = a; "undefined" !== typeof f ? g = a[f] = [] : f = "mixpanel"; g.people = g.people || []; h = ['disable', 'track', 'track_pageview', 'track_links', 'track_forms', 'register', 'register_once', 'unregister', 'identify', 'alias', 'name_tag', 'set_config', 'people.set', 'people.set_once', 'people.increment', 'people.track_charge', 'people.append']; for (e = 0; e < h.length; e++)d(g, h[e]); a._i.push([b, c, f]) }; a.__SV = 1.2; })(document, window.mixpanel || []); mixpanel.init("9b0596778e670363f39798d795551c02"); var distincId = "60ec68a5-1600-47a1-a0d7-6b631650dcc4"; if (distincId !== "") { mixpanel.identify(distincId); }       .contact-form{ max-width: 500px; margin: 10px auto; } .contact-form h1{ margin-top: 5px; }          Pricing Integrations Download Contact Login Register        Contact us Hello! To contact us fill in the form below. Try to put at much info as possible.

 Find us on Twitter: @twoodo

   Your full name    Email    Company or organisation (Optional)    Message   Send      ko.applyBindings({});    $(document).ready(function () { $(".nav-contact").addClass("active"); });   $(document).ready(function () { if (document.URL == "http://192.168.1.14:8080/" || document.URL == "https://www.twoodo.com/" || document.URL == "http://localhost:8080/") { var loginSelector = $(".w-col.w-col-4.sign-up-column, .w-form.bottom-sign-up-form"); var link = ""; if (loginSelector.length > 0) { var ua = navigator.userAgent.toLowerCase(); if (ua.indexOf('iphone') > -1 || ua.indexOf('ios') > -1 || ua.indexOf('ipod') > -1) { if (loginSelector.length > 0) { link = "https://itunes.apple.com/us/app/twoodo/id714337900?ls=1&mt=8"; } } var isAndroid = ua.indexOf("android") > -1; //&& ua.indexOf("mobile"); if (isAndroid) { if (loginSelector.length > 0) { link = "market://details?id=com.twoodo.android1"; } } if (link != "") { loginSelector.html(""); } } } });