|
|
|
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.TemplateListFile
It is an xml file in the root folder of the web application. The xml will like:
<list>
<template>
<uri>D:\Forms\Demo1.xsn</uri>
<xsn>Demo1.xsn</xsn>
</template>
<template>
<uri>D:\Forms\Demo2.xsn</uri>
<xsn>Demo2.xsn</xsn>
</template>
</list>
The uri element contains the publish url of the form template, and please place the form template(xsn) into the web application root folder.
If the key is set, InfoJet QuickFill will list all form template in it, when you access the page "InfoPath Form Template - D:\Forms\Demo1.xsn", InfoJet QuickFill will automatically register it.
And it is no need to register the form templates by hand again after iis reset.
- 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.
|
|
If you run into any problem during configuration, please Contact Us.
|
|
|