Smartform.cz – address suggestion and validation – https://www.smartform.cz/
Install
-------
npm install @smartform.cz/smartform
Usage
-----
Javascript:
var smartformModule = require('@smartform.cz/smartform');
smartformModule.load();
window.smartform.beforeInit = function() {
window.smartform.setClientId("YOUR CLIENT ID FROM SMARTFORM ADMINISTRATION");
}
HTML:
<form>
<div>
<label for="ulice">Ulice a číslo</label>
<input id="ulice" type="text" class="smartform-street-and-number" />
</div>
<div>
<label for="obec">Obec</label>
<input id="obec" type="text" class="smartform-city" />
</div>
<div>
<label for="psc">PSČ</label>
<input id="psc" type="text" class="smartform-zip" />
</div>
</form>
More on Smartform at https://www.smartform.cz/
@smartform.cz/smartform
0.0.1 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i @smartform.cz/smartform
Homepage
Weekly Downloads
4
Version
0.0.1
License
MIT
Unpacked Size
1.52 kB
Total Files
3