...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
To control how the software and resulting HTML file works, the following properties are configurable at run-time.
Property | Description |
ErrorLogPath | Gets or sets the location for the error log. |
FormExpiryDate | A customer-entered date and time that a form will expire, not to exceed the default value of 10 days from the current system date. |
NEW HostFormOnQuik | When TRUE save the form into Amazon and return a short URL like https://quikforms.com/viewform/4om6-aGKOqZ3V |
OutputFileName | Gets or sets the name of the output file. |
OutputTempFiles | If TRUE outputs files to the server's temporary directory. If FALSE uses the OutputPath. |
OutputPath | Gets or sets the location where the output files are created. |
NEW PreviewMode | When TRUE, this property causes the form to be generated in preview mode overriding other settings. |
NEW PrintEditablePDF | Flag to make the PRINT button generate a editable PDF |
QuikCustID | Gets or sets the customer ID assigned to a master customer account |
QuikFormID | This is a comma separated list of form ids that are to be generated. To generate multiple copies of the same form, include that form's ID multiple times, separated by commas. The order in which you supply the FormIDs is the order in which they will appear in the form package. |
QuikPassword | Gets or sets the password assigned to your master customer account at Quik!. |
QuikUsername | Gets or sets the username assigned to your master customer account at Quik!. |
Results | Reports any errors and the success of running the software. |
NEW SignEnvironmentID | Represents the e-sign vendor's environment. |
NEW SignSubmitCombined | Set to TRUE to make the e-sign SEND button event first invoke the Submit event and Submit URL before starting the signature process. The Submit validation for required fields will also be triggered but a failed validation will not stop the signature process using the default Submit Javascript. |
NEW SignCallBackURL | A customer-defined URL used with the Callback e-sign method for the Quik! Form to post the EnvelopeID to so the customer's system knows the transaction is complete. |
NEW SignSendJavascript | Override the default javascript associated to the e-sign SEND button in order to use a custom javascript |
TestDataMode | Writes each field's name as a default value into the field in order to validate that the form was built properly before publishing the form to PUBLISH status. |
TestFinalFormsMode | Gets or sets the value indicating whether to view forms in final mode. When TRUE, the forms in FINAL status within the Quik! build cycle will be displayed. Do NOT set this property to TRUE in your production environment. |
UNID | Gets the read-only unique form view request ID generated by the form request. |
WriteErrorLogToDisk | Gets or sets the value indicating whether the error log is written to disk. |
Viewer Configuration Options
To control how the HTML form viewer displays and works, the following properties are configurable at run-time.
Property | Description |
NEW LogoURL | URL that should be displayed in a new window when the QFV logo is clicked. |
HTMLTitle | Gets or sets the title of the HTML page |
HTMLMetaNames | Gets or sets the meta names for the HTML page as a single string with double-quotes escaped (for each double quote an extra one must be used – e.g. "" will produce a single double quote) Default Value: "<meta name=""viewport"" content=""width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=1.0, maximum-scale=1.0""/>" & _ |
HTMLStyles | Gets or sets the CSS styles for the page as a single string |
HTMLBodyOnloadFunction | Gets or sets the "onload" function for the Body tag Default Value: init() |
HTMLLoadingImage | Gets or sets the loading image to display when the form loads Default Value: "loading.gif" |
HTMLLogoPath | Gets or sets the full URI path to the logo file Default Value: "logo.png" |
HTMLLogoAltText | Gets or sets the alternate text for the logo image Default Value: "Quik! Forms" |
HTMLMainInstruction | Gets or sets the main instruction line on the QFV page Default Value: "Complete Your Forms" |
HTMLMinorInstruction | Gets or sets the minor instruction line on the QFV page Default Value: "Review and complete your forms below. When done, print, submit and/or save for your records." |
HTMLShowAltDataButtons | Sets the flag for whether to hide the Alternative Data Buttons. Default Value: Visible (TRUE) |
HTMLShowButtonClear | Gets or sets the flag for whether to show the Clear button. Default Value: Visible |
HTMLShowButtonReset | Gets or sets the flag for whether to show the Reset button Default Value: Visible |
HTMLShowButtonPrint | Gets or sets the flag for whether to show the Print button Default Value: Visible |
HTMLShowButtonSave | Gets or sets the flag for whether to show the Save and Load buttons Default Value: Visible |
HTMLShowButtonSubmit | Gets or sets the flag for whether to show the Submit button. The submit button will NOT appear unless a URL is provided in the SubmitURL property. Default Value: Visible (but not displayed without a SubmitURL value) |
HTMLShowButtonSign | Gets or sets the flag for whether to show the Sign button. The submit button will NOT appear unless a URL is provided in the SignURL property. Default Value: Visible (but not displayed without a SignURL value) |
HTMLFieldFontColor | Gets or sets the font color for the form fields using an HTML color name or Hex code (e.g. #AA0000 for dark red or #000 for black) Default Value: Blue |
HTMLFooter | Gets or sets the default footer HTML value to display as the footer with double-quotes escaped (for each double quote an extra one must be used – e.g. "" will produce a single double quote). Default Value: Forms powered by Quik! - <a href=""http://www.QuikForms.com"" target=""_blank"">www.QuikForms.com</a> |
HTMLFooterStyle | Gets or sets the HTML footer CSS or style in CSS format. Default Value: font-family:sans-serif; font-size:8pt; font-style:italic; color:#aa0000; text-align:right; line-height:30px; |
NEW HTMLShowAltDataButtons | When FALSE, do not display the Alternative Data Buttons on the form. Default value is TRUE. |
SubmitURL | Gets or sets the customer's Submit URL for the submit button – required in order to display the Submit button. |
SubmitJavascript | Sets a custom javascript or function reference to use for the submit action when the user clicks the Submit button. |
SaveURL | Gets or sets the customer's Save URL for the save button. Only set this property if you want to override the default save functionality and have the data sent to your server instead. By setting this property you are turning off the ability for the user to work offline. |
SignURL | Gets or sets the customer's Sign URL for the sign button – required in order to display the Sign button. Default Value: TBD on the Quik! server |
SignJavascript | Sets a custom javascript or function reference to use for the sign action when the user clicks the Sign button. |
SignShowVerifyCode | A boolean value that turns on or off the Verify Code option within the e-signature pop-up window. |
SignShowVerifyIDCheck | A boolean value that turns on or off the Verify ID Check option within the e-signature pop-up window. |
SignShowVerifyPhone | A boolean value that turns on or off the Verify Phone option within the e-signature pop-up window. |
SignSubject | The default subject line to use in the e-sign email to recipients. Default value is "Please e-sign these forms (<CARRIER_LIST>)" |
SignMessage | The default message to use in the e-sign email to recipients. |
SignAllDocsCombined | Set flag to TRUE to include forms AND any external documents into a single PDF for delivery to the e-sign vendor. (Default = FALSE) |
CustomJavaFileIncludePath | Gets or sets the customer's custom javascript file path in an include statement within the <HEAD> tag. Only provide the URI, as the QFE will create the HTML tags automatically. Only one reference file link is supported at this time. Example: providing "../myJavascript.js" will result in "<script src="../myJavascript.js"></script> |
CustomJavaScript | Gets or sets the customer's custom javascript text (function) in HTML format to append to the end of the HTML file. Entire script and proper tags must be included. Multiple scripts can be added as additional items, added to the list in order of preference. |
jQueryFilePath | Sets the "src" attribute for the jQuery javascript file to use with the forms. Default version is 1.9.1-min located in the "javascripts" folder where the HTML file is saved. ("javascripts/jquery-1.9.1.min.js") |
jQueryUIFilePath | Sets the "src" attribute for the jQuery UI javascript file to use with the forms. Default version 1.10.3 is located in the "javascripts" folder where the HTML file is saved. ("javascripts/jquery-ui.min.js") |
jQueryBlockUIFilePath | Sets the "src" attribute for the jQuery javascript file to use with the forms. Default version is located in the "javascripts" folder where the HTML file is saved. ("javascripts/jquery.blockUI.js") |
iScrollFilePath | Sets the "src" attribute for the iScroll javascript file to use with the forms. Default version is 4.0 located in the "javascripts" folder where the HTML file is saved. ("javascripts/iscroll.js") |
iScrollOff | A boolean value that turns off iScroll for all browsers. Default Value: FALSE |