<style>body { font-family: sans-serif }</style>
<title>Telephone Input Test</title>
<table width="100%" height="100%"><tr><td align=center>
<h3>Telephone Input Test</h3>
<form onsubmit="console.log(instance.getNumber());">
<!-- intTelInput.min.css -->
<link rel="stylesheet" href="https://botcompany.de/serve/1029819?ct=text/css">
<input type="tel" placeholder="" id="telephone">
</form>
<!--intlTelInput.min.js -->
<script src="https://botcompany.de/serve/1029820?ct=text/javascript"></script>
<script>
var input = document.querySelector("#telephone");
console.log("input: " + input);
var instance = window.intlTelInput(input, {
  utilsScript: "https://botcompany.de/serve/1029822?ct=text/javascript", 
  preferredCountries: ["in", "gb"],
  separateDialCode: true,
  initialCountry: "de"
});
console.log("instance: " + instance);
</script>
</td></tr></table>download render html show line numbers
Travelled to 5 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029821 | 
| Snippet name: | intTelInput Test | 
| Eternal ID of this version: | #1029821/9 | 
| Text MD5: | 7fd733fabee103ac13031b56c062b721 | 
| Author: | stefan | 
| Category: | html | 
| Type: | HTML | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-09-19 15:26:29 | 
| Source code size: | 885 bytes / 25 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 374 / 231 | 
| Version history: | 8 change(s) | 
| Referenced in: | [show references] |