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. |