I need to fill in an answer with data uploaded from a DB table according to a previously user entered answer.
For example, the user enters a name and I automatically fill in the address field using data contained in a table with name and address.
I have read that is possible to use an Ajax call within the survey to dynamically call a PHP script which queries an external database and returns the results to the survey.
However, I'm not sure if this can solve my problem. If so, and given the fact that I'm not sure on how to proceed, I would kindly need some indication and/or example.
Many thanks in advance.
For example, the user enters a name and I automatically fill in the address field using data contained in a table with name and address.
I have read that is possible to use an Ajax call within the survey to dynamically call a PHP script which queries an external database and returns the results to the survey.
However, I'm not sure if this can solve my problem. If so, and given the fact that I'm not sure on how to proceed, I would kindly need some indication and/or example.
Many thanks in advance.