|
|
|
InfoJet QuickFill Configuration |
|
You could use the following keys to config InfoJet QuickFill.
Please add the keys into the web.config of InfoJet QuickFill Web Application, as follow:
<configuration>
<!-- other configuration -->
<appSettings>
<add key="InfoJetSoft.Service.LicenseKey" value="your license key" />
</appSettings>
</configuration>
If you cannot find the element appSettings in your web.config, please add it as the last element of the element configuration.
|
|
InfoJet QuickFill Configuration Keys |
|
Please reference InfoJet Service Configuration for more keys.
- InfoJetSoft.QuickFill.MailTo
Required for Emailable InfoPath forms.
One account in the smtp server for receiving InfoPath forms.
If the key is set, an "Email this Form" button will appear near the "Download this Form" button.
The InfoPath form will be emailed to the smtp server while the "Email this Form" button clicked.
The key InfoJetSoft.Service.SmtpServer and InfoJetSoft.Service.MailFrom is required also,
please reference InfoJet Service Configuration.
- InfoJetSoft.QuickFill.ValidDownload
If the value is true, it will prevent users from downloading the form contains the validation errors by click the button "Download this Form".
The default is "false".
- InfoJetSoft.QuickFill.ValidEmail
If the value is "false", it will allow users to email the form contains the validation errors by click the button "Email this Form".
The default is "true".
- InfoJetSoft.QuickFill.EnableXSNDiskCache
If the value is "true", InfoJet QuickFill will cache the registered form templates(.xsn) into the TempFolder, these form templates will be still available after IIS or AppDomain restart. The default is "false".
This key requires that the key InfoJetSoft.Service.TempFolder is set.
|
|
If you run into any problem during configuration, please Contact Us.
|
|
|