We have a client who would like to be able to pre-populate certain fields in their form using a WebService. They are not able to utilize SQL DB lookup due to security.
The basic scenario is that users start a form from a web portal that already knows their name etc. we then want the form to automatically fill out their name address etc using a WebService that they will have running.
Would we be able to perform this lookup using JQuery in the javascript of the form? Can we reference external script references such as JQuery UI?
Thank You