Skip to content

Latest commit

 

History

History
520 lines (502 loc) · 39.9 KB

request-a-demo.md

File metadata and controls

520 lines (502 loc) · 39.9 KB
title layout
Request A Demo
default

{% include header.html %} {% include navigation.html %}

Request a Demo

Request a Demo

<script src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl=en" async defer></script>
Fields marked with an asterisk (*) are required.

Name & Surname(*)

Your Country (*)
-- Select -- United States United Kingdom Afghanistan Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory Brunei Darussalam Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo, The Democratic Republic of The Cook Islands Costa Rica Cote D'ivoire Croatia Cuba Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Falkland Islands (Malvinas) Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guinea Guinea-bissau Guyana Haiti Heard Island and Mcdonald Islands Holy See (Vatican City State) Honduras Hong Kong Hungary Iceland India Indonesia Iran, Islamic Republic of Iraq Ireland Israel Italy Jamaica Japan Jordan Kazakhstan Kenya Kiribati Korea, Democratic People's Republic of Korea, Republic of Kuwait Kyrgyzstan Lao People's Democratic Republic Latvia Lebanon Lesotho Liberia Libyan Arab Jamahiriya Liechtenstein Lithuania Luxembourg Macao Macedonia, The Former Yugoslav Republic of Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia, Federated States of Moldova, Republic of Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands Netherlands Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island Northern Mariana Islands Norway Oman Pakistan Palau Palestinian Territory, Occupied Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Reunion Romania Russian Federation Rwanda Saint Helena Saint Kitts and Nevis Saint Lucia Saint Pierre and Miquelon Saint Vincent and The Grenadines Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and The South Sandwich Islands Spain Sri Lanka Sudan Suriname Svalbard and Jan Mayen Swaziland Sweden Switzerland Syrian Arab Republic Taiwan Tajikistan Tanzania, United Republic of Thailand Timor-leste Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States United States Minor Outlying Islands Uruguay Uzbekistan Vanuatu Venezuela Viet Nam Virgin Islands, British Virgin Islands, U.S. Wallis and Futuna Western Sahara Yemen Zambia Zimbabwe
E-Mail (*)

Phone Number(*)

REQUEST

{% include backtotop.html %}
{% include footer.html %}

<script language="javascript"> var verifyCallback = function(response) { document.getElementById('submitbutton').disabled=false; document.getElementById('responsePost').value=response; }; var onloadCallback = function() { grecaptcha.render('recaptcha_html_element', {'sitekey' : '6LcxzQwTAAAAAMsEBv4VaGTBENfEmDYhcgrYmeZC','callback' : verifyCallback}); }; function hepsiniKucult(str) { str = str.replace(/İ/g, "i"); str = str.replace(/I/g, "ı"); str = str.replace(/Ü/g, "ü"); str = str.replace(/Ğ/g, "ğ"); str = str.replace(/Ş/g, "ş"); str = str.replace(/Ö/g, "ö"); str = str.replace(/Ç/g, "ç"); str = str.toLowerCase(); return str; }; function hepsiniBuyut(str) { str = str.replace(/i/g, "İ"); str = str.replace(/ı/g, "I"); str = str.replace(/ü/g, "Ü"); str = str.replace(/ğ/g, "Ğ"); str = str.replace(/ş/g, "Ş"); str = str.replace(/ö/g, "Ö"); str = str.replace(/ç/g, "Ç"); str = str.toUpperCase(); return str; }; String.prototype.basiniBuyut = function() { str = hepsiniBuyut(this); str = hepsiniKucult(str); str = str.replace(/(^([a-zA-Z_ğüşıöçĞÜŞİÖÇ\p{M}]))|([ -][a-zA-Z_ğüşıöçĞÜŞİÖÇ\p{M}])/g, function(s){ return hepsiniBuyut(s); }); str = str.replace(/\.a/g, "\.A"); str = str.replace(/\.b/g, "\.B"); str = str.replace(/\.c/g, "#\.C"); str = str.replace(/\.ç/g, "\.Ç"); str = str.replace(/\.d/g, "\.D"); str = str.replace(/\.e/g, "\.E"); str = str.replace(/\.f/g, "\.F"); str = str.replace(/\.g/g, "#\.G"); str = str.replace(/\.ğ/g, "\.Ğ"); str = str.replace(/\.h/g, "#\.H"); str = str.replace(/\.ı/g, "\.I"); str = str.replace(/\.i/g, "\.İ"); str = str.replace(/\.j/g, "\.J"); str = str.replace(/\.k/g, "\.K"); str = str.replace(/\.l/g, "\.L"); str = str.replace(/\.m/g, "#\.M"); str = str.replace(/\.n/g, "\.N"); str = str.replace(/\.o/g, "\.O"); str = str.replace(/\.ö/g, "\.Ö"); str = str.replace(/\.p/g, "\.P"); str = str.replace(/\.r/g, "\.R"); str = str.replace(/\.s/g, "\.S"); str = str.replace(/\.ş/g, "\.Ş"); str = str.replace(/\.t/g, "#\.T"); str = str.replace(/\.u/g, "\.U"); str = str.replace(/\.ü/g, "\.Ü"); str = str.replace(/\.v/g, "\.V"); str = str.replace(/\.w/g, "\.W"); str = str.replace(/\.q/g, "\.Q"); str = str.replace(/\.y/g, "\.Y"); str = str.replace(/\.z/g, "#\.Z"); return str; }; function emailValid(emailvalue){ var filter = /^(([^<>()[\]\\.,;:\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 (!filter.test(emailvalue)) { return false; }else{ return true; } } function submitForm(){ var form = document.demoRequestForm; var namesurname = form.namesurname; var country = form.country; var email = form.email; var telephone = form.telephone; var namesurname_basligi = document.getElementById("namesurname_basligi"); var country_basligi = document.getElementById("country_basligi"); var email_basligi = document.getElementById("email_basligi"); var telephone_basligi = document.getElementById("telephone_basligi"); if (namesurname.value == "") { swal({ title: "ATTENTION!", text: "Name & Surname field is required!", type: "warning", confirmButtonText: "OK", confirmButtonColor: "#2494b2" }); namesurname.focus(); namesurname_basligi.style.color = "#acc91e"; return false; } else { namesurname_basligi.style.color = "#fff"; } if (country.value == "Select") { swal({ title: "ATTENTION!", text: "Country must be selected!", type: "warning", confirmButtonText: "OK", confirmButtonColor: "#2494b2" }); country.focus(); country_basligi.style.color = "#acc91e"; return false; } else { country_basligi.style.color = "#fff"; } if (email.value == "") { swal({ title: "ATTENTION!", text: "E-Mail Address field is required!", type: "warning", confirmButtonText: "OK", confirmButtonColor: "#2494b2" }); email.focus(); email_basligi.style.color = "#acc91e"; return false; } else if (!emailValid(email.value)) { swal({ title: "ATTENTION!", text: "Please provide a valid email address!", type: "warning", confirmButtonText: "OK", confirmButtonColor: "#2494b2" }); email.focus(); email_basligi.style.color = "#acc91e"; return false; } else { email_basligi.style.color = "#fff"; } if (telephone.value == "") { swal({ title: "ATTENTION!", text: "Phone Number field is required!", type: "warning", confirmButtonText: "OK", confirmButtonColor: "#2494b2" }); telephone.focus(); telephone_basligi.style.color = "#acc91e"; return false; } else { telephone_basligi.style.color = "#fff"; } var to = 'info' + String.fromCharCode(64) + 'deepnetwork.com'; var subject = encodeURI('Request A Demo'); var body = 'name: ' + namesurname.value + '\n'; body += 'email: ' + email.value + '\n'; body += 'phone: ' + telephone.value + '\n'; body += 'county: ' + country.value + '\n'; body = encodeURI(body); window.open('mailto:' + to + '?subject=' + subject + '&body=' + body); }; </script>