Net.HTTP.request - Return Query Result to Form Field
Using the excellent code examples found on Thom Parkers www.pdfscripting.com site I created a PDF form that calculates a URL for a Net.HTTP.request to a PHP file that queries a MySQL database for a specific price.
The attached screenshot shows the form with results in the console for 3 queries with different sets of parameters assembled from the drop-down meus.

My question is how do I take the value that is being written to the console and insert it in to a form field so it can be used in further calculations.
The example scripts can be found in the "Load Remote Data with HTTP" section in this post...
https://www.pdfscripting.com/members/Acquiring_Raw_File_Data.cfm#Scripts
