I am setting up a client registration via the Web and would like to know if it is possible to automatically fill in the address data by filling in the CNPJ field?
I am setting up a client registration via the Web and would like to know if it is possible to automatically fill in the address data by filling in the CNPJ field?
You can try searching for the CNPJ in the federal income website .
I do not know of a framework that can bring this "tray" information to you, I do not think it exists.
A database service will be required, in which there will be at least cnpj (primary key), address, zip, etc.
For development, you can use mySql with xampp or wampServer. =)