Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Figure 1: Export Form Email Tool Properties
Name | Description |
---|---|
Form | Form to be used to generate pdf file. Record row will be matched with current process instance ID. |
File Name | Intended pdf file name to appear in Email attachment. |
Hide fields without value | When checked, any field without value keyed in will not appear in the generated pdf file. |
Show unselected options for multi options field | When checked, unchecked/unselected options will appear in the generated pdf file in elements like Select Box, Radio Button. |
Figure 2: Email Info
...
Tip |
---|
If you leave the SMTP settings below empty, Joget will read the default SMTP configuration values from the General Settings > SMTP Settings page. |
Figure 3: Email SMTP Settings
Name | Description | |||||
---|---|---|---|---|---|---|
From | Sender email address.
| |||||
SMTP Host | Email Server SMTP Host
| |||||
SMTP Port | Email Server SMTP Port
| |||||
Security |
Alternatively, you can click on the "hash" symbol to allow the input of hash variables. | |||||
SMTP Username | Email Server Account Username | |||||
SMTP Password | Email Server Account Password |
Figure 4: Digital Signature Settings
Name | Description |
---|---|
Key Store File Path (P12) | |
Key Store Passprhase | |
Issuer Alias |
Figure 5: Error Handling Settings
Name | Description |
---|---|
Number of Retry When Fail to Send Out Email | Number of Retry when the email is failed to be sent. |
Retry Interval (Seconds) | Retry Interval in Seconds. |
Info | ||
---|---|---|
| ||
Hit on the "Send Test Email" button to quickly validate and test out your email settings. |
Figure 46: Advanced
Name | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Formatting (CSS) | CSS to be included when generating pdf file. The Advanced > Formatting (CSS) field gives you formatting options (font size and color) for the output. Available CSS Classes:
Figure 5: This figure illustrates the CSS classes used in the form layout.
Font & Unicode There are a few fonts (added by default) that you can use in CSS formatting. They are:
For Unicode content, you can use the following fonts for Asian languages (i.e., Chinese, Traditional Chinese, Japanese, Korean):
Note : "STSong-Light" gives the best result for Chinese; "MSung-Light" for Traditional Chinese; "HeiseiMin-W3" for Japanese; and "HYGoThic-Medium" for Korean.
Example for adding non supported font: Method 1: Add the following CSS into Export Form Email Tool > "Formatting (CSS)" field:
Download the THSarabun.ttf font file and copy it to "[Tomcat Directory]/webapps/ROOT" folder. Method 2: From Joget v6.0.16, it now supports adding additional font for datalist pdf export and FormPdfUtil by adding the font file to folder "/wflow/fonts" directory and configure the font in "fonts.csv" file in the same directory with format "font family name, file name, encoding". For the sample, kindly refer to the fonts.csv file. | |||||||||||||||
Header (HTML) | Header in HTML to be included when generating pdf file. | |||||||||||||||
Repeat header on every page? | If checked, the Header (HTML) will be included in every subsequent pages in the generated pdf file. | |||||||||||||||
Footer (HTML) | Footer in HTML to be included when generating pdf file. | |||||||||||||||
Repeat footer on every page? | If checked, the Footer (HTML) will be included in every subsequent pages in the generated pdf file. |
Figure 7: Attachment Settings
Figure 8: ICS Attachment Settings
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Form | File attachment source form. | ||||||||||
Form Upload Fields | Field ID: File attachment field ID(s) in the Form selected above. Embed: Click the checkbox to embed the image attachment in the email and display the image using HTML, for example: <img src="cid:#form.table.FileUpload?url#" /> | ||||||||||
Files | This attribute allows one to define the file attachment freely by defining a system path or absolute URL.
See Send Datalist as attachment in Email Tool for more information. | ||||||||||
Attach ICS File | Check this option to prepare an event and attach as an ICS file in the email. When this attribute is checked, one will need to populate the details for the calendar ICS file in the fields below.
Important: The organizer or sender email must not be the same as your destination/recipient email. If sender and recipient emails are the same, you will not see the "Add to calendar" box in your email. |
...