I'll explain.
I have an application, in which I gather a lot of information (filled in by our employees). The information is stored to our local database and has a unique ID (for example: 1001, 1002, 1003 etc.).
I am not able to add a survey in this application. However, I am able to send my users to a website (or, in this case, the survey). I'd like to be able to "link" the application to the survey, using the before mentioned unique ID. If I'd be able to put the ID in "POST" (HTML) or in the URL (as before mentioned) and store them in a survey answer (using prefilling), I'd be able to link them in my database using "Information.ID == Survey.ID", so to speak.
This is the main concept of prefilling, and Limesurvey supports it. I'd like to know if you can support this as well.