Hi! This is my problem: I have many clients who ask me for doing an administrative process on their behalf. To do so, I need to fulfill a web form in the public Administration web, with their data. The form has plenty of cells, but there are only ten or twelve that are mandatory. The form is always the same, but the data I need to fill in it changes from one client to another. These pieces of client information are in a database og my own web business application. The Administration has not developed an API for receiving information directly from my server’s databases.
Given all these circumstances, my question is, is there any way I could use to automatically introduce all the pieces of information of each of my clients into the Admin’s web form? The Admin form has different pages and you must click on a “continue” button to progress into it. In some cases, not always, there might be also a re-captcha button.
Thank you very much for your help,