Communicate with a Server and Dynamically Update the Form Contents
A form can pass parameters (typically form fields) to any URL you specify. Your script, which is located at the specified URL, can then process the parameters and pass data back to the form.
Advanced
Text and number fields, lists and drop-down lists can all be populated by this return data. Form scripts
can also manipulate the returned data in any way you choose.
Typical examples would be:
searches and look-ups that then populate a listbox for selection.
server-based validations.
any server driven interaction with a FormArtist form.