Solution Architecture
The following steps outline the the most common process that occurs when forms are generated by running the Execute method in the Quik! Forms Engine:
Customer loads data and requests forms in Quik! Forms Engine
Quik! Forms Engine calls Quik! server via secure web services to validate and log form view requests
Quik! server responds to Quik! Forms Engine to generate the form
Quik! Forms Engine outputs the form as HTML and customer's web server serves the page to the end-user
The HTML file loads in a compliant browser to display the form
The client data is loaded into the form as well as optional pre-filled data, custom JavaScript, and Field Rules
Forms can be submitted back to the customer's server for processing, storage and/or e-signature
NOTE: Not all web services or system interactions are displayed in this graphic. For example, when printing a form a PDF is generated by the Quik! server which will send form data to Quik! for a very short period of time (data is never stored) so a PDF can be returned.
