If you have ever had to develop a registration form or an order, then you know that in order to get qualitative data from a form, you need to fasten a lot of checks for name, mailing addresses, e-mail, and telephones. At the same time, it so historically happened that developers write the code of information validation every time anew. Well, then these checks also have to be supported, and support, as you know, accounts for 80% of the efforts.
In addition, the more complex the input form is, and the more information it validates, the more likely it will be buggy, and as a result it will be inconvenient for the user.
It should not be.
')
In order to improve the situation with the verification of information, we developed the Prompts service, which once and for all is intended to eliminate the problem of verifying contact information on the entry form. With Tips, the user begins to enter the address or the full name in free form, and the service automatically offers suitable options and returns the results in a granular form.
Here is an example of his work for entering addresses:

When you select an address from the list, the service will automatically return its zip code to you. Of course, for this you will need to specify the house.
And name:

All you need to start using is to connect the javascript to the Tips service to the input field and enjoy the results.
In the future, we plan to connect components to check the name of the company for the Unified State Register of Legal Entities / EGRIP, e-mail, telephones, dates of birth and identity documents.
Our ultimate goal is to make a set of perfectly debugged scripts for connecting ready-made Factor data verification services. With them, the webmaster will be able to quickly sketch out a form for entering contact information, connect test scripts, put everything on the website, and this will work out of the box.
We hope that the service will be useful to you!