@smartform.cz/smartform

0.0.1 • Public • Published

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/

Readme

Keywords

none

Package Sidebar

Install

npm i @smartform.cz/smartform

Weekly Downloads

4

Version

0.0.1

License

MIT

Unpacked Size

1.52 kB

Total Files

3

Last publish

Collaborators

  • smartform.cz